]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/typetest/Makefile.in
Committing in .
[wxWidgets.git] / samples / typetest / Makefile.in
... / ...
CommitLineData
1# Purpose: makefile for typetest example (UNIX).
2# Created: 2000-03-14
3
4top_srcdir = @top_srcdir@/..
5top_builddir = ../..
6program_dir = samples/typetest
7
8PROGRAM=typetest
9
10OBJECTS =$(PROGRAM).o
11DEPFILES=$(PROGRAM).d
12
13include ../../src/makeprog.env
14
15-include $(DEPFILES)