]> git.saurik.com Git - apple/security.git/blob - SecurityTests/clxutils/kcTime/Makefile
Security-57031.1.35.tar.gz
[apple/security.git] / SecurityTests / clxutils / kcTime / Makefile
1 # name of executable to build
2 EXECUTABLE=kcTime
3 # C++ source (with .cpp extension)
4 CPSOURCE= kcTime.cpp
5 # C source (.c extension)
6 CSOURCE=
7
8 #
9 # Optional lib search paths
10 #
11 PROJ_LIBPATH=
12 #
13 # choose one for cc
14 #
15 VERBOSE=
16 #VERBOSE=-v
17
18 #
19 # Other files to remove at 'make clean' time
20 #
21 OTHER_TO_CLEAN=
22
23 #
24 # non-standard frameworks (e.g., -framework foo)
25 #
26 #PROJ_FRAMEWORKS= -framework security_pkcs12$(VARIANT_SUFFIX) -framework security_apple_csp$(VARIANT_SUFFIX) -framework security_keychain$(VARIANT_SUFFIX)
27 #PROJ_FRAMEWORKS= -framework security_pkcs12$(VARIANT_SUFFIX) -framework security_keychain$(VARIANT_SUFFIX)
28 PROJ_FRAMEWORKS=
29 #
30 # project-specific includes, with leading -I
31 #
32 PROJ_INCLUDES=
33
34 #
35 # Optional C flags (warnings, optimizations, etc.)
36 #
37 PROJ_CFLAGS=
38
39 #
40 # Optional link flags (using cc, not ld)
41 #
42 PROJ_LDFLAGS=
43
44 #
45 # Optional dependencies
46 #
47 PROJ_DEPENDS=
48
49 include ../Makefile.cdsa