Distrib changes.
[wxWidgets.git] / samples / wxpoem / Makefile.in
index 1385e5590e637e00dce7fda170ba0a0ec595c110..eed47362b99d759fb71ca202d5d1e05d62e8731e 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 wxPoem 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/wxpoem
 
-# define library name
-BIN_TARGET=wxpoem
-# define library sources
-BIN_SRC=\
-wxpoem.cpp
+DATAFILES = wxpoem.txt wxpoem.dat
 
-#define library objects
-BIN_OBJ=\
-wxpoem.o
+PROGRAM=wxpoem
 
-# 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