]> git.saurik.com Git - wxWidgets.git/blame - samples/proplist/Makefile.in
updated templates and regenerated project files for OpenGL samples
[wxWidgets.git] / samples / proplist / Makefile.in
CommitLineData
30b64191
RL
1# Purpose: makefile for proplist example (UNIX).
2# Created: 2000-03-15
b412f9be 3
48fe8374 4top_srcdir = @top_srcdir@/..
a2465784
RR
5top_builddir = ../..
6program_dir = samples/proplist
7
30b64191 8PROGRAM=proplist
b412f9be 9
721a4a08
GD
10OBJECTS =$(PROGRAM).o
11DEPFILES=$(PROGRAM).d
b412f9be
JS
12
13include ../../src/makeprog.env
14
721a4a08 15-include $(DEPFILES)