1 # name of executable to build
3 # C++ source (with .cpp extension)
5 # C source (.c extension)
6 #CSOURCE= aesVect.c _rijndael-alg-ref.c _rijndaelApi.c enDecryptRef.c enDecryptTest.c \
7 # enDecryptCsp.c rijndael.c
8 CSOURCE= aesVect.c enDecryptRef.c enDecryptTest.c enDecryptCsp.c rijndael.c
11 # Note final load with cc, not ld
13 # project-specific libraries, e.g., -lstdc++
17 # Optional lib search paths
27 # non-standard frameworks (e.g., -framework foo)
32 # project-specific includes, with leading -I
37 # Optional C flags (warnings, optimizations, etc.)
39 #PROJ_CFLAGS= -F/System/Library/PrivateFrameworks
43 # Optional link flags (using cc, not ld)
48 # Other files to remove at 'make clean' time
53 # Optional dependencies
57 include ../Makefile.cdsa