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

16 lines
258 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
-include $(DEPFILES)