]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/listctrl/Makefile.in
store CodeWarrior 5.3 projects as xml instead of binary projects
[wxWidgets.git] / samples / listctrl / Makefile.in
index dc00e0188898eb3debe3efdc010991145bd19b20..0539e53e27e786d9474aa78cf30048441549ea29 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 listctrl 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/listctrl
 
-# define library name
-BIN_TARGET=listtest
-# define library sources
-BIN_SRC=\
-listtest.cpp
+PROGRAM=listtest
 
-#define library objects
-BIN_OBJ=\
-listtest.o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
-# additional things needed to link
-BIN_LINK=
+include ../../src/makeprog.env
 
-# additional things needed to compile
-ADD_COMPILE=
-
-# include the definitions now
-include ../../../template.mak
+-include $(DEPFILES)