61 |
|
$(CDENABLESRCS) $(ROUTERSRCS) $(CPUSRCS) |
62 |
|
|
63 |
|
UI_SRCS = ../prefs.cpp prefs_windows.cpp prefs_editor_gtk.cpp xpram_windows.cpp \ |
64 |
< |
../prefs_items.cpp ../user_strings.cpp user_strings_windows.cpp BasiliskIIGUI.rc |
64 |
> |
../prefs_items.cpp ../user_strings.cpp user_strings_windows.cpp util_windows.cpp \ |
65 |
> |
b2ether/Packet32.cpp BasiliskIIGUI.rc |
66 |
|
|
67 |
|
UI_APP = BasiliskIIGUI.exe |
68 |
|
|
121 |
|
rm -rf $(OBJ_DIR) |
122 |
|
rm -rf autom4te.cache |
123 |
|
rm -f Makefile |
124 |
< |
rm -f config.cache config.log config.status config.h config.h.in |
124 |
> |
rm -f config.cache config.log config.status config.h |
125 |
|
|
126 |
|
depend dep: |
127 |
|
makedepend $(CPPFLAGS) -Y. $(SRCS) 2>/dev/null |