Unicode compilation fixes.
[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=demo
17
18 OBJECTS =demo.o
19 DEPFILES=demo.d
20
21 DATADIRS=doc
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
43
44 include ../../src/makeprog.env
45
46 -include $(DEPFILES)