]> git.saurik.com Git - wxWidgets.git/blame - samples/docview/makefile.unx
no message
[wxWidgets.git] / samples / docview / makefile.unx
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
89c7e962 12PROGRAM=docview
457814b5 13
89c7e962 14OBJECTS=$(PROGRAM).o doc.o view.o
457814b5 15
89c7e962 16include ../../src/makeprog.env
457814b5 17
457814b5 18