Files
wxWidgets/samples/notebook/Makefile.in
T
2000-03-14 19:24:14 +00:00

14 lines
226 B
Makefile

# 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
include ../../src/makeprog.env