]>
Commit | Line | Data |
---|---|---|
025e88c5 | 1 | # |
79144b8a | 2 | # File: Makefile.in |
025e88c5 JS |
3 | # Author: Julian Smart |
4 | # Created: 1998 | |
5 | # Updated: | |
6 | # Copyright: (c) 1998 Julian Smart | |
7 | # | |
8 | # "%W% %G%" | |
9 | # | |
10 | # Makefile for fractal example (UNIX). | |
11 | ||
2224580a | 12 | top_srcdir = @top_srcdir@/.. |
79144b8a | 13 | top_builddir = ../.. |
70f7a477 | 14 | program_dir = demos/fractal |
79144b8a | 15 | |
025e88c5 JS |
16 | PROGRAM=fractal |
17 | ||
18 | OBJECTS=$(PROGRAM).o | |
19 | ||
20 | include ../../src/makeprog.env | |
21 |