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