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

17 lines
342 B
Makefile

# Purpose: makefile for dragimag example (UNIX).
# Created: 2000-03-15
top_srcdir = @top_srcdir@/..
top_builddir = ../..
program_dir = samples/dragimag
PROGRAM=dragimag
DATAFILES=backgrnd.png shape01.png shape02.png shape03.png
OBJECTS =$(PROGRAM).o
DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
@IF_GNU_MAKE@-include $(DEPFILES)