1 # name of executable to build
3 # C++ source (with .cpp extension)
5 # C source (.c extension)
9 # Note final load with cc, not ld
11 # project-specific libraries, e.g., -lstdc++
15 # Optional lib search paths
25 # Other files to remove at 'make clean' time
30 # non-standard frameworks (e.g., -framework foo)
35 # project-specific includes, with leading -I
40 # Optional C flags (warnings, optimizations, etc.)
45 # Optional link flags (using cc, not ld)
47 #PROJ_LDFLAGS= -lMallocDebug
51 # Optional dependencies
53 PARAM_FILE_NAME= dhParams_512.der
54 PARAM_FILE= $(LOCAL_BUILD)/$(PARAM_FILE_NAME)
55 PROJ_DEPENDS= $(PARAM_FILE)
57 include ../Makefile.cdsa
59 $(PARAM_FILE): $(PARAM_FILE_NAME)
60 cp -p $(PARAM_FILE_NAME) $(LOCAL_BUILD)