inserted @IF_GNU_MAKE@ to allow building with other make versions
[wxWidgets.git] / samples / exec / Makefile.in
1 # Purpose: makefile for exec example (UNIX).
2 # Created: 2000-03-14
3
4 top_srcdir = @top_srcdir@/..
5 top_builddir = ../..
6 program_dir = samples/exec
7
8 PROGRAM=exec
9
10 OBJECTS =$(PROGRAM).o
11 DEPFILES=$(PROGRAM).d
12
13 include ../../src/makeprog.env
14
15 @IF_GNU_MAKE@-include $(DEPFILES)