21
22
23
24
25
26
27
28
29
30
31
|
OFBridging.h \
ObjFW-Bridge.h
includesubdir = ObjFW-Bridge
include ../../buildsys.mk
CPPFLAGS += -I. -I.. -I../.. -I../exceptions
LD = ${OBJC}
LDFLAGS += -Wl,-flat_namespace,-undefined,suppress
LIBS = -L.. -lobjfw -framework Foundation
|
|
|
21
22
23
24
25
26
27
28
29
30
31
|
OFBridging.h \
ObjFW-Bridge.h
includesubdir = ObjFW-Bridge
include ../../buildsys.mk
CPPFLAGS += -I. -I.. -I../.. -I../exceptions -DOF_BRIDGE_LOCAL_INCLUDES
LD = ${OBJC}
LDFLAGS += -Wl,-flat_namespace,-undefined,suppress
LIBS = -L.. -lobjfw -framework Foundation
|