ObjFW  Check-in [876f6cded5]

Overview
Comment:Install runtime.h.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | runtime
Files: files | file ages | folders
SHA3-256: 876f6cded58ba31ac0108f00110b9bf122dea55b8b44cec485dc6b30aa7b9ccf
User & Date: js on 2012-03-04 20:37:19
Other Links: branch diff | manifest | tags
Context
2012-03-04
20:37
Sometimes it's hard to make GCC and Clang happy at the same time... check-in: 2373a7777d user: js tags: runtime
20:37
Install runtime.h. check-in: 876f6cded5 user: js tags: runtime
20:36
Fix a missing -I in exceptions/Makefile. check-in: f4a5adce56 user: js tags: runtime
Changes

Modified src/runtime/Makefile from [6e57cb5c4b] to [700f73028d].

11
12
13
14
15
16
17

18
19
20
21
22
23
24
       protocol.m		\
       selector.m		\
       sparsearray.m		\
       static-instances.m	\
       threading.m		\
       asm/amd64-elf/lookup.S	\
       asm/x86-elf/lookup.S


include ../../buildsys.mk

CPPFLAGS += -I. -I.. -I../..
AS = ${OBJC}
ASFLAGS = ${CPPFLAGS}
LD = ${OBJC}







>







11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
       protocol.m		\
       selector.m		\
       sparsearray.m		\
       static-instances.m	\
       threading.m		\
       asm/amd64-elf/lookup.S	\
       asm/x86-elf/lookup.S
INCLUDES = runtime.h

include ../../buildsys.mk

CPPFLAGS += -I. -I.. -I../..
AS = ${OBJC}
ASFLAGS = ${CPPFLAGS}
LD = ${OBJC}