Remove a bad 'goto end' and a few superfluous ones in apps/lib/apps.c
[openssl.git] / demos / evp / Makefile
index 1fb0f39c776823524fa4d1f222254b6731413a9a..c2e10a1ded0ed8dbd8d27ac6e82393ce80d349a4 100644 (file)
@@ -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