2 CFLAGS
= -g
-I..
/..
/include
3 #LIBS= -L../.. -lcrypto -lssl
4 LIBS
= -L..
/.. ..
/..
/libssl.a ..
/..
/libcrypto.a
6 # the file conn.c requires a file "proxy.h" which I couldn't find...
7 #EXAMPLES=base64 conn loadrsa
8 EXAMPLES
=base64 loadrsa
13 $(CC
) -o base64 base64.o
$(LIBS
)
15 # sorry... can't find "proxy.h"
17 # $(CC) -o conn conn.o $(LIBS)
20 $(CC
) -o loadrsa loadrsa.o
$(LIBS
)