X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/39e808c3a16e88e8d2ca2a76377e7f9cd051384a..40f7145ca55ccf1b197e70acf79bbd4aa5d85145:/samples/opengl/penguin/Makefile.in diff --git a/samples/opengl/penguin/Makefile.in b/samples/opengl/penguin/Makefile.in index 5b838e308d..ef25ad52ba 100644 --- a/samples/opengl/penguin/Makefile.in +++ b/samples/opengl/penguin/Makefile.in @@ -19,7 +19,9 @@ PROGRAM=penguin LIBRARIES=$(top_builddir)/lib/@WX_TARGET_LIBRARY_GL@ $(OPENGLLIBS) -OBJECTS=$(PROGRAM).o lw.o trackball.o +OBJECTS =$(PROGRAM).o lw.o trackball.o +DEPFILES=$(PROGRAM).d lw.d trackball.d include ../../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)