Files
wxWidgets/samples/validate/Makefile.in
T
2001-07-22 15:05:53 +00:00

16 lines
270 B
Makefile

# Purpose: makefile for validate example (UNIX).
# Created: 2000-03-14
top_srcdir = @top_srcdir@/..
top_builddir = ../..
program_dir = samples/validate
PROGRAM=validate
OBJECTS =$(PROGRAM).o
DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)