X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dc6c62a931cd31cff4bd7c621301d443a41dee5c..c9468a241baaa09bbc82eb45da40a1d15c630f4d:/samples/html/virtual/Makefile.in?ds=sidebyside diff --git a/samples/html/virtual/Makefile.in b/samples/html/virtual/Makefile.in index 0b660a7b83..2f8fd56215 100644 --- a/samples/html/virtual/Makefile.in +++ b/samples/html/virtual/Makefile.in @@ -9,15 +9,17 @@ # # Makefile for html virtual example (UNIX). -top_srcdir = @top_srcdir@ +top_srcdir = @top_srcdir@/.. top_builddir = ../../.. program_dir = samples/html/virtual PROGRAM=virtual -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d DATAFILES=start.htm include ../../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)