1998-12-21 10:52:47 +00:00
|
|
|
#
|
|
|
|
# SSLeay/crypto/objects/Makefile
|
|
|
|
#
|
|
|
|
|
|
|
|
DIR= objects
|
|
|
|
TOP= ../..
|
|
|
|
CC= cc
|
2001-02-22 14:45:02 +00:00
|
|
|
INCLUDES= -I.. -I$(TOP) -I../../include
|
1998-12-21 10:52:47 +00:00
|
|
|
CFLAG=-g
|
1999-04-29 21:52:08 +00:00
|
|
|
INSTALL_PREFIX=
|
|
|
|
OPENSSLDIR= /usr/local/ssl
|
1998-12-21 10:52:47 +00:00
|
|
|
INSTALLTOP=/usr/local/ssl
|
|
|
|
MAKE= make -f Makefile.ssl
|
2001-02-19 16:06:34 +00:00
|
|
|
MAKEDEPPROG= makedepend
|
|
|
|
MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
|
1998-12-21 10:52:47 +00:00
|
|
|
MAKEFILE= Makefile.ssl
|
|
|
|
AR= ar r
|
2002-06-06 10:16:59 +00:00
|
|
|
PERL= perl
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
CFLAGS= $(INCLUDES) $(CFLAG)
|
|
|
|
|
|
|
|
GENERAL=Makefile README
|
|
|
|
TEST=
|
|
|
|
APPS=
|
|
|
|
|
|
|
|
LIB=$(TOP)/libcrypto.a
|
1999-04-24 17:28:43 +00:00
|
|
|
LIBSRC= o_names.c obj_dat.c obj_lib.c obj_err.c
|
|
|
|
LIBOBJ= o_names.o obj_dat.o obj_lib.o obj_err.o
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
SRC= $(LIBSRC)
|
|
|
|
|
2000-07-05 02:45:36 +00:00
|
|
|
EXHEADER= objects.h obj_mac.h
|
1998-12-21 10:52:47 +00:00
|
|
|
HEADER= $(EXHEADER) obj_dat.h
|
|
|
|
|
|
|
|
ALL= $(GENERAL) $(SRC) $(HEADER)
|
|
|
|
|
|
|
|
top:
|
|
|
|
(cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
|
|
|
|
|
|
|
|
all: obj_dat.h lib
|
|
|
|
|
|
|
|
lib: $(LIBOBJ)
|
|
|
|
$(AR) $(LIB) $(LIBOBJ)
|
2001-03-09 14:01:42 +00:00
|
|
|
$(RANLIB) $(LIB) || echo Never mind.
|
1998-12-21 10:52:47 +00:00
|
|
|
@touch lib
|
|
|
|
|
2001-03-06 08:58:38 +00:00
|
|
|
obj_dat.h: obj_dat.pl obj_mac.h
|
2000-11-03 16:35:31 +00:00
|
|
|
$(PERL) obj_dat.pl obj_mac.h obj_dat.h
|
2000-10-14 20:09:54 +00:00
|
|
|
|
2001-03-06 08:58:38 +00:00
|
|
|
# objects.pl both reads and writes obj_mac.num
|
|
|
|
obj_mac.h: objects.pl objects.txt obj_mac.num
|
2000-11-03 16:35:31 +00:00
|
|
|
$(PERL) objects.pl objects.txt obj_mac.num obj_mac.h
|
2000-10-14 20:09:54 +00:00
|
|
|
|
1998-12-21 10:52:47 +00:00
|
|
|
files:
|
1999-04-01 12:34:33 +00:00
|
|
|
$(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
links:
|
2003-12-27 14:59:07 +00:00
|
|
|
@sh $(TOP)/util/point.sh Makefile.ssl Makefile
|
1999-04-29 12:46:59 +00:00
|
|
|
@$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
|
|
|
|
@$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
|
|
|
|
@$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
install:
|
2004-11-02 23:55:01 +00:00
|
|
|
@headerlist="$(EXHEADER)"; for i in $$headerlist ; \
|
1998-12-21 10:52:47 +00:00
|
|
|
do \
|
1999-04-29 21:52:08 +00:00
|
|
|
(cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
|
|
|
|
chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
|
1998-12-21 10:52:47 +00:00
|
|
|
done;
|
|
|
|
|
|
|
|
tags:
|
|
|
|
ctags $(SRC)
|
|
|
|
|
|
|
|
tests:
|
|
|
|
|
|
|
|
lint:
|
|
|
|
lint -DLINT $(INCLUDES) $(SRC)>fluff
|
|
|
|
|
|
|
|
depend:
|
2002-10-09 13:25:12 +00:00
|
|
|
$(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
dclean:
|
1999-04-01 12:34:33 +00:00
|
|
|
$(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
|
1998-12-21 10:52:47 +00:00
|
|
|
mv -f Makefile.new $(MAKEFILE)
|
|
|
|
|
|
|
|
clean:
|
1999-03-06 12:32:06 +00:00
|
|
|
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
|
1998-12-21 10:52:47 +00:00
|
|
|
|
|
|
|
# DO NOT DELETE THIS LINE -- make depend depends on it.
|
1999-03-06 14:32:48 +00:00
|
|
|
|
2001-02-26 10:54:08 +00:00
|
|
|
o_names.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
|
2004-05-17 19:26:06 +00:00
|
|
|
o_names.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
|
|
|
|
o_names.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
|
|
|
|
o_names.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
|
|
|
|
o_names.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
|
|
|
|
o_names.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
|
|
|
|
o_names.o: ../../include/openssl/symhacks.h o_names.c
|
2001-02-22 14:45:02 +00:00
|
|
|
obj_dat.o: ../../e_os.h ../../include/openssl/asn1.h
|
2004-05-17 19:26:06 +00:00
|
|
|
obj_dat.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
|
|
|
obj_dat.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
|
|
|
|
obj_dat.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
|
|
|
|
obj_dat.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
|
|
|
obj_dat.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
|
|
|
|
obj_dat.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
|
|
|
|
obj_dat.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
|
|
|
obj_dat.o: ../cryptlib.h obj_dat.c obj_dat.h
|
2001-02-26 10:54:08 +00:00
|
|
|
obj_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
|
2004-05-17 19:26:06 +00:00
|
|
|
obj_err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
|
|
|
|
obj_err.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
|
|
|
|
obj_err.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
|
|
|
obj_err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
|
|
|
|
obj_err.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
|
|
|
|
obj_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
|
|
|
obj_err.o: obj_err.c
|
2001-02-22 14:45:02 +00:00
|
|
|
obj_lib.o: ../../e_os.h ../../include/openssl/asn1.h
|
2004-05-17 19:26:06 +00:00
|
|
|
obj_lib.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
|
|
|
|
obj_lib.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
|
|
|
|
obj_lib.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
|
|
|
|
obj_lib.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
|
|
|
obj_lib.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
|
|
|
|
obj_lib.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
|
|
|
|
obj_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
|
|
|
|
obj_lib.o: ../cryptlib.h obj_lib.c
|