File tree 3 files changed +11
-5
lines changed
3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -56,29 +56,38 @@ include $(PS2SDKSRC)/ee/Rules.make
56
56
include $(PS2SDKSRC ) /ee/Rules.release
57
57
58
58
$(TIMEZONE_OBJS:% =$(EE_OBJS_DIR ) %): $(EE_SRC_DIR ) timezone.c
59
+ $(DIR_GUARD)
59
60
$(EE_C_COMPILE) -DF_$(*:$(EE_OBJS_DIR)%=%) $< -c -o $@
60
61
61
62
$(SJIS_OBJS:% =$(EE_OBJS_DIR ) %): $(EE_SRC_DIR ) sjis.c
63
+ $(DIR_GUARD)
62
64
$(EE_C_COMPILE) -DF_$(*:$(EE_OBJS_DIR)%=%) $< -c -o $@
63
65
64
66
$(SLEEP_OBJS:% =$(EE_OBJS_DIR ) %): $(EE_SRC_DIR ) sleep.c
67
+ $(DIR_GUARD)
65
68
$(EE_C_COMPILE) -DF_$(*:$(EE_OBJS_DIR)%=%) $< -c -o $@
66
69
67
70
$(GLUE_OBJS:% =$(EE_OBJS_DIR ) %): $(EE_SRC_DIR ) glue.c
71
+ $(DIR_GUARD)
68
72
$(EE_C_COMPILE) -DF_$(*:$(EE_OBJS_DIR)%=%) $< -c -o $@
69
73
70
74
$(CWD_OBJS:% =$(EE_OBJS_DIR ) %): $(EE_SRC_DIR ) cwd.c
75
+ $(DIR_GUARD)
71
76
$(EE_C_COMPILE) -DF_$(*:$(EE_OBJS_DIR)%=%) $< -c -o $@
72
77
73
78
$(PS2SDKAPI_OBJS:% =$(EE_OBJS_DIR ) %): $(EE_SRC_DIR ) ps2sdkapi.c
79
+ $(DIR_GUARD)
74
80
$(EE_C_COMPILE) -DF_$(*:$(EE_OBJS_DIR)%=%) $< -c -o $@
75
81
76
82
$(FDMAN_OBJS:% =$(EE_OBJS_DIR ) %): $(EE_SRC_DIR ) fdman.c
83
+ $(DIR_GUARD)
77
84
$(EE_C_COMPILE) -DF_$(*:$(EE_OBJS_DIR)%=%) $< -c -o $@
78
85
79
86
$(INIT_OBJS:% =$(EE_OBJS_DIR ) %): $(EE_SRC_DIR ) init.c
87
+ $(DIR_GUARD)
80
88
$(EE_C_COMPILE) -DF_$(*:$(EE_OBJS_DIR)%=%) $< -c -o $@
81
89
82
90
$(LOCK_OBJS:% =$(EE_OBJS_DIR ) %): $(EE_SRC_DIR ) lock.c
91
+ $(DIR_GUARD)
83
92
$(EE_C_COMPILE) -DF_$(*:$(EE_OBJS_DIR)%=%) $< -c -o $@
84
93
Original file line number Diff line number Diff line change @@ -22,11 +22,6 @@ TLS_HELPER_OBJS = __keysUsed.o __maxTlsValues.o __globalTlsLock.o __globalTls.o
22
22
23
23
EE_OBJS = $(OSAL_OBJS ) $(TLS_HELPER_OBJS )
24
24
25
- # all:: prepareFolder $(EE_LIB)
26
-
27
- # prepareFolder:
28
- # $(MKDIR) -p obj
29
-
30
25
include $(PS2SDKSRC ) /Defs.make
31
26
include $(PS2SDKSRC ) /ee/Rules.lib.make
32
27
include $(PS2SDKSRC ) /ee/Rules.make
Original file line number Diff line number Diff line change @@ -32,7 +32,9 @@ include $(PS2SDKSRC)/ee/Rules.make
32
32
include $(PS2SDKSRC ) /ee/Rules.release
33
33
34
34
$(FILEXIO_RPC_OBJS:% =$(EE_OBJS_DIR ) %): $(EE_SRC_DIR ) fileXio_rpc.c
35
+ $(DIR_GUARD)
35
36
$(EE_C_COMPILE) -DF_$(*:$(EE_OBJS_DIR)%=%) $< -c -o $@
36
37
37
38
$(FILEXIO_PS2SDK_OBJS:% =$(EE_OBJS_DIR ) %): $(EE_SRC_DIR ) fileXio_ps2sdk.c
39
+ $(DIR_GUARD)
38
40
$(EE_C_COMPILE) -DF_$(*:$(EE_OBJS_DIR)%=%) $< -c -o $@
You can’t perform that action at this time.
0 commit comments