wxWidgets/samples/notebook/Makefile.in

16 lines
270 B
Makefile
Raw Normal View History

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