]> git.saurik.com Git - apple/security.git/blame - SecurityTests/cspxutils/symReference/Makefile
Security-57740.31.2.tar.gz
[apple/security.git] / SecurityTests / cspxutils / symReference / Makefile
CommitLineData
b1ab9ed8 1# name of executable to build
d8f41ccd
A
2EXECUTABLE=symReference
3# C++ source (with .cpp extension)
4CPSOURCE= symReference.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= -lcrypto
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
24#
25# non-standard frameworks (e.g., -framework foo)
26#
d8f41ccd 27PROJ_FRAMEWORKS=
b1ab9ed8
A
28
29#
30# project-specific includes, with leading -I
31#
32PROJ_INCLUDES=
33
34#
35# Optional C flags (warnings, optimizations, etc.)
36#
d8f41ccd 37PROJ_CFLAGS= -F/System/Library/PrivateFrameworks
b1ab9ed8
A
38
39#
40# Optional link flags (using cc, not ld)
41#
d8f41ccd 42#PROJ_LDFLAGS= -lMallocDebug -lBSafe
b1ab9ed8
A
43PROJ_LDFLAGS=
44
d8f41ccd
A
45#
46# Other files to remove at 'make clean' time
47#
48OTHER_TO_CLEAN=
49
b1ab9ed8
A
50#
51# Optional dependencies
52#
53PROJ_DEPENDS=
54
d8f41ccd 55include ../Makefile.cdsa