mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-22 14:47:06 +00:00
12 lines
328 B
Makefile
12 lines
328 B
Makefile
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
LIBRARY_NAME = security_apple_csp
|
|
|
|
security_apple_csp_HEADER_FILES = $(notdir $(wildcard lib/*.h))
|
|
security_apple_csp_HEADER_FILES_DIR = lib
|
|
|
|
security_apple_csp_CC_FILES = $(wildcard lib/*.cpp)
|
|
security_apple_csp_C_FILES = $(wildcard lib/*.c)
|
|
|
|
include $(GNUSTEP_MAKEFILES)/library.make
|