]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/controls/Makefile.in
need wxUSE_WCHAR_T around wxConvLocal
[wxWidgets.git] / samples / controls / Makefile.in
index 5ae328b70d2f89e452a24c45fc530b24d4490fb5..8bb05cc7e6daf68cfba96ad33fe61ac17fdb8fcd 100644 (file)
@@ -9,12 +9,15 @@
 #
 # Makefile for controls example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
+program_dir = samples/controls
 
 PROGRAM=controls
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)