]> git.saurik.com Git - apple/security.git/blame - SecurityTests/clxutils/cmsTime/Makefile
Security-57031.1.35.tar.gz
[apple/security.git] / SecurityTests / clxutils / cmsTime / Makefile
CommitLineData
b1ab9ed8 1# name of executable to build
d8f41ccd
A
2EXECUTABLE=cmsTime
3# C++ source (with .cpp extension)
4CPSOURCE= cmsTime.cpp
b1ab9ed8 5# C source (.c extension)
d8f41ccd 6CSOURCE=
b1ab9ed8 7
d8f41ccd
A
8#
9# Note final load with cc, not ld
10#
b1ab9ed8
A
11# project-specific libraries, e.g., -lstdc++
12#
d8f41ccd 13PROJ_LIBS=
b1ab9ed8
A
14#
15# Optional lib search paths
16#
17PROJ_LIBPATH=
b1ab9ed8
A
18#
19# choose one for cc
20#
21VERBOSE=
22#VERBOSE=-v
23
b1ab9ed8
A
24#
25# Other files to remove at 'make clean' time
26#
27OTHER_TO_CLEAN=
28
d8f41ccd
A
29#
30# non-standard frameworks (e.g., -framework foo)
31#
32PROJ_FRAMEWORKS= -framework CoreFoundation
b1ab9ed8
A
33#
34# project-specific includes, with leading -I
35#
36PROJ_INCLUDES=
37
38#
39# Optional C flags (warnings, optimizations, etc.)
40#
41PROJ_CFLAGS=
42
43#
44# Optional link flags (using cc, not ld)
45#
46PROJ_LDFLAGS=
47
48#
49# Optional dependencies
50#
51PROJ_DEPENDS=
52
d8f41ccd
A
53#
54# Optional files on which *.{c,cpp} depend
55#
56HDR_DEPENDS=../clAppUtils/certVerify.h
57
58include ../Makefile.cdsa