2000-01-03 08:56:57 +00:00
|
|
|
#
|
|
|
|
# File: makefile.unx
|
|
|
|
# Author: Julian Smart
|
|
|
|
# Created: 1998
|
|
|
|
# Updated:
|
|
|
|
# Copyright: (c) 1998 Julian Smart
|
|
|
|
#
|
|
|
|
# "%W% %G%"
|
|
|
|
#
|
|
|
|
# Makefile for toolbar example (UNIX).
|
|
|
|
|
2000-01-31 18:26:16 +00:00
|
|
|
top_srcdir = @top_srcdir@/..
|
2000-01-03 08:56:57 +00:00
|
|
|
top_builddir = ../..
|
2000-01-08 16:07:56 +00:00
|
|
|
program_dir = demos/life
|
2000-01-03 08:56:57 +00:00
|
|
|
|
|
|
|
PROGRAM=life
|
|
|
|
|
2000-01-08 18:27:19 +00:00
|
|
|
OBJECTS=$(PROGRAM).o dialogs.o game.o
|
2000-01-03 08:56:57 +00:00
|
|
|
|
|
|
|
include ../../src/makeprog.env
|
|
|
|
|
|
|
|
|