|
@@ -237,16 +237,16 @@ $(LIBMAIN_S): $(OBJECTS)
|
|
|
$(RANLIB) $@
|
|
|
|
|
|
#Demo tools/utilities
|
|
|
-hashsum: demos/hashsum.o tests/common.o $(LIBMAIN_S)
|
|
|
- $(CC) demos/hashsum.o tests/common.o $(LIBMAIN_S) $(LTC_LDFLAGS) -o $@
|
|
|
-ltcrypt: demos/ltcrypt.o tests/common.o $(LIBMAIN_S)
|
|
|
- $(CC) demos/ltcrypt.o tests/common.o $(LIBMAIN_S) $(LTC_LDFLAGS) -o $@
|
|
|
-small: demos/small.o tests/common.o $(LIBMAIN_S)
|
|
|
- $(CC) demos/small.o tests/common.o $(LIBMAIN_S) $(LTC_LDFLAGS) -o $@
|
|
|
-tv_gen: demos/tv_gen.o tests/common.o $(LIBMAIN_S)
|
|
|
- $(CC) demos/tv_gen.o tests/common.o $(LIBMAIN_S) $(LTC_LDFLAGS) -o $@
|
|
|
-timing: demos/timing.o tests/common.o $(LIBMAIN_S)
|
|
|
- $(CC) demos/timing.o tests/common.o $(LIBMAIN_S) $(LTC_LDFLAGS) -o $@
|
|
|
+hashsum: demos/hashsum.o $(LIBMAIN_S)
|
|
|
+ $(CC) demos/hashsum.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)
|
|
|
+ $(CC) demos/tv_gen.o $(LIBMAIN_S) $(LTC_LDFLAGS) -o $@
|
|
|
+timing: demos/timing.o $(LIBMAIN_S)
|
|
|
+ $(CC) demos/timing.o $(LIBMAIN_S) $(LTC_LDFLAGS) -o $@
|
|
|
|
|
|
#Tests
|
|
|
test: $(TOBJECTS) $(LIBMAIN_S)
|