X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/5dd5f9ec28f304ca377c42fd7f711d6cf12b90e1..5c19dc3ae3bd8e40a9c028b0deddd50ff337692c:/Security/libsecurity_cryptkit/ckutils/blobtest/Makefile diff --git a/Security/libsecurity_cryptkit/ckutils/blobtest/Makefile b/Security/libsecurity_cryptkit/ckutils/blobtest/Makefile deleted file mode 100644 index c4c789ad..00000000 --- a/Security/libsecurity_cryptkit/ckutils/blobtest/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# name of executable to build -EXECUTABLE=blobtest -# C source (.c extension) -CSOURCE= blobtest.c - -# project-specific libraries, e.g., -lstdc++ -# -PROJ_LIBS= - -# -# Optional lib search paths -# -PROJ_LIBPATH= - -# -# choose one for cc -# -VERBOSE= -#VERBOSE=-v - -# -# non-standard frameworks (e.g., -framework foo) -# -PROJ_FRAMEWORKS= - -# -# Other files to remove at 'make clean' time -# -OTHER_TO_CLEAN= - -# -# project-specific includes, with leading -I -# -PROJ_INCLUDES= - -# -# Optional C flags (warnings, optimizations, etc.) -# -PROJ_CFLAGS= - -# -# Optional link flags (using cc, not ld) -# -PROJ_LDFLAGS= - -# -# Optional dependencies -# -PROJ_DEPENDS= - -include ../Makefile.common