1998-12-31 10:54:41 +00:00
|
|
|
#
|
|
|
|
# File: makefile.unx
|
|
|
|
# Author: Julian Smart
|
|
|
|
# Created: 1998
|
|
|
|
# Updated:
|
|
|
|
# Copyright: (c) 1998 Julian Smart
|
|
|
|
#
|
|
|
|
# "%W% %G%"
|
|
|
|
#
|
1999-10-12 09:44:18 +00:00
|
|
|
# Makefile for PNG example (UNIX).
|
1998-12-31 10:54:41 +00:00
|
|
|
|
1999-10-12 09:44:18 +00:00
|
|
|
top_srcdir = @top_srcdir@
|
|
|
|
top_builddir = ../..
|
|
|
|
program_dir = samples/png
|
|
|
|
|
|
|
|
DATAFILES = julian.png paint16.png paint.png
|
|
|
|
|
|
|
|
PROGRAM=pngdemo
|
1998-12-31 10:54:41 +00:00
|
|
|
|
|
|
|
OBJECTS=$(PROGRAM).o
|
|
|
|
|
|
|
|
include ../../src/makeprog.env
|
|
|
|
|