ObjFW  Check-in [569a7aa657]

Overview
Comment:Simplify calls to objfw-embed
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 569a7aa6570cd58a7720bafcac24a4e3a1b209b7465c04c645035390f3eb8745
User & Date: js on 2024-04-23 01:00:49
Other Links: manifest | tags
Context
2024-04-24
22:39
Simplify detection of exception type check-in: 8b0ab1157c user: js tags: trunk
2024-04-23
01:00
Simplify calls to objfw-embed check-in: 569a7aa657 user: js tags: trunk
2024-04-21
19:55
Add missing NTAPI for RtlGenRandom check-in: f61f430bfb user: js tags: trunk
Changes

Modified tests/Makefile from [1f39142133] to [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}

utils/objfw-embed became executable with contents [a51ac82a5f].