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