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