X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ad9edf45f116c0281b5efcfa0dd7b2fc2073908f..51b07644bbfacb3a5caaf31dac0474634722a726:/samples/checklst/Makefile.in?ds=sidebyside diff --git a/samples/checklst/Makefile.in b/samples/checklst/Makefile.in index 4bc8493433..f0e6304b7d 100644 --- a/samples/checklst/Makefile.in +++ b/samples/checklst/Makefile.in @@ -9,12 +9,15 @@ # # Makefile for checklst example (UNIX). -top_srcdir = @top_srcdir@ +top_srcdir = @top_srcdir@/.. top_builddir = ../.. +program_dir = samples/checklst PROGRAM=checklst -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)