|
@@ -259,8 +259,8 @@ $(LIBMAIN_S): $(OBJECTS)
|
|
|
#Demo tools/utilities
|
|
|
hashsum: demos/hashsum.o $(LIBMAIN_S)
|
|
|
$(CC) demos/hashsum.o $(LIBMAIN_S) $(LTC_LDFLAGS) -o $@
|
|
|
-crypt: demos/crypt.o $(LIBMAIN_S)
|
|
|
- $(CC) demos/crypt.o $(LIBMAIN_S) $(LTC_LDFLAGS) -o $@
|
|
|
+ltcrypt: demos/ltcrypt.o $(LIBMAIN_S)
|
|
|
+ $(CC) demos/ltcrypt.o $(LIBMAIN_S) $(LTC_LDFLAGS) -o $@
|
|
|
small: demos/small.o $(LIBMAIN_S)
|
|
|
$(CC) demos/small.o $(LIBMAIN_S) $(LTC_LDFLAGS) -o $@
|
|
|
tv_gen: demos/tv_gen.o $(LIBMAIN_S)
|
|
@@ -274,7 +274,7 @@ test: demos/test.o $(LIBMAIN_S) $(LIBTEST_S)
|
|
|
$(CC) demos/test.o $(LIBTEST_S) $(LIBMAIN_S) $(LTC_LDFLAGS) -o $@
|
|
|
@echo "NOTICE: start the tests by: ./test"
|
|
|
|
|
|
-all: $(LIBMAIN_S) $(LIBTEST_S) hashsum crypt small tv_gen timing test
|
|
|
+all: $(LIBMAIN_S) $(LIBTEST_S) hashsum ltcrypt small tv_gen timing test
|
|
|
|
|
|
#NOTE: this makefile works also on cygwin, thus we need to delete *.exe
|
|
|
clean:
|