X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/32b8ec418aee4e38877d4cb79e2984c766dcc358..b6b85bdccb56b9eb8d4e5ebce4dc3ff776fc9ce8:/samples/widgets/Makefile.in diff --git a/samples/widgets/Makefile.in b/samples/widgets/Makefile.in index 385dedfdfc..1ee7445ae7 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 +-include $(DEPFILES)