ObjFW  Check-in [7fa3c3e334]

Overview
Comment:src/Makefile: Declare dependencies after include

Otherwise, the first target will not be all.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 7fa3c3e3346e893d52cad33372a513423c2899b2127331489d19c2894ad6b976
User & Date: js on 2017-10-15 19:35:33
Other Links: manifest | tags
Context
2017-10-15
20:23
Update buildsys check-in: 964aa78713 user: js tags: trunk
19:35
src/Makefile: Declare dependencies after include check-in: 7fa3c3e334 user: js tags: trunk
19:29
Add support for building .framework via buildsys check-in: f84590c47d user: js tags: trunk
Changes

Modified src/Makefile from [25119b78d6] to [b704d58ad2].

181
182
183
184
185
186
187



188
189
190
191
192
193
194
195
196
197
198
199
	     ${FORWARDING_FORWARDING_A}	\
	     ${INVOCATION_INVOCATION_A}
LIB_OBJS_EXTRA = ${RUNTIME_RUNTIME_LIB_A}	\
		 ${EXCEPTIONS_EXCEPTIONS_LIB_A}	\
		 ${ENCODINGS_ENCODINGS_LIB_A}	\
		 ${FORWARDING_FORWARDING_LIB_A}	\
		 ${INVOCATION_INVOCATION_LIB_A}



${RUNTIME_RUNTIME_A} ${RUNTIME_RUNTIME_LIB_A}: runtime
${EXCEPTIONS_EXCEPTIONS_A} ${EXCEPTIONS_EXCEPTIONS_LIB_A}: exceptions
${ENCODINGS_ENCODINGS_A} ${ENCODINGS_ENCODINGS_LIB_A}: encodings
${FORWARDING_FORWARDING_A} ${FORWARDING_FORWARDING_LIB_A}: forwarding
${INVOCATION_INVOCATION_A} ${INVOCATION_INVOCATION_LIB_A}: invocation

include ../buildsys.mk

CPPFLAGS += -I. -I.. -Iexceptions -Iruntime
LD = ${OBJC}
LDFLAGS += ${REEXPORT_RUNTIME}
LIBS += -Lruntime ${RUNTIME_LIBS}







>
>
>






<
<




181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196


197
198
199
200
	     ${FORWARDING_FORWARDING_A}	\
	     ${INVOCATION_INVOCATION_A}
LIB_OBJS_EXTRA = ${RUNTIME_RUNTIME_LIB_A}	\
		 ${EXCEPTIONS_EXCEPTIONS_LIB_A}	\
		 ${ENCODINGS_ENCODINGS_LIB_A}	\
		 ${FORWARDING_FORWARDING_LIB_A}	\
		 ${INVOCATION_INVOCATION_LIB_A}

include ../buildsys.mk

${RUNTIME_RUNTIME_A} ${RUNTIME_RUNTIME_LIB_A}: runtime
${EXCEPTIONS_EXCEPTIONS_A} ${EXCEPTIONS_EXCEPTIONS_LIB_A}: exceptions
${ENCODINGS_ENCODINGS_A} ${ENCODINGS_ENCODINGS_LIB_A}: encodings
${FORWARDING_FORWARDING_A} ${FORWARDING_FORWARDING_LIB_A}: forwarding
${INVOCATION_INVOCATION_A} ${INVOCATION_INVOCATION_LIB_A}: invocation



CPPFLAGS += -I. -I.. -Iexceptions -Iruntime
LD = ${OBJC}
LDFLAGS += ${REEXPORT_RUNTIME}
LIBS += -Lruntime ${RUNTIME_LIBS}