Some cleanup.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1473 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -43,9 +43,15 @@ LIB = $(LIBNAME).$(LIBEXT) | ||||
|  | ||||
| # Generated with lorder *.o | tsort | xargs echo | ||||
|  | ||||
| LIBSRC = cbc3_enc.c cbc_enc.c cfb64ede.c cfb64enc.c cfb_enc.c ecb3_enc.c ede_enc.c fcrypt.c key_par.c ncbc_enc.c ofb64ede.c ofb64enc.c ofb_enc.c pcbc_enc.c qud_cksm.c read_pwd.c rnd_keys.c str2key.c cbc_cksm.c ecb_enc.c set_key.c md4.c md5.c sha.c | ||||
| LIBSRC = cbc3_enc.c cbc_enc.c cfb64ede.c cfb64enc.c cfb_enc.c \ | ||||
| 	ecb3_enc.c ede_enc.c fcrypt.c key_par.c ncbc_enc.c ofb64ede.c \ | ||||
| 	ofb64enc.c ofb_enc.c pcbc_enc.c qud_cksm.c read_pwd.c rnd_keys.c \ | ||||
| 	str2key.c cbc_cksm.c ecb_enc.c set_key.c md4.c md5.c sha.c | ||||
|  | ||||
| LIBOBJ = cbc3_enc.o cbc_enc.o cfb64ede.o cfb64enc.o cfb_enc.o ecb3_enc.o ede_enc.o fcrypt.o key_par.o ncbc_enc.o ofb64ede.o ofb64enc.o ofb_enc.o pcbc_enc.o qud_cksm.o read_pwd.o rnd_keys.o str2key.o cbc_cksm.o ecb_enc.o set_key.o md4.o md5.o sha.o | ||||
| LIBOBJ = cbc3_enc.o cbc_enc.o cfb64ede.o cfb64enc.o cfb_enc.o \ | ||||
| 	ecb3_enc.o ede_enc.o fcrypt.o key_par.o ncbc_enc.o ofb64ede.o \ | ||||
| 	ofb64enc.o ofb_enc.o pcbc_enc.o qud_cksm.o read_pwd.o rnd_keys.o \ | ||||
| 	str2key.o cbc_cksm.o ecb_enc.o set_key.o md4.o md5.o sha.o | ||||
|  | ||||
| all: $(LIB) $(PROGS) | ||||
|  | ||||
| @@ -55,21 +61,6 @@ Wall: | ||||
| .c.o: | ||||
| 	$(CC) -c $(CPPFLAGS) $(DEFS) -I../.. -I../../include -I$(srcdir) $(CFLAGS) $(PICFLAGS) $< | ||||
|  | ||||
| destest.o: destest.c | ||||
| 	$(CC) -c $(CPPFLAGS) $(DEFS) -I../.. -I../../include -I$(srcdir) $(CFLAGS) $< | ||||
|  | ||||
| des.o: des.c | ||||
| 	$(CC) -c $(CPPFLAGS) $(DEFS) -I../.. -I../../include -I$(srcdir) $(CFLAGS) $< | ||||
|  | ||||
| rpw.o: rpw.c | ||||
| 	$(CC) -c $(CPPFLAGS) $(DEFS) -I../.. -I../../include -I$(srcdir) $(CFLAGS) $< | ||||
|  | ||||
| speed.o: speed.c | ||||
| 	$(CC) -c $(CPPFLAGS) $(DEFS) -I../.. -I../../include -I$(srcdir) $(CFLAGS) $< | ||||
|  | ||||
| mdtest.o: mdtest.c | ||||
| 	$(CC) -c $(CPPFLAGS) $(DEFS) -I../.. -I../../include -I$(srcdir) $(CFLAGS) $< | ||||
|  | ||||
| install: all | ||||
| 	$(MKINSTALLDIRS) $(libdir) | ||||
| 	$(INSTALL_DATA) -m 0555 $(LIB) $(libdir) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Johan Danielsson
					Johan Danielsson