2015-06-21 20:29:33 -07:00
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
|
|
|
|
LIBRARY_NAME = security_apple_x509_tp
|
|
|
|
|
|
|
|
security_apple_x509_tp_HEADER_FILES = $(notdir $(wildcard lib/*.h))
|
|
|
|
security_apple_x509_tp_HEADER_FILES_DIR = lib
|
|
|
|
|
2018-04-09 16:05:38 -07:00
|
|
|
security_apple_x509_tp_C_FILES = $(wildcard lib/*.c)
|
2015-06-21 20:29:33 -07:00
|
|
|
security_apple_x509_tp_CC_FILES = $(wildcard lib/*.cpp)
|
|
|
|
|
|
|
|
include $(GNUSTEP_MAKEFILES)/library.make
|