wxWidgets/demos/life/Makefile.in

26 lines
443 B
Makefile
Raw Normal View History

#
# 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
-include $(DEPFILES)