]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/scroll/Makefile.in
fixed typo
[wxWidgets.git] / samples / scroll / Makefile.in
index 31f249347880bc6bc2a7bbabca72f845751d4b02..53529d2bd4a9b5b381d96fdd296b0bebec67cb6f 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 scroll 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/scroll
 
-# define library name
-BIN_TARGET=scroll
-# define library sources
-BIN_SRC=\
-scroll.cpp
+PROGRAM=scroll
 
-#define library objects
-BIN_OBJ=\
-scroll.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
+@IF_GNU_MAKE@-include $(DEPFILES)