mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2025-02-21 06:42:02 +01:00
Remove sysconfig.h dependency for the host as well, and skip it on wii clean
This commit is contained in:
parent
853bed122e
commit
43070ad2d9
@ -48,14 +48,11 @@ DEPS=$(patsubst %.cpp,deps/%.d,$(CPP_SRCS)) $(patsubst %.c,deps/%.d,$(C_SRCS))
|
|||||||
|
|
||||||
TARGET=frodo
|
TARGET=frodo
|
||||||
|
|
||||||
all: Src/sysconfig.h deps $(TARGET)
|
all: deps $(TARGET)
|
||||||
deps: $(DEPS)
|
deps: $(DEPS)
|
||||||
|
|
||||||
-include $(DEPS)
|
-include $(DEPS)
|
||||||
|
|
||||||
Src/sysconfig.h: Src/sysconfig.h.Host-SDL
|
|
||||||
cp $< $@
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf objs-host/* deps/* *.gcda *.gcno *~ $(TARGET) $(TARGET)-gcov
|
rm -rf objs-host/* deps/* *.gcda *.gcno *~ $(TARGET) $(TARGET)-gcov
|
||||||
|
|
||||||
|
@ -111,7 +111,7 @@ $(BUILD):
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
clean:
|
clean:
|
||||||
@echo clean ...
|
@echo clean ...
|
||||||
@rm -fr $(BUILD) $(OUTPUT).elf $(OUTPUT).dol Src/sysconfig.h Src/*.o \
|
@rm -fr $(BUILD) $(OUTPUT).elf $(OUTPUT).dol Src/*.o \
|
||||||
FrodoSC FrodoPC dist
|
FrodoSC FrodoPC dist
|
||||||
|
|
||||||
dist: $(BUILD)
|
dist: $(BUILD)
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
#if defined(GEKKO)
|
#if defined(GEKKO)
|
||||||
# include "sysconfig.h.Wii"
|
# include "sysconfig.h.Wii"
|
||||||
#else
|
#else
|
||||||
# include "sysconfig.h"
|
# include "sysconfig.h.Host-SDL"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user