]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/text/Makefile.in
Made various Motif fixes, wxListBox/wxChoice derive from wxControlWithItems,
[wxWidgets.git] / samples / text / Makefile.in
index f011b493a7be227ba17e7f78566df19a922ac391..01ee0927d133a73a0b72f6a60bf8faffc3afac5e 100644 (file)
@@ -1,26 +1,23 @@
-# WXXT base directory
-WXBASEDIR=@WXBASEDIR@
+#
+# File:                makefile.unx
+# Author:      Julian Smart
+# Created:     1998
+# Updated:     
+# Copyright:   (c) 1998 Julian Smart
+#
+# "%W% %G%"
+#
+# Makefile for text example (UNIX).
 
-# set the OS type for compilation
-OS=@OS@
-# compile a library only
-RULE=bin
+top_srcdir = @top_srcdir@
+top_builddir = ../..
+program_dir = samples/text
 
-# define library name
-BIN_TARGET=controls
-# define library sources
-BIN_SRC=\
-controls.cpp
+DATAFILES = text.rc
 
-#define library objects
-BIN_OBJ=\
-controls.o
+PROGRAM=text
 
-# additional things needed to link
-BIN_LINK=
+OBJECTS=$(PROGRAM).o
 
-# additional things needed to compile
-ADD_COMPILE=
+include ../../src/makeprog.env
 
-# include the definitions now
-include ../../../template.mak