]>
Commit | Line | Data |
---|---|---|
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 | 12 | top_srcdir = @top_srcdir@/.. |
e66ad5c6 VZ |
13 | top_builddir = ../.. |
14 | program_dir = samples/help | |
15 | ||
4693b20c | 16 | PROGRAM=demo |
e66ad5c6 | 17 | |
721a4a08 GD |
18 | OBJECTS =demo.o |
19 | DEPFILES=demo.d | |
e66ad5c6 | 20 | |
f6bcfd97 | 21 | DATADIRS=doc |
5dab6765 VS |
22 | DATAFILES=doc.cnt doc.hlp doc.hpj doc.tex doc.zip back.gif forward.gif \ |
23 | books.gif contents.gif \ | |
24 | doc/ClassGraph.class \ | |
25 | doc/ClassGraphPanel.class \ | |
26 | doc/ClassLayout.class \ | |
27 | doc/HIER.html \ | |
28 | doc/HIERjava.html \ | |
29 | doc/NavigatorButton.class \ | |
30 | doc/USE_HELP.html \ | |
31 | doc/aindex.html \ | |
32 | doc/down.gif \ | |
33 | doc/dxxgifs.tex \ | |
34 | doc/icon1.gif \ | |
35 | doc/icon2.gif \ | |
36 | doc/index.html \ | |
37 | doc/logo.gif \ | |
38 | doc/wx.htm \ | |
39 | doc/wx204.htm \ | |
40 | doc/wx34.htm \ | |
41 | doc/wxExtHelpController.html \ | |
42 | doc/wxhelp.map | |
e66ad5c6 VZ |
43 | |
44 | include ../../src/makeprog.env | |
45 | ||
721a4a08 | 46 | -include $(DEPFILES) |