added all data files
[wxWidgets.git] / samples / help / Makefile.in
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
12 top_srcdir = @top_srcdir@/..
13 top_builddir = ../..
14 program_dir = samples/help
15
16 PROGRAM=help
17
18 OBJECTS=demo.o
19
20 DATADIRS=doc
21 DATAFILES=doc.cnt doc.hlp doc.hpj doc.tex doc.zip back.gif forward.gif \
22 books.gif contents.gif \
23 doc/ClassGraph.class \
24 doc/ClassGraphPanel.class \
25 doc/ClassLayout.class \
26 doc/HIER.html \
27 doc/HIERjava.html \
28 doc/NavigatorButton.class \
29 doc/USE_HELP.html \
30 doc/aindex.html \
31 doc/down.gif \
32 doc/dxxgifs.tex \
33 doc/icon1.gif \
34 doc/icon2.gif \
35 doc/index.html \
36 doc/logo.gif \
37 doc/wx.htm \
38 doc/wx204.htm \
39 doc/wx34.htm \
40 doc/wxExtHelpController.html \
41 doc/wxhelp.map
42
43 include ../../src/makeprog.env
44
45