]> git.saurik.com Git - apple/security.git/blobdiff - SecurityTests/clxutils/certSerialEncodeTest/Makefile
Security-57031.1.35.tar.gz
[apple/security.git] / SecurityTests / clxutils / certSerialEncodeTest / Makefile
diff --git a/SecurityTests/clxutils/certSerialEncodeTest/Makefile b/SecurityTests/clxutils/certSerialEncodeTest/Makefile
new file mode 100644 (file)
index 0000000..82188bf
--- /dev/null
@@ -0,0 +1,54 @@
+# name of executable to build
+EXECUTABLE= certSerialEncodeTest
+# C++ source (with .cpp extension)
+CPSOURCE= certSerialEncodeTest.cpp
+# C source (.c extension)
+CSOURCE=
+
+#
+# Note final load with cc, not ld
+#
+# project-specific libraries, e.g., -lstdc++
+#
+PROJ_LIBS= 
+#
+# Optional lib search paths
+#
+PROJ_LIBPATH=
+#
+# choose one for cc
+#
+VERBOSE=
+#VERBOSE=-v
+
+#
+# Other files to remove at 'make clean' time
+#
+OTHER_TO_CLEAN= ssRootCert.der ssRootTBS.der ssSubjCert.der ssSubjTBS.der
+
+#
+# non-standard frameworks (e.g., -framework foo)
+#
+PROJ_FRAMEWORKS= 
+
+#
+# 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.cdsa