ObjFW  Check-in [98f6b989cc]

Overview
Comment:src/Makefile: Fix missing dependencies.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 98f6b989cc4ba551393ef397fcb2556afce131080f2ed0805322a9c947e62f9d
User & Date: js on 2013-09-18 11:32:47
Other Links: manifest | tags
Context
2013-09-20
10:57
Move lookup asm files to src/runtime/lookup-asm. check-in: c4abdf467a user: js tags: trunk
2013-09-18
11:32
src/Makefile: Fix missing dependencies. check-in: 98f6b989cc user: js tags: trunk
09:41
Move sources for forwarding to src/forwarding. check-in: c3623fcb7b user: js tags: trunk
Changes

Modified src/Makefile from [8a2fd47982] to [66d2640fa4].

135
136
137
138
139
140
141



142

include ../buildsys.mk

CPPFLAGS += -I. -I.. -Iexceptions -Iruntime
LD = ${OBJC}
LDFLAGS += ${REEXPORT_LIBOBJC}




${BRIDGE}: ${SHARED_LIB}







>
>
>

135
136
137
138
139
140
141
142
143
144
145

include ../buildsys.mk

CPPFLAGS += -I. -I.. -Iexceptions -Iruntime
LD = ${OBJC}
LDFLAGS += ${REEXPORT_LIBOBJC}

${RUNTIME_RUNTIME_A} ${RUNTIME_RUNTIME_LIB_A}: ${RUNTIME}
${EXCEPTIONS_EXCEPTIONS_A} ${EXCEPTIONS_EXCEPTIONS_LIB_A}: exceptions
${FORWARDING_FORWARDING_A} ${FORWARDING_FORWARDING_LIB_A}: forwarding
${BRIDGE}: ${SHARED_LIB}