1998-12-12 18:50:16 +00:00
|
|
|
#
|
|
|
|
# File: makefile.unx
|
|
|
|
# Author: Julian Smart
|
|
|
|
# Created: 1998
|
|
|
|
# Updated:
|
|
|
|
# Copyright: (c) 1998 Julian Smart
|
|
|
|
#
|
|
|
|
# "%W% %G%"
|
|
|
|
#
|
|
|
|
# Makefile for wxPoem example (UNIX).
|
|
|
|
|
2000-01-31 18:26:16 +00:00
|
|
|
top_srcdir = @top_srcdir@/..
|
1999-08-14 09:41:49 +00:00
|
|
|
top_builddir = ../..
|
2000-01-08 16:07:56 +00:00
|
|
|
program_dir = demos/poem
|
1999-08-14 09:41:49 +00:00
|
|
|
|
1999-08-14 11:14:39 +00:00
|
|
|
DATAFILES = wxpoem.txt wxpoem.dat
|
1999-08-14 09:41:49 +00:00
|
|
|
|
1998-12-12 18:50:16 +00:00
|
|
|
PROGRAM=wxpoem
|
|
|
|
|
2001-07-22 14:06:10 +00:00
|
|
|
OBJECTS =$(PROGRAM).o
|
|
|
|
DEPFILES=$(PROGRAM).d
|
1998-12-12 18:50:16 +00:00
|
|
|
|
|
|
|
include ../../src/makeprog.env
|
|
|
|
|
2002-01-25 11:31:21 +00:00
|
|
|
@IF_GNU_MAKE@-include $(DEPFILES)
|