X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e66ad5c68db10fd4f7d8dd043dcbeba98f2f17f3..d9207cc82635a45b05d1c56868efa680dc2094be:/samples/help/Makefile.in diff --git a/samples/help/Makefile.in b/samples/help/Makefile.in index 553a32f5c3..1ab0a6a898 100644 --- a/samples/help/Makefile.in +++ b/samples/help/Makefile.in @@ -9,16 +9,38 @@ # # Makefile for toolbar example (UNIX). -top_srcdir = @top_srcdir@ +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)