|
@@ -238,8 +238,8 @@ $(LIBMAIN_D) $(LIBMAIN_I): $(OBJECTS)
|
|
#Demo tools/utilities
|
|
#Demo tools/utilities
|
|
hashsum.exe: demos/hashsum.o $(LIBMAIN_S)
|
|
hashsum.exe: demos/hashsum.o $(LIBMAIN_S)
|
|
$(CC) demos/hashsum.o $(LIBMAIN_S) $(LTC_LDFLAGS) -o $@
|
|
$(CC) demos/hashsum.o $(LIBMAIN_S) $(LTC_LDFLAGS) -o $@
|
|
-crypt.exe: demos/crypt.o $(LIBMAIN_S)
|
|
|
|
- $(CC) demos/crypt.o $(LIBMAIN_S) $(LTC_LDFLAGS) -o $@
|
|
|
|
|
|
+ltcrypt.exe: demos/ltcrypt.o $(LIBMAIN_S)
|
|
|
|
+ $(CC) demos/ltcrypt.o $(LIBMAIN_S) $(LTC_LDFLAGS) -o $@
|
|
small.exe: demos/small.o $(LIBMAIN_S)
|
|
small.exe: demos/small.o $(LIBMAIN_S)
|
|
$(CC) demos/small.o $(LIBMAIN_S) $(LTC_LDFLAGS) -o $@
|
|
$(CC) demos/small.o $(LIBMAIN_S) $(LTC_LDFLAGS) -o $@
|
|
tv_gen.exe: demos/tv_gen.o $(LIBMAIN_S)
|
|
tv_gen.exe: demos/tv_gen.o $(LIBMAIN_S)
|
|
@@ -250,7 +250,7 @@ timing.exe: demos/timing.o $(LIBMAIN_S)
|
|
#Tests
|
|
#Tests
|
|
test.exe: $(TOBJECTS) $(LIBMAIN_S)
|
|
test.exe: $(TOBJECTS) $(LIBMAIN_S)
|
|
$(CC) $(TOBJECTS) $(LIBMAIN_S) $(LTC_LDFLAGS) -o $@
|
|
$(CC) $(TOBJECTS) $(LIBMAIN_S) $(LTC_LDFLAGS) -o $@
|
|
- @echo NOTICE: start the tests by: test.exe
|
|
|
|
|
|
+ @echo NOTICE: start the tests by launching test.exe
|
|
|
|
|
|
all: $(LIBMAIN_S) $(LIBMAIN_I) $(LIBMAIN_D) hashsum.exe ltcrypt.exe small.exe tv_gen.exe timing.exe test.exe
|
|
all: $(LIBMAIN_S) $(LIBMAIN_I) $(LIBMAIN_D) hashsum.exe ltcrypt.exe small.exe tv_gen.exe timing.exe test.exe
|
|
|
|
|