]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dialogs/Makefile.in
SN: Replaced more ':' in VPATH statements by PATH_IFS (to make
[wxWidgets.git] / samples / dialogs / Makefile.in
index 055f586aedbfd806c014e1d5d3c8db9c0875218e..92f593f0100f13e55215f3ddeb026db3539d02f2 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 dialogs 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/dialogs
 
-# define library name
-BIN_TARGET=dialogs
-# define library sources
-BIN_SRC=\
-dialogs.cpp
+DATAFILES=tips.txt
 
-#define library objects
-BIN_OBJ=\
-dialogs.o
+PROGRAM=dialogs
 
-# 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