Deleted Added
full compact
Makefile (302408) Makefile (325335)
1#
2# OpenSSL/crypto/modes/Makefile
3#
4
5DIR= modes
6TOP= ../..
7CC= cc
8INCLUDES= -I.. -I$(TOP) -I../../include

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

101 @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
102 $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
103
104dclean:
105 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
106 mv -f Makefile.new $(MAKEFILE)
107
108clean:
1#
2# OpenSSL/crypto/modes/Makefile
3#
4
5DIR= modes
6TOP= ../..
7CC= cc
8INCLUDES= -I.. -I$(TOP) -I../../include

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

101 @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
102 $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
103
104dclean:
105 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
106 mv -f Makefile.new $(MAKEFILE)
107
108clean:
109 rm -f *.s *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
109 rm -f *.s *.S *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
110
111# DO NOT DELETE THIS LINE -- make depend depends on it.
112
113cbc128.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
114cbc128.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h
115cbc128.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
116cbc128.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
117cbc128.o: ../../include/openssl/symhacks.h cbc128.c modes_lcl.h

--- 43 unchanged lines hidden ---
110
111# DO NOT DELETE THIS LINE -- make depend depends on it.
112
113cbc128.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
114cbc128.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h
115cbc128.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
116cbc128.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
117cbc128.o: ../../include/openssl/symhacks.h cbc128.c modes_lcl.h

--- 43 unchanged lines hidden ---