wxWidgets/samples/typetest/Makefile.in

16 lines
270 B
Makefile
Raw Normal View History

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