You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
478 B
Makefile

include $(GNUSTEP_MAKEFILES)/common.make
#LIBRARY_NAME = GCKit
TOOL_NAME = GCKit
GCKit_VERSION = 1
GCKit_OBJC_FILES = \
cycle.m\
inline.m\
malloc.m\
thread.m\
trace.m\
test.m\
visit.m\
workqueue.m
GCKit_HEADER_FILES_INSTALL_DIR = GCKit
GCKit_HEADER_FILES = \
GCKit.h
GCKit_LIBRARIES_DEPEND_UPON += -lpthread
GCKit_OBJCFLAGS += -Werror -std=c99 -fno-inline
include $(GNUSTEP_MAKEFILES)/library.make
include $(GNUSTEP_MAKEFILES)/tool.make