]> git.saurik.com Git - wxWidgets.git/blame - samples/validate/Makefile.in
not necessary anymore
[wxWidgets.git] / samples / validate / Makefile.in
CommitLineData
367e57ec
RL
1# Purpose: makefile for validate example (UNIX).
2# Created: 2000-03-14
dbda9e86 3
48fe8374 4top_srcdir = @top_srcdir@/..
549c6f67 5top_builddir = ../..
b1683d38 6program_dir = samples/validate
549c6f67 7
dbda9e86
JS
8PROGRAM=validate
9
721a4a08
GD
10OBJECTS =$(PROGRAM).o
11DEPFILES=$(PROGRAM).d
dbda9e86
JS
12
13include ../../src/makeprog.env
14
27fd0246 15@IF_GNU_MAKE@-include $(DEPFILES)