@agoric/xsnap 0.14.3-dev-b047af2.0 → 0.14.3-dev-3eb4230.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api.js +1 -1
- package/package.json +16 -23
- package/src/build.js +4 -61
- package/moddable/modules/data/base64/base64.js +0 -28
- package/moddable/modules/data/base64/manifest.json +0 -11
- package/moddable/modules/data/base64/modBase64.c +0 -188
- package/moddable/modules/data/binaryMessage/BinaryMessage.js +0 -106
- package/moddable/modules/data/crc/crc.c +0 -205
- package/moddable/modules/data/crc/crc.js +0 -36
- package/moddable/modules/data/crc/manifest.json +0 -8
- package/moddable/modules/data/hex/hex.js +0 -28
- package/moddable/modules/data/hex/manifest.json +0 -11
- package/moddable/modules/data/hex/modHex.c +0 -139
- package/moddable/modules/data/logical/logical.js +0 -32
- package/moddable/modules/data/logical/modLogical.c +0 -98
- package/moddable/modules/data/qrcode/manifest.json +0 -9
- package/moddable/modules/data/qrcode/qrcode.c +0 -93
- package/moddable/modules/data/qrcode/qrcode.js +0 -23
- package/moddable/modules/data/qrcode/qrcodegen.c +0 -1025
- package/moddable/modules/data/qrcode/qrcodegen.h +0 -267
- package/moddable/modules/data/text/decoder/manifest.json +0 -8
- package/moddable/modules/data/text/decoder/textdecoder.c +0 -480
- package/moddable/modules/data/text/decoder/textdecoder.js +0 -27
- package/moddable/modules/data/text/encoder/manifest.json +0 -8
- package/moddable/modules/data/text/encoder/textencoder.c +0 -232
- package/moddable/modules/data/text/encoder/textencoder.js +0 -24
- package/moddable/modules/data/tinyint/tinyint.c +0 -150
- package/moddable/modules/data/tinyint/tinyint.js +0 -53
- package/moddable/modules/data/url/manifest.json +0 -17
- package/moddable/modules/data/url/url.c +0 -1959
- package/moddable/modules/data/url/url.js +0 -210
- package/moddable/modules/data/wavreader/manifest.json +0 -8
- package/moddable/modules/data/wavreader/wavreader.js +0 -128
- package/moddable/modules/data/zlib/deflate.c +0 -161
- package/moddable/modules/data/zlib/deflate.js +0 -63
- package/moddable/modules/data/zlib/inflate.c +0 -145
- package/moddable/modules/data/zlib/inflate.js +0 -66
- package/moddable/modules/data/zlib/manifest_deflate.json +0 -9
- package/moddable/modules/data/zlib/manifest_inflate.json +0 -9
- package/moddable/modules/data/zlib/miniz.c +0 -4924
- package/moddable/xs/includes/xs.d.ts +0 -73
- package/moddable/xs/includes/xs.h +0 -1533
- package/moddable/xs/includes/xsmc.h +0 -206
- package/moddable/xs/makefiles/lin/makefile +0 -33
- package/moddable/xs/makefiles/lin/xsc.mk +0 -118
- package/moddable/xs/makefiles/lin/xsid.mk +0 -90
- package/moddable/xs/makefiles/lin/xsl.mk +0 -168
- package/moddable/xs/makefiles/lin/xst.mk +0 -201
- package/moddable/xs/makefiles/mac/makefile +0 -33
- package/moddable/xs/makefiles/mac/xsc.mk +0 -130
- package/moddable/xs/makefiles/mac/xsid.mk +0 -102
- package/moddable/xs/makefiles/mac/xsl.mk +0 -177
- package/moddable/xs/makefiles/mac/xst.mk +0 -203
- package/moddable/xs/makefiles/mac/xst_no_asan.txt +0 -52
- package/moddable/xs/makefiles/win/build.bat +0 -26
- package/moddable/xs/makefiles/win/xsc.mak +0 -142
- package/moddable/xs/makefiles/win/xsid.mak +0 -113
- package/moddable/xs/makefiles/win/xsl.mak +0 -186
- package/moddable/xs/makefiles/win/xst.mak +0 -195
- package/moddable/xs/platforms/lin_xs.h +0 -99
- package/moddable/xs/platforms/mac_xs.h +0 -97
- package/moddable/xs/platforms/wasm_xs.h +0 -79
- package/moddable/xs/platforms/win_xs.h +0 -104
- package/moddable/xs/platforms/xsHost.h +0 -63
- package/moddable/xs/platforms/xsPlatform.h +0 -618
- package/moddable/xs/sources/xsAPI.c +0 -2555
- package/moddable/xs/sources/xsAll.c +0 -294
- package/moddable/xs/sources/xsAll.h +0 -2741
- package/moddable/xs/sources/xsArguments.c +0 -222
- package/moddable/xs/sources/xsArray.c +0 -2657
- package/moddable/xs/sources/xsAtomics.c +0 -844
- package/moddable/xs/sources/xsBigInt.c +0 -1859
- package/moddable/xs/sources/xsBoolean.c +0 -109
- package/moddable/xs/sources/xsCode.c +0 -4493
- package/moddable/xs/sources/xsCommon.c +0 -1710
- package/moddable/xs/sources/xsCommon.h +0 -1142
- package/moddable/xs/sources/xsDataView.c +0 -2890
- package/moddable/xs/sources/xsDate.c +0 -1541
- package/moddable/xs/sources/xsDebug.c +0 -2710
- package/moddable/xs/sources/xsDefaults.c +0 -134
- package/moddable/xs/sources/xsError.c +0 -353
- package/moddable/xs/sources/xsFunction.c +0 -776
- package/moddable/xs/sources/xsGenerator.c +0 -865
- package/moddable/xs/sources/xsGlobal.c +0 -839
- package/moddable/xs/sources/xsJSON.c +0 -1091
- package/moddable/xs/sources/xsLexical.c +0 -1969
- package/moddable/xs/sources/xsLockdown.c +0 -933
- package/moddable/xs/sources/xsMapSet.c +0 -1649
- package/moddable/xs/sources/xsMarshall.c +0 -1020
- package/moddable/xs/sources/xsMath.c +0 -624
- package/moddable/xs/sources/xsMemory.c +0 -1941
- package/moddable/xs/sources/xsModule.c +0 -3101
- package/moddable/xs/sources/xsNumber.c +0 -560
- package/moddable/xs/sources/xsObject.c +0 -1102
- package/moddable/xs/sources/xsPlatforms.c +0 -480
- package/moddable/xs/sources/xsProfile.c +0 -577
- package/moddable/xs/sources/xsPromise.c +0 -1199
- package/moddable/xs/sources/xsProperty.c +0 -636
- package/moddable/xs/sources/xsProxy.c +0 -1014
- package/moddable/xs/sources/xsRegExp.c +0 -1168
- package/moddable/xs/sources/xsRun.c +0 -4889
- package/moddable/xs/sources/xsScope.c +0 -1293
- package/moddable/xs/sources/xsScript.c +0 -288
- package/moddable/xs/sources/xsScript.h +0 -1186
- package/moddable/xs/sources/xsSnapshot.c +0 -2161
- package/moddable/xs/sources/xsSnapshot.h +0 -51
- package/moddable/xs/sources/xsSourceMap.c +0 -218
- package/moddable/xs/sources/xsString.c +0 -3332
- package/moddable/xs/sources/xsSymbol.c +0 -503
- package/moddable/xs/sources/xsSyntaxical.c +0 -4193
- package/moddable/xs/sources/xsTree.c +0 -1893
- package/moddable/xs/sources/xsType.c +0 -1488
- package/moddable/xs/sources/xsdtoa.c +0 -6672
- package/moddable/xs/sources/xsmc.c +0 -340
- package/moddable/xs/sources/xsre.c +0 -7578
- package/xsnap-native/xsnap/makefiles/lin/makefile +0 -10
- package/xsnap-native/xsnap/makefiles/lin/xsnap-worker.mk +0 -153
- package/xsnap-native/xsnap/makefiles/lin/xsnap.mk +0 -144
- package/xsnap-native/xsnap/makefiles/mac/makefile +0 -10
- package/xsnap-native/xsnap/makefiles/mac/xsnap-worker.mk +0 -162
- package/xsnap-native/xsnap/makefiles/mac/xsnap.mk +0 -153
- package/xsnap-native/xsnap/sources/xsnap-worker.c +0 -996
- package/xsnap-native/xsnap/sources/xsnap.c +0 -716
- package/xsnap-native/xsnap/sources/xsnap.h +0 -142
- package/xsnap-native/xsnap/sources/xsnapPlatform.c +0 -1496
- package/xsnap-native/xsnap/sources/xsnapPlatform.h +0 -105
|
@@ -1,153 +0,0 @@
|
|
|
1
|
-
% : %.c
|
|
2
|
-
%.o : %.c
|
|
3
|
-
|
|
4
|
-
GOAL ?= debug
|
|
5
|
-
NAME = xsnap-worker
|
|
6
|
-
ifneq ($(VERBOSE),1)
|
|
7
|
-
MAKEFLAGS += --silent
|
|
8
|
-
endif
|
|
9
|
-
|
|
10
|
-
# MODDABLE = $(CURDIR)/../../moddable
|
|
11
|
-
BUILD_DIR = $(CURDIR)/../../build
|
|
12
|
-
TLS_DIR = $(CURDIR)/../../sources
|
|
13
|
-
|
|
14
|
-
# BUILD_DIR = $(MODDABLE)/build
|
|
15
|
-
# TLS_DIR = ../../sources
|
|
16
|
-
|
|
17
|
-
XS_DIR = $(MODDABLE)/xs
|
|
18
|
-
|
|
19
|
-
BIN_DIR = $(BUILD_DIR)/bin/lin/$(GOAL)
|
|
20
|
-
INC_DIR = $(XS_DIR)/includes
|
|
21
|
-
PLT_DIR = $(XS_DIR)/platforms
|
|
22
|
-
SRC_DIR = $(XS_DIR)/sources
|
|
23
|
-
TMP_DIR = $(BUILD_DIR)/tmp/lin/$(GOAL)/$(NAME)
|
|
24
|
-
|
|
25
|
-
C_OPTIONS = \
|
|
26
|
-
-fno-common \
|
|
27
|
-
-DINCLUDE_XSPLATFORM \
|
|
28
|
-
-DXSPLATFORM=\"xsnapPlatform.h\" \
|
|
29
|
-
-DXSNAP_VERSION=\"$(XSNAP_VERSION)\" \
|
|
30
|
-
-DXSNAP_TEST_RECORD=0 \
|
|
31
|
-
-DmxLockdown=1 \
|
|
32
|
-
-DmxMetering=1 \
|
|
33
|
-
-DmxDebug=1 \
|
|
34
|
-
-UmxInstrument \
|
|
35
|
-
-DmxNoConsole=1 \
|
|
36
|
-
-DmxBoundsCheck=1 \
|
|
37
|
-
-DmxParse=1 \
|
|
38
|
-
-DmxRun=1 \
|
|
39
|
-
-DmxSloppy=1 \
|
|
40
|
-
-DmxSnapshot=1 \
|
|
41
|
-
-DmxRegExpUnicodePropertyEscapes=1 \
|
|
42
|
-
-DmxStringNormalize=1 \
|
|
43
|
-
-DmxMinusZero=1 \
|
|
44
|
-
-I$(INC_DIR) \
|
|
45
|
-
-I$(PLT_DIR) \
|
|
46
|
-
-I$(SRC_DIR) \
|
|
47
|
-
-I$(TLS_DIR) \
|
|
48
|
-
-I$(TMP_DIR)
|
|
49
|
-
C_OPTIONS += \
|
|
50
|
-
-Wno-misleading-indentation \
|
|
51
|
-
-Wno-implicit-fallthrough
|
|
52
|
-
ifeq ($(GOAL),debug)
|
|
53
|
-
C_OPTIONS += -g -O0 -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter
|
|
54
|
-
else
|
|
55
|
-
C_OPTIONS += -O3
|
|
56
|
-
endif
|
|
57
|
-
|
|
58
|
-
LIBRARIES = -ldl -lm -lpthread
|
|
59
|
-
|
|
60
|
-
ifeq ($(XSNAP_RANDOM_INIT),1)
|
|
61
|
-
LIBRARIES += -lbsd
|
|
62
|
-
C_OPTIONS += -DmxSnapshotRandomInit
|
|
63
|
-
endif
|
|
64
|
-
|
|
65
|
-
LINK_OPTIONS = -rdynamic
|
|
66
|
-
|
|
67
|
-
OBJECTS = \
|
|
68
|
-
$(TMP_DIR)/xsAll.o \
|
|
69
|
-
$(TMP_DIR)/xsAPI.o \
|
|
70
|
-
$(TMP_DIR)/xsArguments.o \
|
|
71
|
-
$(TMP_DIR)/xsArray.o \
|
|
72
|
-
$(TMP_DIR)/xsAtomics.o \
|
|
73
|
-
$(TMP_DIR)/xsBigInt.o \
|
|
74
|
-
$(TMP_DIR)/xsBoolean.o \
|
|
75
|
-
$(TMP_DIR)/xsCode.o \
|
|
76
|
-
$(TMP_DIR)/xsCommon.o \
|
|
77
|
-
$(TMP_DIR)/xsDataView.o \
|
|
78
|
-
$(TMP_DIR)/xsDate.o \
|
|
79
|
-
$(TMP_DIR)/xsDebug.o \
|
|
80
|
-
$(TMP_DIR)/xsDefaults.o \
|
|
81
|
-
$(TMP_DIR)/xsError.o \
|
|
82
|
-
$(TMP_DIR)/xsFunction.o \
|
|
83
|
-
$(TMP_DIR)/xsGenerator.o \
|
|
84
|
-
$(TMP_DIR)/xsGlobal.o \
|
|
85
|
-
$(TMP_DIR)/xsJSON.o \
|
|
86
|
-
$(TMP_DIR)/xsLexical.o \
|
|
87
|
-
$(TMP_DIR)/xsLockdown.o \
|
|
88
|
-
$(TMP_DIR)/xsMapSet.o \
|
|
89
|
-
$(TMP_DIR)/xsMarshall.o \
|
|
90
|
-
$(TMP_DIR)/xsMath.o \
|
|
91
|
-
$(TMP_DIR)/xsMemory.o \
|
|
92
|
-
$(TMP_DIR)/xsModule.o \
|
|
93
|
-
$(TMP_DIR)/xsNumber.o \
|
|
94
|
-
$(TMP_DIR)/xsObject.o \
|
|
95
|
-
$(TMP_DIR)/xsPlatforms.o \
|
|
96
|
-
$(TMP_DIR)/xsProfile.o \
|
|
97
|
-
$(TMP_DIR)/xsPromise.o \
|
|
98
|
-
$(TMP_DIR)/xsProperty.o \
|
|
99
|
-
$(TMP_DIR)/xsProxy.o \
|
|
100
|
-
$(TMP_DIR)/xsRegExp.o \
|
|
101
|
-
$(TMP_DIR)/xsRun.o \
|
|
102
|
-
$(TMP_DIR)/xsScope.o \
|
|
103
|
-
$(TMP_DIR)/xsScript.o \
|
|
104
|
-
$(TMP_DIR)/xsSnapshot.o \
|
|
105
|
-
$(TMP_DIR)/xsSourceMap.o \
|
|
106
|
-
$(TMP_DIR)/xsString.o \
|
|
107
|
-
$(TMP_DIR)/xsSymbol.o \
|
|
108
|
-
$(TMP_DIR)/xsSyntaxical.o \
|
|
109
|
-
$(TMP_DIR)/xsTree.o \
|
|
110
|
-
$(TMP_DIR)/xsType.o \
|
|
111
|
-
$(TMP_DIR)/xsdtoa.o \
|
|
112
|
-
$(TMP_DIR)/xsre.o \
|
|
113
|
-
$(TMP_DIR)/xsmc.o \
|
|
114
|
-
$(TMP_DIR)/textdecoder.o \
|
|
115
|
-
$(TMP_DIR)/textencoder.o \
|
|
116
|
-
$(TMP_DIR)/modBase64.o \
|
|
117
|
-
$(TMP_DIR)/xsnapPlatform.o \
|
|
118
|
-
$(TMP_DIR)/xsnap-worker.o
|
|
119
|
-
|
|
120
|
-
VPATH += $(SRC_DIR) $(TLS_DIR)
|
|
121
|
-
VPATH += $(MODDABLE)/modules/data/text/decoder
|
|
122
|
-
VPATH += $(MODDABLE)/modules/data/text/encoder
|
|
123
|
-
VPATH += $(MODDABLE)/modules/data/base64
|
|
124
|
-
|
|
125
|
-
build: $(TMP_DIR) $(BIN_DIR) $(BIN_DIR)/$(NAME)
|
|
126
|
-
|
|
127
|
-
$(TMP_DIR):
|
|
128
|
-
mkdir -p $(TMP_DIR)
|
|
129
|
-
|
|
130
|
-
$(BIN_DIR):
|
|
131
|
-
mkdir -p $(BIN_DIR)
|
|
132
|
-
|
|
133
|
-
$(BIN_DIR)/$(NAME): $(OBJECTS)
|
|
134
|
-
@echo "#" $(NAME) $(GOAL) ": cc" $(@F)
|
|
135
|
-
$(CC) $(LINK_OPTIONS) $(OBJECTS) $(LIBRARIES) -o $@
|
|
136
|
-
|
|
137
|
-
$(OBJECTS): $(TLS_DIR)/xsnap.h
|
|
138
|
-
$(OBJECTS): $(TLS_DIR)/xsnapPlatform.h
|
|
139
|
-
$(OBJECTS): $(PLT_DIR)/xsPlatform.h
|
|
140
|
-
$(OBJECTS): $(SRC_DIR)/xsCommon.h
|
|
141
|
-
$(OBJECTS): $(SRC_DIR)/xsAll.h
|
|
142
|
-
$(OBJECTS): $(SRC_DIR)/xsScript.h
|
|
143
|
-
$(OBJECTS): $(SRC_DIR)/xsSnapshot.h
|
|
144
|
-
$(OBJECTS): $(INC_DIR)/xs.h
|
|
145
|
-
$(TMP_DIR)/%.o: %.c
|
|
146
|
-
@echo "#" $(NAME) $(GOAL) ": cc" $(<F)
|
|
147
|
-
$(CC) $< $(C_OPTIONS) -c -o $@
|
|
148
|
-
|
|
149
|
-
clean:
|
|
150
|
-
rm -rf $(BUILD_DIR)/bin/lin/debug/$(NAME)
|
|
151
|
-
rm -rf $(BUILD_DIR)/bin/lin/release/$(NAME)
|
|
152
|
-
rm -rf $(BUILD_DIR)/tmp/lin/debug/$(NAME)
|
|
153
|
-
rm -rf $(BUILD_DIR)/tmp/lin/release/$(NAME)
|
|
@@ -1,144 +0,0 @@
|
|
|
1
|
-
% : %.c
|
|
2
|
-
%.o : %.c
|
|
3
|
-
|
|
4
|
-
GOAL ?= debug
|
|
5
|
-
NAME = xsnap
|
|
6
|
-
ifneq ($(VERBOSE),1)
|
|
7
|
-
MAKEFLAGS += --silent
|
|
8
|
-
endif
|
|
9
|
-
|
|
10
|
-
BUILD_DIR = $(MODDABLE)/build
|
|
11
|
-
TLS_DIR = ../../sources
|
|
12
|
-
|
|
13
|
-
XS_DIR = $(MODDABLE)/xs
|
|
14
|
-
|
|
15
|
-
BIN_DIR = $(BUILD_DIR)/bin/lin/$(GOAL)
|
|
16
|
-
INC_DIR = $(XS_DIR)/includes
|
|
17
|
-
PLT_DIR = $(XS_DIR)/platforms
|
|
18
|
-
SRC_DIR = $(XS_DIR)/sources
|
|
19
|
-
TMP_DIR = $(BUILD_DIR)/tmp/lin/$(GOAL)/$(NAME)
|
|
20
|
-
|
|
21
|
-
C_OPTIONS = \
|
|
22
|
-
-fno-common \
|
|
23
|
-
-DINCLUDE_XSPLATFORM \
|
|
24
|
-
-DXSPLATFORM=\"xsnapPlatform.h\" \
|
|
25
|
-
-DmxLockdown=1 \
|
|
26
|
-
-DmxMetering=1 \
|
|
27
|
-
-DmxParse=1 \
|
|
28
|
-
-DmxProfile=1 \
|
|
29
|
-
-DmxRun=1 \
|
|
30
|
-
-DmxSloppy=1 \
|
|
31
|
-
-DmxSnapshot=1 \
|
|
32
|
-
-DmxRegExpUnicodePropertyEscapes=1 \
|
|
33
|
-
-DmxStringNormalize=1 \
|
|
34
|
-
-DmxMinusZero=1 \
|
|
35
|
-
-I$(INC_DIR) \
|
|
36
|
-
-I$(PLT_DIR) \
|
|
37
|
-
-I$(SRC_DIR) \
|
|
38
|
-
-I$(TLS_DIR) \
|
|
39
|
-
-I$(TMP_DIR)
|
|
40
|
-
C_OPTIONS += \
|
|
41
|
-
-Wno-misleading-indentation \
|
|
42
|
-
-Wno-implicit-fallthrough
|
|
43
|
-
ifeq ($(GOAL),debug)
|
|
44
|
-
C_OPTIONS += -DmxDebug=1 -g -O0 -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter
|
|
45
|
-
else
|
|
46
|
-
C_OPTIONS += -DmxBoundsCheck=1 -O3
|
|
47
|
-
endif
|
|
48
|
-
|
|
49
|
-
LIBRARIES = -ldl -lm -lpthread
|
|
50
|
-
|
|
51
|
-
ifeq ($(XSNAP_RANDOM_INIT),1)
|
|
52
|
-
LIBRARIES += -lbsd
|
|
53
|
-
C_OPTIONS += -DmxSnapshotRandomInit
|
|
54
|
-
endif
|
|
55
|
-
|
|
56
|
-
LINK_OPTIONS = -rdynamic
|
|
57
|
-
|
|
58
|
-
OBJECTS = \
|
|
59
|
-
$(TMP_DIR)/xsAll.o \
|
|
60
|
-
$(TMP_DIR)/xsAPI.o \
|
|
61
|
-
$(TMP_DIR)/xsArguments.o \
|
|
62
|
-
$(TMP_DIR)/xsArray.o \
|
|
63
|
-
$(TMP_DIR)/xsAtomics.o \
|
|
64
|
-
$(TMP_DIR)/xsBigInt.o \
|
|
65
|
-
$(TMP_DIR)/xsBoolean.o \
|
|
66
|
-
$(TMP_DIR)/xsCode.o \
|
|
67
|
-
$(TMP_DIR)/xsCommon.o \
|
|
68
|
-
$(TMP_DIR)/xsDataView.o \
|
|
69
|
-
$(TMP_DIR)/xsDate.o \
|
|
70
|
-
$(TMP_DIR)/xsDebug.o \
|
|
71
|
-
$(TMP_DIR)/xsDefaults.o \
|
|
72
|
-
$(TMP_DIR)/xsError.o \
|
|
73
|
-
$(TMP_DIR)/xsFunction.o \
|
|
74
|
-
$(TMP_DIR)/xsGenerator.o \
|
|
75
|
-
$(TMP_DIR)/xsGlobal.o \
|
|
76
|
-
$(TMP_DIR)/xsJSON.o \
|
|
77
|
-
$(TMP_DIR)/xsLexical.o \
|
|
78
|
-
$(TMP_DIR)/xsLockdown.o \
|
|
79
|
-
$(TMP_DIR)/xsMapSet.o \
|
|
80
|
-
$(TMP_DIR)/xsMarshall.o \
|
|
81
|
-
$(TMP_DIR)/xsMath.o \
|
|
82
|
-
$(TMP_DIR)/xsMemory.o \
|
|
83
|
-
$(TMP_DIR)/xsModule.o \
|
|
84
|
-
$(TMP_DIR)/xsNumber.o \
|
|
85
|
-
$(TMP_DIR)/xsObject.o \
|
|
86
|
-
$(TMP_DIR)/xsPlatforms.o \
|
|
87
|
-
$(TMP_DIR)/xsProfile.o \
|
|
88
|
-
$(TMP_DIR)/xsPromise.o \
|
|
89
|
-
$(TMP_DIR)/xsProperty.o \
|
|
90
|
-
$(TMP_DIR)/xsProxy.o \
|
|
91
|
-
$(TMP_DIR)/xsRegExp.o \
|
|
92
|
-
$(TMP_DIR)/xsRun.o \
|
|
93
|
-
$(TMP_DIR)/xsScope.o \
|
|
94
|
-
$(TMP_DIR)/xsScript.o \
|
|
95
|
-
$(TMP_DIR)/xsSnapshot.o \
|
|
96
|
-
$(TMP_DIR)/xsSourceMap.o \
|
|
97
|
-
$(TMP_DIR)/xsString.o \
|
|
98
|
-
$(TMP_DIR)/xsSymbol.o \
|
|
99
|
-
$(TMP_DIR)/xsSyntaxical.o \
|
|
100
|
-
$(TMP_DIR)/xsTree.o \
|
|
101
|
-
$(TMP_DIR)/xsType.o \
|
|
102
|
-
$(TMP_DIR)/xsdtoa.o \
|
|
103
|
-
$(TMP_DIR)/xsre.o \
|
|
104
|
-
$(TMP_DIR)/xsmc.o \
|
|
105
|
-
$(TMP_DIR)/textdecoder.o \
|
|
106
|
-
$(TMP_DIR)/textencoder.o \
|
|
107
|
-
$(TMP_DIR)/modBase64.o \
|
|
108
|
-
$(TMP_DIR)/xsnapPlatform.o \
|
|
109
|
-
$(TMP_DIR)/xsnap.o
|
|
110
|
-
|
|
111
|
-
VPATH += $(SRC_DIR) $(TLS_DIR)
|
|
112
|
-
VPATH += $(MODDABLE)/modules/data/text/decoder
|
|
113
|
-
VPATH += $(MODDABLE)/modules/data/text/encoder
|
|
114
|
-
VPATH += $(MODDABLE)/modules/data/base64
|
|
115
|
-
|
|
116
|
-
build: $(TMP_DIR) $(BIN_DIR) $(BIN_DIR)/$(NAME)
|
|
117
|
-
|
|
118
|
-
$(TMP_DIR):
|
|
119
|
-
mkdir -p $(TMP_DIR)
|
|
120
|
-
|
|
121
|
-
$(BIN_DIR):
|
|
122
|
-
mkdir -p $(BIN_DIR)
|
|
123
|
-
|
|
124
|
-
$(BIN_DIR)/$(NAME): $(OBJECTS)
|
|
125
|
-
@echo "#" $(NAME) $(GOAL) ": cc" $(@F)
|
|
126
|
-
$(CC) $(LINK_OPTIONS) $(OBJECTS) $(LIBRARIES) -o $@
|
|
127
|
-
|
|
128
|
-
$(OBJECTS): $(TLS_DIR)/xsnap.h
|
|
129
|
-
$(OBJECTS): $(TLS_DIR)/xsnapPlatform.h
|
|
130
|
-
$(OBJECTS): $(PLT_DIR)/xsPlatform.h
|
|
131
|
-
$(OBJECTS): $(SRC_DIR)/xsCommon.h
|
|
132
|
-
$(OBJECTS): $(SRC_DIR)/xsAll.h
|
|
133
|
-
$(OBJECTS): $(SRC_DIR)/xsScript.h
|
|
134
|
-
$(OBJECTS): $(SRC_DIR)/xsSnapshot.h
|
|
135
|
-
$(OBJECTS): $(INC_DIR)/xs.h
|
|
136
|
-
$(TMP_DIR)/%.o: %.c
|
|
137
|
-
@echo "#" $(NAME) $(GOAL) ": cc" $(<F)
|
|
138
|
-
$(CC) $< $(C_OPTIONS) -c -o $@
|
|
139
|
-
|
|
140
|
-
clean:
|
|
141
|
-
rm -rf $(BUILD_DIR)/bin/lin/debug/$(NAME)
|
|
142
|
-
rm -rf $(BUILD_DIR)/bin/lin/release/$(NAME)
|
|
143
|
-
rm -rf $(BUILD_DIR)/tmp/lin/debug/$(NAME)
|
|
144
|
-
rm -rf $(BUILD_DIR)/tmp/lin/release/$(NAME)
|
|
@@ -1,162 +0,0 @@
|
|
|
1
|
-
% : %.c
|
|
2
|
-
%.o : %.c
|
|
3
|
-
|
|
4
|
-
GOAL ?= debug
|
|
5
|
-
NAME = xsnap-worker
|
|
6
|
-
ifneq ($(VERBOSE),1)
|
|
7
|
-
MAKEFLAGS += --silent
|
|
8
|
-
endif
|
|
9
|
-
|
|
10
|
-
# MODDABLE = $(CURDIR)/../../moddable
|
|
11
|
-
BUILD_DIR = $(CURDIR)/../../build
|
|
12
|
-
TLS_DIR = $(CURDIR)/../../sources
|
|
13
|
-
|
|
14
|
-
# BUILD_DIR = $(MODDABLE)/build
|
|
15
|
-
# TLS_DIR = ../../sources
|
|
16
|
-
|
|
17
|
-
XS_DIR = $(MODDABLE)/xs
|
|
18
|
-
|
|
19
|
-
BIN_DIR = $(BUILD_DIR)/bin/mac/$(GOAL)
|
|
20
|
-
INC_DIR = $(XS_DIR)/includes
|
|
21
|
-
PLT_DIR = $(XS_DIR)/platforms
|
|
22
|
-
SRC_DIR = $(XS_DIR)/sources
|
|
23
|
-
TMP_DIR = $(BUILD_DIR)/tmp/mac/$(GOAL)/$(NAME)
|
|
24
|
-
|
|
25
|
-
MACOS_ARCH ?=
|
|
26
|
-
MACOS_VERSION_MIN ?= -mmacosx-version-min=10.7
|
|
27
|
-
|
|
28
|
-
C_OPTIONS = \
|
|
29
|
-
-fno-common \
|
|
30
|
-
$(MACOS_ARCH) \
|
|
31
|
-
$(MACOS_VERSION_MIN) \
|
|
32
|
-
-DINCLUDE_XSPLATFORM \
|
|
33
|
-
-DXSPLATFORM=\"xsnapPlatform.h\" \
|
|
34
|
-
-DXSNAP_VERSION=\"$(XSNAP_VERSION)\" \
|
|
35
|
-
-DXSNAP_TEST_RECORD=0 \
|
|
36
|
-
-DmxLockdown=1 \
|
|
37
|
-
-DmxMetering=1 \
|
|
38
|
-
-DmxDebug=1 \
|
|
39
|
-
-UmxInstrument \
|
|
40
|
-
-DmxNoConsole=1 \
|
|
41
|
-
-DmxBoundsCheck=1 \
|
|
42
|
-
-DmxParse=1 \
|
|
43
|
-
-DmxRun=1 \
|
|
44
|
-
-DmxSloppy=1 \
|
|
45
|
-
-DmxSnapshot=1 \
|
|
46
|
-
-DmxRegExpUnicodePropertyEscapes=1 \
|
|
47
|
-
-DmxStringNormalize=1 \
|
|
48
|
-
-DmxMinusZero=1 \
|
|
49
|
-
-I$(INC_DIR) \
|
|
50
|
-
-I$(PLT_DIR) \
|
|
51
|
-
-I$(SRC_DIR) \
|
|
52
|
-
-I$(TLS_DIR) \
|
|
53
|
-
-I$(TMP_DIR)
|
|
54
|
-
ifneq ("x$(SDKROOT)", "x")
|
|
55
|
-
C_OPTIONS += -isysroot $(SDKROOT)
|
|
56
|
-
endif
|
|
57
|
-
ifeq ($(GOAL),debug)
|
|
58
|
-
C_OPTIONS += -g -O0 -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter
|
|
59
|
-
else
|
|
60
|
-
C_OPTIONS += -O3
|
|
61
|
-
endif
|
|
62
|
-
ifeq ($(XSNAP_RANDOM_INIT),1)
|
|
63
|
-
C_OPTIONS += -DmxSnapshotRandomInit
|
|
64
|
-
endif
|
|
65
|
-
|
|
66
|
-
LIBRARIES = -framework CoreServices
|
|
67
|
-
|
|
68
|
-
LINK_OPTIONS = $(MACOS_VERSION_MIN) $(MACOS_ARCH)
|
|
69
|
-
ifneq ("x$(SDKROOT)", "x")
|
|
70
|
-
LINK_OPTIONS += -isysroot $(SDKROOT)
|
|
71
|
-
endif
|
|
72
|
-
|
|
73
|
-
# C_OPTIONS += -fsanitize=address -fno-omit-frame-pointer
|
|
74
|
-
# LINK_OPTIONS += -fsanitize=address -fno-omit-frame-pointer
|
|
75
|
-
|
|
76
|
-
OBJECTS = \
|
|
77
|
-
$(TMP_DIR)/xsAll.o \
|
|
78
|
-
$(TMP_DIR)/xsAPI.o \
|
|
79
|
-
$(TMP_DIR)/xsArguments.o \
|
|
80
|
-
$(TMP_DIR)/xsArray.o \
|
|
81
|
-
$(TMP_DIR)/xsAtomics.o \
|
|
82
|
-
$(TMP_DIR)/xsBigInt.o \
|
|
83
|
-
$(TMP_DIR)/xsBoolean.o \
|
|
84
|
-
$(TMP_DIR)/xsCode.o \
|
|
85
|
-
$(TMP_DIR)/xsCommon.o \
|
|
86
|
-
$(TMP_DIR)/xsDataView.o \
|
|
87
|
-
$(TMP_DIR)/xsDate.o \
|
|
88
|
-
$(TMP_DIR)/xsDebug.o \
|
|
89
|
-
$(TMP_DIR)/xsDefaults.o \
|
|
90
|
-
$(TMP_DIR)/xsError.o \
|
|
91
|
-
$(TMP_DIR)/xsFunction.o \
|
|
92
|
-
$(TMP_DIR)/xsGenerator.o \
|
|
93
|
-
$(TMP_DIR)/xsGlobal.o \
|
|
94
|
-
$(TMP_DIR)/xsJSON.o \
|
|
95
|
-
$(TMP_DIR)/xsLexical.o \
|
|
96
|
-
$(TMP_DIR)/xsLockdown.o \
|
|
97
|
-
$(TMP_DIR)/xsMapSet.o \
|
|
98
|
-
$(TMP_DIR)/xsMarshall.o \
|
|
99
|
-
$(TMP_DIR)/xsMath.o \
|
|
100
|
-
$(TMP_DIR)/xsMemory.o \
|
|
101
|
-
$(TMP_DIR)/xsModule.o \
|
|
102
|
-
$(TMP_DIR)/xsNumber.o \
|
|
103
|
-
$(TMP_DIR)/xsObject.o \
|
|
104
|
-
$(TMP_DIR)/xsPlatforms.o \
|
|
105
|
-
$(TMP_DIR)/xsProfile.o \
|
|
106
|
-
$(TMP_DIR)/xsPromise.o \
|
|
107
|
-
$(TMP_DIR)/xsProperty.o \
|
|
108
|
-
$(TMP_DIR)/xsProxy.o \
|
|
109
|
-
$(TMP_DIR)/xsRegExp.o \
|
|
110
|
-
$(TMP_DIR)/xsRun.o \
|
|
111
|
-
$(TMP_DIR)/xsScope.o \
|
|
112
|
-
$(TMP_DIR)/xsScript.o \
|
|
113
|
-
$(TMP_DIR)/xsSnapshot.o \
|
|
114
|
-
$(TMP_DIR)/xsSourceMap.o \
|
|
115
|
-
$(TMP_DIR)/xsString.o \
|
|
116
|
-
$(TMP_DIR)/xsSymbol.o \
|
|
117
|
-
$(TMP_DIR)/xsSyntaxical.o \
|
|
118
|
-
$(TMP_DIR)/xsTree.o \
|
|
119
|
-
$(TMP_DIR)/xsType.o \
|
|
120
|
-
$(TMP_DIR)/xsdtoa.o \
|
|
121
|
-
$(TMP_DIR)/xsre.o \
|
|
122
|
-
$(TMP_DIR)/xsmc.o \
|
|
123
|
-
$(TMP_DIR)/textdecoder.o \
|
|
124
|
-
$(TMP_DIR)/textencoder.o \
|
|
125
|
-
$(TMP_DIR)/modBase64.o \
|
|
126
|
-
$(TMP_DIR)/xsnapPlatform.o \
|
|
127
|
-
$(TMP_DIR)/xsnap-worker.o
|
|
128
|
-
|
|
129
|
-
VPATH += $(SRC_DIR) $(TLS_DIR)
|
|
130
|
-
VPATH += $(MODDABLE)/modules/data/text/decoder
|
|
131
|
-
VPATH += $(MODDABLE)/modules/data/text/encoder
|
|
132
|
-
VPATH += $(MODDABLE)/modules/data/base64
|
|
133
|
-
|
|
134
|
-
build: $(TMP_DIR) $(BIN_DIR) $(BIN_DIR)/$(NAME)
|
|
135
|
-
|
|
136
|
-
$(TMP_DIR):
|
|
137
|
-
mkdir -p $(TMP_DIR)
|
|
138
|
-
|
|
139
|
-
$(BIN_DIR):
|
|
140
|
-
mkdir -p $(BIN_DIR)
|
|
141
|
-
|
|
142
|
-
$(BIN_DIR)/$(NAME): $(OBJECTS)
|
|
143
|
-
@echo "#" $(NAME) $(GOAL) ": cc" $(@F)
|
|
144
|
-
$(CC) $(LINK_OPTIONS) $(OBJECTS) $(LIBRARIES) -o $@
|
|
145
|
-
|
|
146
|
-
$(OBJECTS): $(TLS_DIR)/xsnap.h
|
|
147
|
-
$(OBJECTS): $(TLS_DIR)/xsnapPlatform.h
|
|
148
|
-
$(OBJECTS): $(PLT_DIR)/xsPlatform.h
|
|
149
|
-
$(OBJECTS): $(SRC_DIR)/xsCommon.h
|
|
150
|
-
$(OBJECTS): $(SRC_DIR)/xsAll.h
|
|
151
|
-
$(OBJECTS): $(SRC_DIR)/xsScript.h
|
|
152
|
-
$(OBJECTS): $(SRC_DIR)/xsSnapshot.h
|
|
153
|
-
$(OBJECTS): $(INC_DIR)/xs.h
|
|
154
|
-
$(TMP_DIR)/%.o: %.c
|
|
155
|
-
@echo "#" $(NAME) $(GOAL) ": cc" $(<F)
|
|
156
|
-
$(CC) $< $(C_OPTIONS) -c -o $@
|
|
157
|
-
|
|
158
|
-
clean:
|
|
159
|
-
rm -rf $(BUILD_DIR)/bin/mac/debug/$(NAME)
|
|
160
|
-
rm -rf $(BUILD_DIR)/bin/mac/release/$(NAME)
|
|
161
|
-
rm -rf $(BUILD_DIR)/tmp/mac/debug/$(NAME)
|
|
162
|
-
rm -rf $(BUILD_DIR)/tmp/mac/release/$(NAME)
|
|
@@ -1,153 +0,0 @@
|
|
|
1
|
-
% : %.c
|
|
2
|
-
%.o : %.c
|
|
3
|
-
|
|
4
|
-
GOAL ?= debug
|
|
5
|
-
NAME = xsnap
|
|
6
|
-
ifneq ($(VERBOSE),1)
|
|
7
|
-
MAKEFLAGS += --silent
|
|
8
|
-
endif
|
|
9
|
-
|
|
10
|
-
BUILD_DIR = $(MODDABLE)/build
|
|
11
|
-
TLS_DIR = ../../sources
|
|
12
|
-
|
|
13
|
-
XS_DIR = $(MODDABLE)/xs
|
|
14
|
-
|
|
15
|
-
BIN_DIR = $(BUILD_DIR)/bin/mac/$(GOAL)
|
|
16
|
-
INC_DIR = $(XS_DIR)/includes
|
|
17
|
-
PLT_DIR = $(XS_DIR)/platforms
|
|
18
|
-
SRC_DIR = $(XS_DIR)/sources
|
|
19
|
-
TMP_DIR = $(BUILD_DIR)/tmp/mac/$(GOAL)/$(NAME)
|
|
20
|
-
|
|
21
|
-
MACOS_ARCH ?=
|
|
22
|
-
MACOS_VERSION_MIN ?= -mmacosx-version-min=10.7
|
|
23
|
-
|
|
24
|
-
C_OPTIONS = \
|
|
25
|
-
-fno-common \
|
|
26
|
-
$(MACOS_ARCH) \
|
|
27
|
-
$(MACOS_VERSION_MIN) \
|
|
28
|
-
-DINCLUDE_XSPLATFORM \
|
|
29
|
-
-DXSPLATFORM=\"xsnapPlatform.h\" \
|
|
30
|
-
-DmxLockdown=1 \
|
|
31
|
-
-DmxMetering=1 \
|
|
32
|
-
-DmxParse=1 \
|
|
33
|
-
-DmxProfile=1 \
|
|
34
|
-
-DmxRun=1 \
|
|
35
|
-
-DmxSloppy=1 \
|
|
36
|
-
-DmxSnapshot=1 \
|
|
37
|
-
-DmxRegExpUnicodePropertyEscapes=1 \
|
|
38
|
-
-DmxStringNormalize=1 \
|
|
39
|
-
-DmxMinusZero=1 \
|
|
40
|
-
-I$(INC_DIR) \
|
|
41
|
-
-I$(PLT_DIR) \
|
|
42
|
-
-I$(SRC_DIR) \
|
|
43
|
-
-I$(TLS_DIR) \
|
|
44
|
-
-I$(TMP_DIR)
|
|
45
|
-
ifneq ("x$(SDKROOT)", "x")
|
|
46
|
-
C_OPTIONS += -isysroot $(SDKROOT)
|
|
47
|
-
endif
|
|
48
|
-
ifeq ($(GOAL),debug)
|
|
49
|
-
C_OPTIONS += -DmxDebug=1 -g -O0 -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter
|
|
50
|
-
else
|
|
51
|
-
C_OPTIONS += -DmxBoundsCheck=1 -O3
|
|
52
|
-
endif
|
|
53
|
-
ifeq ($(XSNAP_RANDOM_INIT),1)
|
|
54
|
-
C_OPTIONS += -DmxSnapshotRandomInit
|
|
55
|
-
endif
|
|
56
|
-
|
|
57
|
-
LIBRARIES = -framework CoreServices
|
|
58
|
-
|
|
59
|
-
LINK_OPTIONS = $(MACOS_VERSION_MIN) $(MACOS_ARCH)
|
|
60
|
-
ifneq ("x$(SDKROOT)", "x")
|
|
61
|
-
LINK_OPTIONS += -isysroot $(SDKROOT)
|
|
62
|
-
endif
|
|
63
|
-
|
|
64
|
-
# C_OPTIONS += -fsanitize=address -fno-omit-frame-pointer
|
|
65
|
-
# LINK_OPTIONS += -fsanitize=address -fno-omit-frame-pointer
|
|
66
|
-
|
|
67
|
-
OBJECTS = \
|
|
68
|
-
$(TMP_DIR)/xsAll.o \
|
|
69
|
-
$(TMP_DIR)/xsAPI.o \
|
|
70
|
-
$(TMP_DIR)/xsArguments.o \
|
|
71
|
-
$(TMP_DIR)/xsArray.o \
|
|
72
|
-
$(TMP_DIR)/xsAtomics.o \
|
|
73
|
-
$(TMP_DIR)/xsBigInt.o \
|
|
74
|
-
$(TMP_DIR)/xsBoolean.o \
|
|
75
|
-
$(TMP_DIR)/xsCode.o \
|
|
76
|
-
$(TMP_DIR)/xsCommon.o \
|
|
77
|
-
$(TMP_DIR)/xsDataView.o \
|
|
78
|
-
$(TMP_DIR)/xsDate.o \
|
|
79
|
-
$(TMP_DIR)/xsDebug.o \
|
|
80
|
-
$(TMP_DIR)/xsDefaults.o \
|
|
81
|
-
$(TMP_DIR)/xsError.o \
|
|
82
|
-
$(TMP_DIR)/xsFunction.o \
|
|
83
|
-
$(TMP_DIR)/xsGenerator.o \
|
|
84
|
-
$(TMP_DIR)/xsGlobal.o \
|
|
85
|
-
$(TMP_DIR)/xsJSON.o \
|
|
86
|
-
$(TMP_DIR)/xsLexical.o \
|
|
87
|
-
$(TMP_DIR)/xsLockdown.o \
|
|
88
|
-
$(TMP_DIR)/xsMapSet.o \
|
|
89
|
-
$(TMP_DIR)/xsMarshall.o \
|
|
90
|
-
$(TMP_DIR)/xsMath.o \
|
|
91
|
-
$(TMP_DIR)/xsMemory.o \
|
|
92
|
-
$(TMP_DIR)/xsModule.o \
|
|
93
|
-
$(TMP_DIR)/xsNumber.o \
|
|
94
|
-
$(TMP_DIR)/xsObject.o \
|
|
95
|
-
$(TMP_DIR)/xsPlatforms.o \
|
|
96
|
-
$(TMP_DIR)/xsProfile.o \
|
|
97
|
-
$(TMP_DIR)/xsPromise.o \
|
|
98
|
-
$(TMP_DIR)/xsProperty.o \
|
|
99
|
-
$(TMP_DIR)/xsProxy.o \
|
|
100
|
-
$(TMP_DIR)/xsRegExp.o \
|
|
101
|
-
$(TMP_DIR)/xsRun.o \
|
|
102
|
-
$(TMP_DIR)/xsScope.o \
|
|
103
|
-
$(TMP_DIR)/xsScript.o \
|
|
104
|
-
$(TMP_DIR)/xsSnapshot.o \
|
|
105
|
-
$(TMP_DIR)/xsSourceMap.o \
|
|
106
|
-
$(TMP_DIR)/xsString.o \
|
|
107
|
-
$(TMP_DIR)/xsSymbol.o \
|
|
108
|
-
$(TMP_DIR)/xsSyntaxical.o \
|
|
109
|
-
$(TMP_DIR)/xsTree.o \
|
|
110
|
-
$(TMP_DIR)/xsType.o \
|
|
111
|
-
$(TMP_DIR)/xsdtoa.o \
|
|
112
|
-
$(TMP_DIR)/xsre.o \
|
|
113
|
-
$(TMP_DIR)/xsmc.o \
|
|
114
|
-
$(TMP_DIR)/textdecoder.o \
|
|
115
|
-
$(TMP_DIR)/textencoder.o \
|
|
116
|
-
$(TMP_DIR)/modBase64.o \
|
|
117
|
-
$(TMP_DIR)/xsnapPlatform.o \
|
|
118
|
-
$(TMP_DIR)/xsnap.o
|
|
119
|
-
|
|
120
|
-
VPATH += $(SRC_DIR) $(TLS_DIR)
|
|
121
|
-
VPATH += $(MODDABLE)/modules/data/text/decoder
|
|
122
|
-
VPATH += $(MODDABLE)/modules/data/text/encoder
|
|
123
|
-
VPATH += $(MODDABLE)/modules/data/base64
|
|
124
|
-
|
|
125
|
-
build: $(TMP_DIR) $(BIN_DIR) $(BIN_DIR)/$(NAME)
|
|
126
|
-
|
|
127
|
-
$(TMP_DIR):
|
|
128
|
-
mkdir -p $(TMP_DIR)
|
|
129
|
-
|
|
130
|
-
$(BIN_DIR):
|
|
131
|
-
mkdir -p $(BIN_DIR)
|
|
132
|
-
|
|
133
|
-
$(BIN_DIR)/$(NAME): $(OBJECTS)
|
|
134
|
-
@echo "#" $(NAME) $(GOAL) ": cc" $(@F)
|
|
135
|
-
$(CC) $(LINK_OPTIONS) $(LIBRARIES) $(OBJECTS) -o $@
|
|
136
|
-
|
|
137
|
-
$(OBJECTS): $(TLS_DIR)/xsnap.h
|
|
138
|
-
$(OBJECTS): $(TLS_DIR)/xsnapPlatform.h
|
|
139
|
-
$(OBJECTS): $(PLT_DIR)/xsPlatform.h
|
|
140
|
-
$(OBJECTS): $(SRC_DIR)/xsCommon.h
|
|
141
|
-
$(OBJECTS): $(SRC_DIR)/xsAll.h
|
|
142
|
-
$(OBJECTS): $(SRC_DIR)/xsScript.h
|
|
143
|
-
$(OBJECTS): $(SRC_DIR)/xsSnapshot.h
|
|
144
|
-
$(OBJECTS): $(INC_DIR)/xs.h
|
|
145
|
-
$(TMP_DIR)/%.o: %.c
|
|
146
|
-
@echo "#" $(NAME) $(GOAL) ": cc" $(<F)
|
|
147
|
-
$(CC) $< $(C_OPTIONS) -c -o $@
|
|
148
|
-
|
|
149
|
-
clean:
|
|
150
|
-
rm -rf $(BUILD_DIR)/bin/mac/debug/$(NAME)
|
|
151
|
-
rm -rf $(BUILD_DIR)/bin/mac/release/$(NAME)
|
|
152
|
-
rm -rf $(BUILD_DIR)/tmp/mac/debug/$(NAME)
|
|
153
|
-
rm -rf $(BUILD_DIR)/tmp/mac/release/$(NAME)
|