Some code of which I currently have no idea of it's purpose.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

24 lines
693 B

ACLOCAL_AMFLAGS = -I m4
TESTS = crypt decrypt dyntype hash packet
check_PROGRAMS = crypt decrypt dyntype hash packet
crypt_SOURCES = crypt.c ../base64.c
crypt_LDADD = ../src/libtoken.la $(LIBOBJS)
crypt_CFLAGS = -I ../include -I ..
decrypt_SOURCES = decrypt.c ../base64.c
decrypt_LDADD = ../src/libtoken.la $(LIBOBJS)
decrypt_CFLAGS = -I ../include -I ..
dyntype_SOURCES = dyntype.c
dyntype_LDADD = ../src/libtoken.la $(LIBOBJS)
dyntype_CFLAGS = -I ../include -I ..
hash_SOURCES = hash.c
hash_LDADD = ../src/libtoken.la $(LIBOBJS)
hash_CFLAGS = -I ../include -I ..
packet_SOURCES = packet.c
packet_LDADD = ../src/libtoken.la $(LIBOBJS)
packet_CFLAGS = -I ../include -I ..