ObjFW  Diff

Differences From Artifact [1f39142133]:

To Artifact [98ba7ad34d]:


101
102
103
104
105
106
107
108
109


110
111
112

113
114

115
116
117
118
119
120
121
101
102
103
104
105
106
107


108
109

110

111
112

113
114
115
116
117
118
119
120







-
-
+
+
-

-
+

-
+







		    OFUNIXStreamSocketTests.m
SRCS_SUBPROCESSES = OFSubprocessTests.m
SRCS_THREADS = OFThreadTests.m
SRCS_WINDOWS = OFWindowsRegistryKeyTests.m

include ../buildsys.mk

big_dictionary_msgpack.m:
	${SHELL} ../utils/objfw-embed \
big_dictionary_msgpack.m: big_dictionary.msgpack
	../utils/objfw-embed $? $? $@
		big_dictionary.msgpack big_dictionary.msgpack $@
testfile_bin.m: testfile.bin
	${SHELL} ../utils/objfw-embed testfile.bin testfile.bin $@
	../utils/objfw-embed $? $? $@
testfile_ini.m: testfile.ini
	${SHELL} ../utils/objfw-embed testfile.ini testfile.ini $@
	../utils/objfw-embed $? $? $@

.PHONY: run run-on-ios run-on-android
run:
	rm -f libobjfw.so.${OBJFW_LIB_MAJOR}
	rm -f libobjfw.so.${OBJFW_LIB_MAJOR_MINOR}
	rm -f objfw${OBJFW_LIB_MAJOR}.dll libobjfw.${OBJFW_LIB_MAJOR}.dylib
	rm -f libobjfwrt.so.${OBJFWRT_LIB_MAJOR}