X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/549c6f67f9181e3ad8abfffa8c0c6cdd7ec49e5a..b911bc32a17f592214fcc37bb942ad3f355e6893:/samples/html/about/Makefile.in?ds=sidebyside diff --git a/samples/html/about/Makefile.in b/samples/html/about/Makefile.in index a4f19d5c72..4a3551d16e 100644 --- a/samples/html/about/Makefile.in +++ b/samples/html/about/Makefile.in @@ -9,14 +9,18 @@ # # Makefile for html about example (UNIX). -top_srcdir = @top_srcdir@ +top_srcdir = @top_srcdir@/.. top_builddir = ../../.. +program_dir = samples/html/about -VPATH = :$(top_srcdir)/samples/html/about +DATADIRS = data +DATAFILES = data/about.htm data/logo.png PROGRAM=about -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)