]> git.saurik.com Git - wxWidgets.git/blame - samples/png/Makefile.in
Start of actual filling in of wxFrame. Makefile now supports tiff
[wxWidgets.git] / samples / png / Makefile.in
CommitLineData
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 12top_srcdir = @top_srcdir@/..
79144b8a
RR
13top_builddir = ../..
14program_dir = samples/png
15
16DATAFILES = julian.png paint16.png paint.png
17
18PROGRAM=pngdemo
025e88c5
JS
19
20OBJECTS=$(PROGRAM).o
21
22include ../../src/makeprog.env
23