]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/help/Makefile.in
removed assert from wxColour::InitFromName() as there is no way to bypass it (see...
[wxWidgets.git] / samples / help / Makefile.in
index d6b570ab33f6e72a8f936ae154b9ab225de06976..ef4f2ae6a718ac4fd7f7c002cdec3a19718807be 100644 (file)
@@ -15,10 +15,32 @@ program_dir = samples/help
 
 PROGRAM=help
 
-OBJECTS=demo.o
+OBJECTS =demo.o
+DEPFILES=demo.d
 
-DATAFILES=doc
+DATADIRS=doc
+DATAFILES=doc.cnt doc.hlp doc.hpj doc.tex doc.zip back.gif forward.gif \
+          books.gif contents.gif \
+          doc/ClassGraph.class \
+          doc/ClassGraphPanel.class \
+          doc/ClassLayout.class \
+          doc/HIER.html \
+          doc/HIERjava.html \
+          doc/NavigatorButton.class \
+          doc/USE_HELP.html \
+          doc/aindex.html \
+          doc/down.gif \
+          doc/dxxgifs.tex \
+          doc/icon1.gif \
+          doc/icon2.gif \
+          doc/index.html \
+          doc/logo.gif \
+          doc/wx.htm \
+          doc/wx204.htm \
+          doc/wx34.htm \
+          doc/wxExtHelpController.html  \
+          doc/wxhelp.map
 
 include ../../src/makeprog.env
 
-
+-include $(DEPFILES)