]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/widgets/Makefile.in
compilation fix for wxUniv (patch 664699)
[wxWidgets.git] / samples / widgets / Makefile.in
index 385dedfdfc8ae2a59008eb8e89632f96c2a10926..94b1bd27d232f23c3a04b9be416e8efbe1b32f85 100644 (file)
@@ -15,17 +15,29 @@ program_dir = samples/widgets
 
 PROGRAM=widgets
 
-OBJECTS=button.o \
-        combobox.o \
-        gauge.o \
-        listbox.o \
-        notebook.o \
-        radiobox.o \
-        slider.o \
-        spinbtn.o \
-        static.o \
-        textctrl.o \
-        widgets.o
+OBJECTS =button.o \
+         combobox.o \
+         gauge.o \
+         listbox.o \
+         notebook.o \
+         radiobox.o \
+         slider.o \
+         spinbtn.o \
+         static.o \
+         textctrl.o \
+         widgets.o
+DEPFILES=button.d \
+         combobox.d \
+         gauge.d \
+         listbox.d \
+         notebook.d \
+         radiobox.d \
+         slider.d \
+         spinbtn.d \
+         static.d \
+         textctrl.d \
+         widgets.d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)