2009-09-15 09:03:26 +00:00
|
|
|
|
|
|
|
ifeq ($(GNUSTEP_MAKEFILES),)
|
|
|
|
GNUSTEP_MAKEFILES := $(shell gnustep-config --variable=GNUSTEP_MAKEFILES 2>/dev/null)
|
2010-09-10 13:59:11 +00:00
|
|
|
ifeq ($(GNUSTEP_MAKEFILES),)
|
|
|
|
$(warning )
|
|
|
|
$(warning Unable to obtain GNUSTEP_MAKEFILES setting from gnustep-config!)
|
|
|
|
$(warning Perhaps gnustep-make is not properly installed,)
|
|
|
|
$(warning so gnustep-config is not in your PATH.)
|
|
|
|
$(warning )
|
|
|
|
$(warning Your PATH is currently $(PATH))
|
|
|
|
$(warning )
|
|
|
|
endif
|
2009-09-15 09:03:26 +00:00
|
|
|
endif
|
2010-09-10 13:59:11 +00:00
|
|
|
|
2009-09-15 09:03:26 +00:00
|
|
|
ifeq ($(GNUSTEP_MAKEFILES),)
|
2010-09-10 13:59:11 +00:00
|
|
|
$(error You need to set GNUSTEP_MAKEFILES before compiling!)
|
2009-09-15 09:03:26 +00:00
|
|
|
endif
|
|
|
|
|
2005-10-28 15:26:51 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
|
|
|
|
-include config.make
|
|
|
|
|
|
|
|
PACKAGE_NAME = Performance
|
2023-01-13 14:07:46 +00:00
|
|
|
PACKAGE_VERSION = 0.6.0
|
|
|
|
Performance_INTERFACE_VERSION=0.6
|
2006-11-09 09:47:46 +00:00
|
|
|
SVN_BASE_URL = svn+ssh://svn.gna.org/svn/gnustep/libs
|
2006-11-09 09:39:23 +00:00
|
|
|
SVN_MODULE_NAME = performance
|
2005-10-28 15:26:51 +00:00
|
|
|
|
2008-02-20 12:05:24 +00:00
|
|
|
NEEDS_GUI = NO
|
|
|
|
|
2014-07-13 08:34:20 +00:00
|
|
|
LIBRARIES_DEPEND_UPON = $(FND_LIBS) $(OBJC_LIBS)
|
|
|
|
|
2005-10-28 15:26:51 +00:00
|
|
|
TEST_TOOL_NAME=
|
|
|
|
|
|
|
|
LIBRARY_NAME=Performance
|
|
|
|
DOCUMENT_NAME=Performance
|
|
|
|
|
|
|
|
Performance_OBJC_FILES += \
|
2005-10-28 16:38:24 +00:00
|
|
|
GSCache.m \
|
2011-04-20 10:22:24 +00:00
|
|
|
GSFIFO.m \
|
2010-10-01 18:51:30 +00:00
|
|
|
GSIOThreadPool.m \
|
2010-09-22 12:34:35 +00:00
|
|
|
GSLinkedList.m \
|
|
|
|
GSThreadPool.m \
|
2005-11-14 18:14:21 +00:00
|
|
|
GSThroughput.m \
|
|
|
|
GSTicker.m \
|
2006-09-27 09:23:25 +00:00
|
|
|
GSIndexedSkipList.m \
|
|
|
|
GSSkipMutableArray.m \
|
2014-04-26 09:26:59 +00:00
|
|
|
GSUniqued.m \
|
2005-10-28 15:26:51 +00:00
|
|
|
|
2005-11-14 21:18:15 +00:00
|
|
|
|
2005-10-28 15:26:51 +00:00
|
|
|
Performance_HEADER_FILES += \
|
2005-10-28 16:38:24 +00:00
|
|
|
GSCache.h \
|
2011-04-20 10:22:24 +00:00
|
|
|
GSFIFO.h \
|
2010-10-01 18:51:30 +00:00
|
|
|
GSIOThreadPool.h \
|
2010-09-22 12:34:35 +00:00
|
|
|
GSLinkedList.h \
|
|
|
|
GSThreadPool.h \
|
2005-11-14 18:14:21 +00:00
|
|
|
GSThroughput.h \
|
|
|
|
GSTicker.h \
|
2006-09-27 09:23:25 +00:00
|
|
|
GSSkipMutableArray.h \
|
2014-04-26 09:26:59 +00:00
|
|
|
GSUniqued.h \
|
2005-10-28 15:26:51 +00:00
|
|
|
|
2005-11-14 21:18:15 +00:00
|
|
|
|
2005-10-28 15:26:51 +00:00
|
|
|
Performance_AGSDOC_FILES += \
|
2005-10-28 16:38:24 +00:00
|
|
|
GSCache.h \
|
2011-04-20 10:22:24 +00:00
|
|
|
GSFIFO.h \
|
2010-10-01 18:51:30 +00:00
|
|
|
GSIOThreadPool.h \
|
2010-09-22 12:34:35 +00:00
|
|
|
GSLinkedList.h \
|
|
|
|
GSThreadPool.h \
|
2005-11-14 18:14:21 +00:00
|
|
|
GSThroughput.h \
|
2006-09-27 09:23:25 +00:00
|
|
|
GSTicker.h \
|
2014-04-26 09:26:59 +00:00
|
|
|
GSSkipMutableArray.h \
|
|
|
|
GSUniqued.h \
|
2005-10-28 15:26:51 +00:00
|
|
|
|
2005-11-14 21:18:15 +00:00
|
|
|
|
2005-10-28 15:26:51 +00:00
|
|
|
# Optional Java wrappers for the library
|
|
|
|
JAVA_WRAPPER_NAME = Performance
|
|
|
|
|
|
|
|
Performance_HEADER_FILES_INSTALL_DIR = Performance
|
|
|
|
|
|
|
|
-include GNUmakefile.preamble
|
|
|
|
|
|
|
|
include $(GNUSTEP_MAKEFILES)/library.make
|
2005-11-14 19:57:02 +00:00
|
|
|
# If JIGS is installed, automatically generate Java wrappers as well.
|
|
|
|
# Because of the '-', should not complain if java-wrapper.make can't be
|
|
|
|
# found ... simply skip generation of java wrappers in that case.
|
|
|
|
-include $(GNUSTEP_MAKEFILES)/java-wrapper.make
|
2005-10-28 15:26:51 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/test-tool.make
|
|
|
|
include $(GNUSTEP_MAKEFILES)/documentation.make
|
|
|
|
|
|
|
|
-include GNUmakefile.postamble
|