X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48fe83743aafc0c3427824b7c3051119b22ebe79..d9207cc82635a45b05d1c56868efa680dc2094be:/samples/help/Makefile.in diff --git a/samples/help/Makefile.in b/samples/help/Makefile.in index d6b570ab33..1ab0a6a898 100644 --- a/samples/help/Makefile.in +++ b/samples/help/Makefile.in @@ -13,12 +13,34 @@ top_srcdir = @top_srcdir@/.. top_builddir = ../.. program_dir = samples/help -PROGRAM=help +PROGRAM=demo -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)