]> WPIA git - cassiopeia.git/blobdiff - lib/openssl/demos/sign/Makefile
add: execute openssl fetcher to fetch openssl 1.0.1j
[cassiopeia.git] / lib / openssl / demos / sign / Makefile
diff --git a/lib/openssl/demos/sign/Makefile b/lib/openssl/demos/sign/Makefile
new file mode 100644 (file)
index 0000000..e6d391e
--- /dev/null
@@ -0,0 +1,15 @@
+CC=cc
+CFLAGS= -g -I../../include -Wall
+LIBS=  -L../.. -lcrypto
+EXAMPLES=sign
+
+all: $(EXAMPLES) 
+
+sign: sign.o
+       $(CC) -o sign sign.o $(LIBS)
+
+clean: 
+       rm -f $(EXAMPLES) *.o
+
+test: all
+       ./sign