mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-05 14:11:00 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@38214 72102866-910b-0410-8b05-ffd578937521
20 lines
638 B
Makefile
20 lines
638 B
Makefile
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
BUNDLE_NAME = TestConnection
|
|
|
|
TestConnection_OBJC_FILES = TestCase.m SimpleWebServer.m TestWebServer.m NSURLConnectionTest.m RequestHandler.m
|
|
#TestConnection_OBJC_LIBS += -lWebServer -lPerformance
|
|
TestConnection_RESOURCE_FILES += testKey.pem testCert.pem
|
|
TestConnection_PRINCIPAL_CLASS = NSURLConnectionTest
|
|
|
|
StatusServer_NEEDS_GUI = NO
|
|
|
|
TOOL_NAME = testTestWebServer
|
|
testTestWebServer_OBJC_FILES += testTestWebServer.m
|
|
testTestWebServer_NEEDS_GUI = NO
|
|
|
|
-include GNUmakefile.preamble
|
|
include $(GNUSTEP_MAKEFILES)/bundle.make
|
|
include $(GNUSTEP_MAKEFILES)/tool.make
|
|
-include GNUmakefile.postamble
|
|
|