]>
Commit | Line | Data |
---|---|---|
025e88c5 JS |
1 | # |
2 | # File: makefile.unx | |
3 | # Author: Julian Smart | |
4 | # Created: 1998 | |
5 | # Updated: | |
6 | # Copyright: (c) 1998 Julian Smart | |
7 | # | |
8 | # "%W% %G%" | |
9 | # | |
79144b8a | 10 | # Makefile for PNG example (UNIX). |
025e88c5 | 11 | |
48fe8374 | 12 | top_srcdir = @top_srcdir@/.. |
79144b8a RR |
13 | top_builddir = ../.. |
14 | program_dir = samples/png | |
15 | ||
16 | DATAFILES = julian.png paint16.png paint.png | |
17 | ||
18 | PROGRAM=pngdemo | |
025e88c5 JS |
19 | |
20 | OBJECTS=$(PROGRAM).o | |
21 | ||
22 | include ../../src/makeprog.env | |
23 |