]> git.saurik.com Git - wxWidgets.git/blame - samples/notebook/Makefile.in
Fixed copyrights and licence spelling
[wxWidgets.git] / samples / notebook / Makefile.in
CommitLineData
b2f757f9
RL
1# Purpose: makefile for notebook example (UNIX).
2# Created: 2000-03-15
0b4d4194 3
48fe8374 4top_srcdir = @top_srcdir@/..
a8efa9e3 5top_builddir = ../..
b1683d38 6program_dir = samples/notebook
549c6f67 7
b2f757f9 8PROGRAM=notebook
0b4d4194 9
721a4a08
GD
10OBJECTS =$(PROGRAM).o
11DEPFILES=$(PROGRAM).d
0b4d4194
JS
12
13include ../../src/makeprog.env
14
27fd0246 15@IF_GNU_MAKE@-include $(DEPFILES)