Deleted Added
full compact
Makefile (302408) Makefile (325335)
1#
2# crypto/aes/Makefile
3#
4
5DIR= aes
6TOP= ../..
7CC= cc
8CPP= $(CC) -E

--- 119 unchanged lines hidden (view full) ---

128 @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
129 $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
130
131dclean:
132 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
133 mv -f Makefile.new $(MAKEFILE)
134
135clean:
1#
2# crypto/aes/Makefile
3#
4
5DIR= aes
6TOP= ../..
7CC= cc
8CPP= $(CC) -E

--- 119 unchanged lines hidden (view full) ---

128 @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
129 $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
130
131dclean:
132 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
133 mv -f Makefile.new $(MAKEFILE)
134
135clean:
136 rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
136 rm -f *.s *.S *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
137
138# DO NOT DELETE THIS LINE -- make depend depends on it.
139
140aes_cbc.o: ../../include/openssl/aes.h ../../include/openssl/modes.h
141aes_cbc.o: ../../include/openssl/opensslconf.h aes_cbc.c
142aes_cfb.o: ../../include/openssl/aes.h ../../include/openssl/modes.h
143aes_cfb.o: ../../include/openssl/opensslconf.h aes_cfb.c
144aes_core.o: ../../include/openssl/aes.h ../../include/openssl/e_os2.h

--- 27 unchanged lines hidden ---
137
138# DO NOT DELETE THIS LINE -- make depend depends on it.
139
140aes_cbc.o: ../../include/openssl/aes.h ../../include/openssl/modes.h
141aes_cbc.o: ../../include/openssl/opensslconf.h aes_cbc.c
142aes_cfb.o: ../../include/openssl/aes.h ../../include/openssl/modes.h
143aes_cfb.o: ../../include/openssl/opensslconf.h aes_cfb.c
144aes_core.o: ../../include/openssl/aes.h ../../include/openssl/e_os2.h

--- 27 unchanged lines hidden ---