]> git.saurik.com Git - wxWidgets.git/blame - samples/docview/Makefile.in
added simple test for wxStaticBoxSizers
[wxWidgets.git] / samples / docview / Makefile.in
CommitLineData
457814b5
JS
1#
2# File: makefile.unx
3# Author: Julian Smart
89c7e962 4# Created: 1998
457814b5 5# Updated:
89c7e962 6# Copyright: (c) 1998 Julian Smart
457814b5
JS
7#
8# "%W% %G%"
9#
10# Makefile for docview example (UNIX).
11
a8efa9e3
RR
12top_srcdir = @top_srcdir@
13top_builddir = ../..
b1683d38 14program_dir = samples/docview
549c6f67 15
89c7e962 16PROGRAM=docview
457814b5 17
89c7e962 18OBJECTS=$(PROGRAM).o doc.o view.o
457814b5 19
89c7e962 20include ../../src/makeprog.env
457814b5 21
457814b5 22