wxWidgets/samples/exec/Makefile.in
2002-01-25 11:31:21 +00:00

16 lines
271 B
Makefile

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