updated samples makefiles
[wxWidgets.git] / samples / validate / Makefile.in
1 # Purpose: makefile for validate example (UNIX).
2 # Created: 2000-03-14
3
4 top_srcdir = @top_srcdir@/..
5 top_builddir = ../..
6 program_dir = samples/validate
7
8 PROGRAM=validate
9
10 OBJECTS=$(PROGRAM).o
11
12 include ../../src/makeprog.env
13