|
|
|
|
@ -68,6 +68,7 @@ libobjc_CPPFLAGS += -D__OBJC_RUNTIME_INTERNAL__=1 -D_XOPEN_SOURCE=500
|
|
|
|
|
libobjc_CFLAGS += -Werror -std=c99 -g -march=native -fexceptions #-fno-inline
|
|
|
|
|
libobjc_OBJCFLAGS += -g -std=c99
|
|
|
|
|
libobjc_LDFLAGS += -g -ltoydispatch
|
|
|
|
|
libobjc_LIB_DIRS += -L toydispatch/obj
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ifneq ($(findstring gcc, $(CC)),)
|
|
|
|
|
@ -78,8 +79,8 @@ ifneq ($(findstring mingw, $(GNUSTEP_HOST_OS)),)
|
|
|
|
|
libobjc_C_FILES += libobjc_entry.c
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
include $(GNUSTEP_MAKEFILES)/library.make
|
|
|
|
|
include $(GNUSTEP_MAKEFILES)/aggregate.make
|
|
|
|
|
include $(GNUSTEP_MAKEFILES)/library.make
|
|
|
|
|
|
|
|
|
|
ifeq ($(findstring no, $(debug)),)
|
|
|
|
|
before-all::
|
|
|
|
|
|