]> git.saurik.com Git - wxWidgets.git/blame - samples/png/Makefile.in
compilation fix for wxUniv (patch 664699)
[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 19
721a4a08
GD
20OBJECTS =$(PROGRAM).o
21DEPFILES=$(PROGRAM).d
025e88c5
JS
22
23include ../../src/makeprog.env
24
27fd0246 25@IF_GNU_MAKE@-include $(DEPFILES)