1998-12-12 13:50:16 -05:00
|
|
|
#
|
|
|
|
# File: makefile.unx
|
|
|
|
# Author: Julian Smart
|
|
|
|
# Created: 1998
|
|
|
|
# Updated:
|
|
|
|
# Copyright: (c) 1998 Julian Smart
|
|
|
|
#
|
|
|
|
# "%W% %G%"
|
|
|
|
#
|
|
|
|
# Makefile for wxPoem example (UNIX).
|
|
|
|
|
1999-08-14 05:41:49 -04:00
|
|
|
top_srcdir = @top_srcdir@
|
|
|
|
top_builddir = ../..
|
2000-01-08 11:07:56 -05:00
|
|
|
program_dir = demos/poem
|
1999-08-14 05:41:49 -04:00
|
|
|
|
1999-08-14 07:14:39 -04:00
|
|
|
DATAFILES = wxpoem.txt wxpoem.dat
|
1999-08-14 05:41:49 -04:00
|
|
|
|
1998-12-12 13:50:16 -05:00
|
|
|
PROGRAM=wxpoem
|
|
|
|
|
|
|
|
OBJECTS=$(PROGRAM).o
|
|
|
|
|
|
|
|
include ../../src/makeprog.env
|
|
|
|
|