diff options
author | Ken Raeburn <raeburn@mit.edu> | 2001-10-20 22:33:51 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@mit.edu> | 2001-10-20 22:33:51 +0000 |
commit | 23b507596bfb956fba0f5ad0dcd946445d132f57 (patch) | |
tree | 9e61d1d7030899f824b6dc7c92b5fe2a8897d4d5 /src/lib/krb5/asn.1/Makefile.in | |
parent | 03d6a8f55ab9313ddda52241c5c5c58e49b3f152 (diff) | |
download | krb5-23b507596bfb956fba0f5ad0dcd946445d132f57.tar.gz krb5-23b507596bfb956fba0f5ad0dcd946445d132f57.tar.xz krb5-23b507596bfb956fba0f5ad0dcd946445d132f57.zip |
In directories building libraries, generate dependencies for .so/.po files too
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13828 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/asn.1/Makefile.in')
-rw-r--r-- | src/lib/krb5/asn.1/Makefile.in | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/lib/krb5/asn.1/Makefile.in b/src/lib/krb5/asn.1/Makefile.in index b2aa4a181..da3939089 100644 --- a/src/lib/krb5/asn.1/Makefile.in +++ b/src/lib/krb5/asn.1/Makefile.in @@ -56,54 +56,54 @@ clean-unix:: clean-libobjs # Makefile dependencies follow. This must be the last section in # the Makefile.in file # -$(OUTPRE)asn1_decode.$(OBJEXT): asn1_decode.c asn1_decode.h \ +asn1_decode.so asn1_decode.po $(OUTPRE)asn1_decode.$(OBJEXT): asn1_decode.c asn1_decode.h \ $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \ $(BUILDTOP)/include/krb5/autoconf.h $(BUILDTOP)/include/krb5.h \ $(BUILDTOP)/include/profile.h $(BUILDTOP)/include/com_err.h \ $(SRCTOP)/include/krb5/kdb.h krbasn1.h asn1buf.h asn1_get.h -$(OUTPRE)asn1_k_decode.$(OBJEXT): asn1_k_decode.c asn1_k_decode.h \ +asn1_k_decode.so asn1_k_decode.po $(OUTPRE)asn1_k_decode.$(OBJEXT): asn1_k_decode.c asn1_k_decode.h \ $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \ $(BUILDTOP)/include/krb5/autoconf.h $(BUILDTOP)/include/krb5.h \ $(BUILDTOP)/include/profile.h $(BUILDTOP)/include/com_err.h \ $(SRCTOP)/include/krb5/kdb.h krbasn1.h asn1buf.h asn1_decode.h \ asn1_get.h asn1_misc.h -$(OUTPRE)asn1_encode.$(OBJEXT): asn1_encode.c asn1_encode.h \ +asn1_encode.so asn1_encode.po $(OUTPRE)asn1_encode.$(OBJEXT): asn1_encode.c asn1_encode.h \ $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \ $(BUILDTOP)/include/krb5/autoconf.h $(BUILDTOP)/include/krb5.h \ $(BUILDTOP)/include/profile.h $(BUILDTOP)/include/com_err.h \ $(SRCTOP)/include/krb5/kdb.h krbasn1.h asn1buf.h asn1_make.h -$(OUTPRE)asn1_get.$(OBJEXT): asn1_get.c asn1_get.h \ +asn1_get.so asn1_get.po $(OUTPRE)asn1_get.$(OBJEXT): asn1_get.c asn1_get.h \ $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \ $(BUILDTOP)/include/krb5/autoconf.h $(BUILDTOP)/include/krb5.h \ $(BUILDTOP)/include/profile.h $(BUILDTOP)/include/com_err.h \ $(SRCTOP)/include/krb5/kdb.h krbasn1.h asn1buf.h -$(OUTPRE)asn1_make.$(OBJEXT): asn1_make.c asn1_make.h \ +asn1_make.so asn1_make.po $(OUTPRE)asn1_make.$(OBJEXT): asn1_make.c asn1_make.h \ $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \ $(BUILDTOP)/include/krb5/autoconf.h $(BUILDTOP)/include/krb5.h \ $(BUILDTOP)/include/profile.h $(BUILDTOP)/include/com_err.h \ $(SRCTOP)/include/krb5/kdb.h krbasn1.h asn1buf.h -$(OUTPRE)asn1buf.$(OBJEXT): asn1buf.c asn1buf.h $(SRCTOP)/include/k5-int.h \ +asn1buf.so asn1buf.po $(OUTPRE)asn1buf.$(OBJEXT): asn1buf.c asn1buf.h $(SRCTOP)/include/k5-int.h \ $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \ $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \ $(BUILDTOP)/include/com_err.h $(SRCTOP)/include/krb5/kdb.h \ krbasn1.h asn1_get.h -$(OUTPRE)krb5_decode.$(OBJEXT): krb5_decode.c $(BUILDTOP)/include/krb5.h \ +krb5_decode.so krb5_decode.po $(OUTPRE)krb5_decode.$(OBJEXT): krb5_decode.c $(BUILDTOP)/include/krb5.h \ $(BUILDTOP)/include/profile.h $(BUILDTOP)/include/com_err.h \ krbasn1.h $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \ $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/krb5/kdb.h \ asn1_k_decode.h asn1buf.h asn1_decode.h asn1_get.h -$(OUTPRE)krb5_encode.$(OBJEXT): krb5_encode.c $(BUILDTOP)/include/krb5.h \ +krb5_encode.so krb5_encode.po $(OUTPRE)krb5_encode.$(OBJEXT): krb5_encode.c $(BUILDTOP)/include/krb5.h \ $(BUILDTOP)/include/profile.h $(BUILDTOP)/include/com_err.h \ asn1_k_encode.h $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \ $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/krb5/kdb.h \ asn1buf.h krbasn1.h asn1_encode.h asn1_make.h -$(OUTPRE)asn1_k_encode.$(OBJEXT): asn1_k_encode.c asn1_k_encode.h \ +asn1_k_encode.so asn1_k_encode.po $(OUTPRE)asn1_k_encode.$(OBJEXT): asn1_k_encode.c asn1_k_encode.h \ $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \ $(BUILDTOP)/include/krb5/autoconf.h $(BUILDTOP)/include/krb5.h \ $(BUILDTOP)/include/profile.h $(BUILDTOP)/include/com_err.h \ $(SRCTOP)/include/krb5/kdb.h asn1buf.h krbasn1.h asn1_make.h \ asn1_encode.h -$(OUTPRE)asn1_misc.$(OBJEXT): asn1_misc.c asn1_misc.h \ +asn1_misc.so asn1_misc.po $(OUTPRE)asn1_misc.$(OBJEXT): asn1_misc.c asn1_misc.h \ $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \ $(BUILDTOP)/include/krb5/autoconf.h $(BUILDTOP)/include/krb5.h \ $(BUILDTOP)/include/profile.h $(BUILDTOP)/include/com_err.h \ |