]> git.saurik.com Git - wxWidgets.git/blame - samples/help/Makefile.in
New, reworked frame class for wxOS2
[wxWidgets.git] / samples / help / Makefile.in
CommitLineData
e66ad5c6
VZ
1#
2# File: makefile.unx
3# Author: Julian Smart
4# Created: 1998
5# Updated:
6# Copyright: (c) 1998 Julian Smart
7#
8# "%W% %G%"
9#
10# Makefile for toolbar example (UNIX).
11
48fe8374 12top_srcdir = @top_srcdir@/..
e66ad5c6
VZ
13top_builddir = ../..
14program_dir = samples/help
15
16PROGRAM=help
17
18OBJECTS=demo.o
19
f6bcfd97 20DATADIRS=doc
856bc99a 21DATAFILES=doc.cnt doc.hlp doc.hpj doc.tex doc.zip back.gif forward.gif books.gif contents.gif
e66ad5c6
VZ
22
23include ../../src/makeprog.env
24
25