X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/32b8ec418aee4e38877d4cb79e2984c766dcc358..3fc2f8c635b1ace3995a2880cbdaf1eca839a7e9:/samples/widgets/Makefile.in diff --git a/samples/widgets/Makefile.in b/samples/widgets/Makefile.in index 385dedfdfc..94b1bd27d2 100644 --- a/samples/widgets/Makefile.in +++ b/samples/widgets/Makefile.in @@ -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)