X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48fe83743aafc0c3427824b7c3051119b22ebe79..15248e43a93d885f3202554202f529bd1b1e10a4:/samples/help/Makefile.in diff --git a/samples/help/Makefile.in b/samples/help/Makefile.in index d6b570ab33..ef4f2ae6a7 100644 --- a/samples/help/Makefile.in +++ b/samples/help/Makefile.in @@ -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)