~ubuntu-branches/ubuntu/hardy/openssl/hardy-security

« back to all changes in this revision

Viewing changes to crypto/txt_db/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2005-12-13 21:37:42 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051213213742-7em5nrw5c7ceegyd
Tags: 0.9.8a-5
Stop ssh from crashing randomly on sparc (Closes: #335912)
Patch from upstream cvs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
CC=     cc
8
8
INCLUDES=
9
9
CFLAG=-g
10
 
INSTALL_PREFIX=
11
 
OPENSSLDIR=     /usr/local/ssl
12
 
INSTALLTOP=/usr/local/ssl
13
 
MAKEDEPPROG=    makedepend
14
 
MAKEDEPEND=     $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
15
10
MAKEFILE=       Makefile
16
11
AR=             ar r
17
12
 
51
46
        @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
52
47
 
53
48
install:
54
 
        @for i in $(EXHEADER) ; \
 
49
        @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile...
 
50
        @headerlist="$(EXHEADER)"; for i in $$headerlist ; \
55
51
        do  \
56
52
        (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
57
53
        chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
66
62
        lint -DLINT $(INCLUDES) $(SRC)>fluff
67
63
 
68
64
depend:
 
65
        @[ -n "$(MAKEDEPEND)" ] # should be set by top Makefile...
69
66
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
70
67
 
71
68
dclean:
81
78
txt_db.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
82
79
txt_db.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
83
80
txt_db.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
84
 
txt_db.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
85
 
txt_db.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
86
 
txt_db.o: ../../include/openssl/txt_db.h ../cryptlib.h txt_db.c
 
81
txt_db.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
 
82
txt_db.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
 
83
txt_db.o: ../../include/openssl/symhacks.h ../../include/openssl/txt_db.h
 
84
txt_db.o: ../cryptlib.h txt_db.c