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