home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
wxos2233.zip
/
wxOS2-2_3_3.zip
/
wxWindows-2.3.3
/
demos
/
life
/
Makefile.in
< prev
next >
Wrap
Makefile
|
2002-01-26
|
481b
|
26 lines
#
# File: makefile.unx
# Author: Julian Smart
# Created: 1998
# Updated:
# Copyright: (c) 1998 Julian Smart
#
# "%W% %G%"
#
# Makefile for toolbar example (UNIX).
top_srcdir = @top_srcdir@/..
top_builddir = ../..
program_dir = demos/life
DATAFILES = samples.inc breeder.lif
PROGRAM=life
OBJECTS =$(PROGRAM).o dialogs.o game.o reader.o
DEPFILES=$(PROGRAM).d dialogs.d game.d reader.d
include ../../src/makeprog.env
@IF_GNU_MAKE@-include $(DEPFILES)