From: Robert Roebling Date: Fri, 13 Aug 1999 17:34:53 +0000 (+0000) Subject: Updated makefiles for printing sample X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d1c7850d7ef46373adb98900223bbee4521a0bc4?ds=inline Updated makefiles for printing sample git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/printing/Makefile.am b/samples/printing/Makefile.am deleted file mode 100644 index 73aa8ade60..0000000000 --- a/samples/printing/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -AUTOMAKE_OPTIONS = 1.3 no-dependencies - -SUFFIXES = .cpp - -DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE) - -noinst_PROGRAMS = printing - -printing_SOURCES = printing.cpp diff --git a/samples/printing/Makefile.in b/samples/printing/Makefile.in new file mode 100644 index 0000000000..b5c0d51ace --- /dev/null +++ b/samples/printing/Makefile.in @@ -0,0 +1,20 @@ +# +# File: makefile.unx +# Author: Julian Smart +# Created: 1998 +# Updated: +# Copyright: (c) 1998 Julian Smart +# +# "%W% %G%" +# +# Makefile for printing example (UNIX). + +top_srcdir = @top_srcdir@ +top_builddir = ../.. + +PROGRAM=printing + +OBJECTS=$(PROGRAM).o + +include ../../src/makeprog.env + diff --git a/samples/printing/makefile.unx b/samples/printing/makefile.unx deleted file mode 100644 index 319cf1c827..0000000000 --- a/samples/printing/makefile.unx +++ /dev/null @@ -1,17 +0,0 @@ -# -# File: makefile.unx -# Author: Julian Smart -# Created: 1998 -# Updated: -# Copyright: (c) 1998 Julian Smart -# -# "%W% %G%" -# -# Makefile for printing example (UNIX). - -PROGRAM=printing - -OBJECTS=$(PROGRAM).o - -include ../../src/makeprog.env -