Tomato 1.28
[tomato.git] / release / src / router / openssl / crypto / md4 / Makefile
blobbc38badb0a2b7704bcfd28ce85182315522f87ae
2 # SSLeay/crypto/md4/Makefile
5 DIR= md4
6 TOP= ../..
7 CC= cc
8 CPP= $(CC) -E
9 INCLUDES=
10 CFLAG=-g
11 INSTALL_PREFIX=
12 OPENSSLDIR= /usr/local/ssl
13 INSTALLTOP=/usr/local/ssl
14 MAKE= make -f Makefile.ssl
15 MAKEDEPEND= $(TOP)/util/domd $(TOP)
16 MAKEFILE= Makefile.ssl
17 AR= ar r
19 CFLAGS= $(INCLUDES) $(CFLAG)
21 GENERAL=Makefile
22 TEST=md4test.c
23 APPS=md4.c
25 LIB=$(TOP)/libcrypto.a
26 LIBSRC=md4_dgst.c md4_one.c
27 LIBOBJ=md4_dgst.o md4_one.o
29 SRC= $(LIBSRC)
31 EXHEADER= md4.h
32 HEADER= md4_locl.h $(EXHEADER)
34 ALL= $(GENERAL) $(SRC) $(HEADER)
36 top:
37 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
39 all: lib
41 lib: $(LIBOBJ)
42 $(AR) $(LIB) $(LIBOBJ)
43 @echo You may get an error following this line. Please ignore.
44 - $(RANLIB) $(LIB)
45 @touch lib
47 files:
48 $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
50 links:
51 @$(TOP)/util/point.sh Makefile.ssl Makefile
52 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
53 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
54 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
56 install:
57 @for i in $(EXHEADER) ; \
58 do \
59 (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
60 chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
61 done;
63 tags:
64 ctags $(SRC)
66 tests:
68 lint:
69 lint -DLINT $(INCLUDES) $(SRC)>fluff
71 depend:
72 $(MAKEDEPEND) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC)
74 dclean:
75 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
76 mv -f Makefile.new $(MAKEFILE)
78 clean:
79 rm -f asm/mx86unix.cpp *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
81 # DO NOT DELETE THIS LINE -- make depend depends on it.
83 md4_dgst.o: ../../include/openssl/md4.h ../../include/openssl/opensslconf.h
84 md4_dgst.o: ../../include/openssl/opensslv.h ../md32_common.h md4_locl.h
85 md4_one.o: ../../include/openssl/md4.h