Latest update.
This commit is contained in:
+3
-5
@@ -7,19 +7,17 @@
|
||||
#
|
||||
# LD_LIBRARY_PATH=../.. ./aesccm
|
||||
# LD_LIBRARY_PATH=../.. ./aesgcm
|
||||
# LD_LIBRARY_PATH=../.. ./gmac
|
||||
|
||||
CFLAGS = $(OPENSSL_INCS_LOCATION)
|
||||
LDFLAGS = $(OPENSSL_LIBS_LOCATION) -lssl -lcrypto
|
||||
|
||||
all: aesccm aesgcm gmac
|
||||
all: aesccm aesgcm
|
||||
|
||||
aesccm: aesccm.o
|
||||
aesgcm: aesgcm.o
|
||||
gmac: gmac.o
|
||||
|
||||
aesccm aesgcm gmac:
|
||||
aesccm aesgcm:
|
||||
$(CC) $(CFLAGS) -o $@ $< $(LDFLAGS)
|
||||
|
||||
clean:
|
||||
$(RM) aesccm aesgcm gmac *.o
|
||||
$(RM) aesccm aesgcm *.o
|
||||
Reference in New Issue
Block a user