summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2001-10-20 22:33:51 +0000
committerKen Raeburn <raeburn@mit.edu>2001-10-20 22:33:51 +0000
commit23b507596bfb956fba0f5ad0dcd946445d132f57 (patch)
tree9e61d1d7030899f824b6dc7c92b5fe2a8897d4d5 /src/util
parent03d6a8f55ab9313ddda52241c5c5c58e49b3f152 (diff)
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/util')
-rw-r--r--src/util/dyn/Makefile.in20
-rw-r--r--src/util/et/Makefile.in8
-rw-r--r--src/util/profile/Makefile.in14
-rw-r--r--src/util/pty/Makefile.in26
-rw-r--r--src/util/ss/Makefile.in24
5 files changed, 46 insertions, 46 deletions
diff --git a/src/util/dyn/Makefile.in b/src/util/dyn/Makefile.in
index b7781c047..0ea456bb9 100644
--- a/src/util/dyn/Makefile.in
+++ b/src/util/dyn/Makefile.in
@@ -90,21 +90,21 @@ do-lclint: $(SRCS)
# Makefile dependencies follow. This must be the last section in
# the Makefile.in file
#
-$(OUTPRE)dyn_create.$(OBJEXT): dyn_create.c dynP.h \
+dyn_create.so dyn_create.po $(OUTPRE)dyn_create.$(OBJEXT): dyn_create.c dynP.h \
dyn.h
-$(OUTPRE)dyn_put.$(OBJEXT): dyn_put.c dynP.h dyn.h
-$(OUTPRE)dyn_debug.$(OBJEXT): dyn_debug.c dynP.h dyn.h
-$(OUTPRE)dyn_delete.$(OBJEXT): dyn_delete.c dynP.h \
+dyn_put.so dyn_put.po $(OUTPRE)dyn_put.$(OBJEXT): dyn_put.c dynP.h dyn.h
+dyn_debug.so dyn_debug.po $(OUTPRE)dyn_debug.$(OBJEXT): dyn_debug.c dynP.h dyn.h
+dyn_delete.so dyn_delete.po $(OUTPRE)dyn_delete.$(OBJEXT): dyn_delete.c dynP.h \
dyn.h
-$(OUTPRE)dyn_size.$(OBJEXT): dyn_size.c dynP.h dyn.h
-$(OUTPRE)dyn_append.$(OBJEXT): dyn_append.c dynP.h \
+dyn_size.so dyn_size.po $(OUTPRE)dyn_size.$(OBJEXT): dyn_size.c dynP.h dyn.h
+dyn_append.so dyn_append.po $(OUTPRE)dyn_append.$(OBJEXT): dyn_append.c dynP.h \
dyn.h
-$(OUTPRE)dyn_realloc.$(OBJEXT): dyn_realloc.c dynP.h \
+dyn_realloc.so dyn_realloc.po $(OUTPRE)dyn_realloc.$(OBJEXT): dyn_realloc.c dynP.h \
dyn.h
-$(OUTPRE)dyn_paranoid.$(OBJEXT): dyn_paranoid.c dynP.h \
+dyn_paranoid.so dyn_paranoid.po $(OUTPRE)dyn_paranoid.$(OBJEXT): dyn_paranoid.c dynP.h \
dyn.h
-$(OUTPRE)dyn_insert.$(OBJEXT): dyn_insert.c dynP.h \
+dyn_insert.so dyn_insert.po $(OUTPRE)dyn_insert.$(OBJEXT): dyn_insert.c dynP.h \
dyn.h
-$(OUTPRE)dyn_initzero.$(OBJEXT): dyn_initzero.c dynP.h \
+dyn_initzero.so dyn_initzero.po $(OUTPRE)dyn_initzero.$(OBJEXT): dyn_initzero.c dynP.h \
dyn.h
diff --git a/src/util/et/Makefile.in b/src/util/et/Makefile.in
index c7523d55e..c7e3651c9 100644
--- a/src/util/et/Makefile.in
+++ b/src/util/et/Makefile.in
@@ -226,9 +226,9 @@ depend:: et_lex.lex.c
# Makefile dependencies follow. This must be the last section in
# the Makefile.in file
#
-$(OUTPRE)error_message.$(OBJEXT): error_message.c com_err.h \
+error_message.so error_message.po $(OUTPRE)error_message.$(OBJEXT): error_message.c com_err.h \
error_table.h
-$(OUTPRE)et_name.$(OBJEXT): et_name.c com_err.h error_table.h
-$(OUTPRE)init_et.$(OBJEXT): init_et.c com_err.h error_table.h
-$(OUTPRE)com_err.$(OBJEXT): com_err.c com_err.h error_table.h
+et_name.so et_name.po $(OUTPRE)et_name.$(OBJEXT): et_name.c com_err.h error_table.h
+init_et.so init_et.po $(OUTPRE)init_et.$(OBJEXT): init_et.c com_err.h error_table.h
+com_err.so com_err.po $(OUTPRE)com_err.$(OBJEXT): com_err.c com_err.h error_table.h
diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in
index 111c93851..b224d1d9d 100644
--- a/src/util/profile/Makefile.in
+++ b/src/util/profile/Makefile.in
@@ -119,17 +119,17 @@ check-windows:: $(OUTPRE)test_profile.exe $(OUTPRE)test_parse.exe
# Makefile dependencies follow. This must be the last section in
# the Makefile.in file
#
-$(OUTPRE)prof_tree.$(OBJEXT): prof_tree.c prof_int.h \
+prof_tree.so prof_tree.po $(OUTPRE)prof_tree.$(OBJEXT): prof_tree.c prof_int.h \
$(BUILDTOP)/include/com_err.h prof_err.h $(BUILDTOP)/include/profile.h
-$(OUTPRE)prof_file.$(OBJEXT): prof_file.c prof_int.h \
+prof_file.so prof_file.po $(OUTPRE)prof_file.$(OBJEXT): prof_file.c prof_int.h \
$(BUILDTOP)/include/com_err.h prof_err.h $(BUILDTOP)/include/profile.h
-$(OUTPRE)prof_parse.$(OBJEXT): prof_parse.c prof_int.h \
+prof_parse.so prof_parse.po $(OUTPRE)prof_parse.$(OBJEXT): prof_parse.c prof_int.h \
$(BUILDTOP)/include/com_err.h prof_err.h $(BUILDTOP)/include/profile.h
-$(OUTPRE)prof_get.$(OBJEXT): prof_get.c prof_int.h \
+prof_get.so prof_get.po $(OUTPRE)prof_get.$(OBJEXT): prof_get.c prof_int.h \
$(BUILDTOP)/include/com_err.h prof_err.h $(BUILDTOP)/include/profile.h
-$(OUTPRE)prof_set.$(OBJEXT): prof_set.c prof_int.h \
+prof_set.so prof_set.po $(OUTPRE)prof_set.$(OBJEXT): prof_set.c prof_int.h \
$(BUILDTOP)/include/com_err.h prof_err.h $(BUILDTOP)/include/profile.h
-$(OUTPRE)prof_err.$(OBJEXT): prof_err.c $(BUILDTOP)/include/com_err.h
-$(OUTPRE)prof_init.$(OBJEXT): prof_init.c prof_int.h \
+prof_err.so prof_err.po $(OUTPRE)prof_err.$(OBJEXT): prof_err.c $(BUILDTOP)/include/com_err.h
+prof_init.so prof_init.po $(OUTPRE)prof_init.$(OBJEXT): prof_init.c prof_int.h \
$(BUILDTOP)/include/com_err.h prof_err.h $(BUILDTOP)/include/profile.h
diff --git a/src/util/pty/Makefile.in b/src/util/pty/Makefile.in
index b7babfa23..8e6531c8f 100644
--- a/src/util/pty/Makefile.in
+++ b/src/util/pty/Makefile.in
@@ -119,30 +119,30 @@ $(BUILDTOP)/include/krb5/autoconf.h: $(SRCTOP)/include/krb5/autoconf.h.in
# Makefile dependencies follow. This must be the last section in
# the Makefile.in file
#
-$(OUTPRE)pty_err.$(OBJEXT): pty_err.c $(BUILDTOP)/include/com_err.h
-$(OUTPRE)cleanup.$(OBJEXT): cleanup.c $(BUILDTOP)/include/com_err.h \
+pty_err.so pty_err.po $(OUTPRE)pty_err.$(OBJEXT): pty_err.c $(BUILDTOP)/include/com_err.h
+cleanup.so cleanup.po $(OUTPRE)cleanup.$(OBJEXT): cleanup.c $(BUILDTOP)/include/com_err.h \
libpty.h pty-int.h pty_err.h $(SRCTOP)/include/syslog.h
-$(OUTPRE)getpty.$(OBJEXT): getpty.c $(BUILDTOP)/include/com_err.h \
+getpty.so getpty.po $(OUTPRE)getpty.$(OBJEXT): getpty.c $(BUILDTOP)/include/com_err.h \
libpty.h pty-int.h pty_err.h $(SRCTOP)/include/syslog.h
-$(OUTPRE)init_slave.$(OBJEXT): init_slave.c $(BUILDTOP)/include/com_err.h \
+init_slave.so init_slave.po $(OUTPRE)init_slave.$(OBJEXT): init_slave.c $(BUILDTOP)/include/com_err.h \
libpty.h pty-int.h pty_err.h $(SRCTOP)/include/syslog.h
-$(OUTPRE)open_ctty.$(OBJEXT): open_ctty.c $(BUILDTOP)/include/com_err.h \
+open_ctty.so open_ctty.po $(OUTPRE)open_ctty.$(OBJEXT): open_ctty.c $(BUILDTOP)/include/com_err.h \
libpty.h pty-int.h pty_err.h $(SRCTOP)/include/syslog.h
-$(OUTPRE)open_slave.$(OBJEXT): open_slave.c $(BUILDTOP)/include/com_err.h \
+open_slave.so open_slave.po $(OUTPRE)open_slave.$(OBJEXT): open_slave.c $(BUILDTOP)/include/com_err.h \
libpty.h pty-int.h pty_err.h $(SRCTOP)/include/syslog.h
-$(OUTPRE)update_utmp.$(OBJEXT): update_utmp.c $(BUILDTOP)/include/com_err.h \
+update_utmp.so update_utmp.po $(OUTPRE)update_utmp.$(OBJEXT): update_utmp.c $(BUILDTOP)/include/com_err.h \
libpty.h pty-int.h pty_err.h $(SRCTOP)/include/syslog.h
-$(OUTPRE)update_wtmp.$(OBJEXT): update_wtmp.c $(BUILDTOP)/include/com_err.h \
+update_wtmp.so update_wtmp.po $(OUTPRE)update_wtmp.$(OBJEXT): update_wtmp.c $(BUILDTOP)/include/com_err.h \
libpty.h pty-int.h pty_err.h $(SRCTOP)/include/syslog.h
-$(OUTPRE)vhangup.$(OBJEXT): vhangup.c $(BUILDTOP)/include/com_err.h \
+vhangup.so vhangup.po $(OUTPRE)vhangup.$(OBJEXT): vhangup.c $(BUILDTOP)/include/com_err.h \
libpty.h pty-int.h pty_err.h $(SRCTOP)/include/syslog.h
-$(OUTPRE)void_assoc.$(OBJEXT): void_assoc.c $(BUILDTOP)/include/com_err.h \
+void_assoc.so void_assoc.po $(OUTPRE)void_assoc.$(OBJEXT): void_assoc.c $(BUILDTOP)/include/com_err.h \
libpty.h pty-int.h pty_err.h $(SRCTOP)/include/syslog.h
-$(OUTPRE)logwtmp.$(OBJEXT): logwtmp.c $(BUILDTOP)/include/com_err.h \
+logwtmp.so logwtmp.po $(OUTPRE)logwtmp.$(OBJEXT): logwtmp.c $(BUILDTOP)/include/com_err.h \
libpty.h pty-int.h pty_err.h $(SRCTOP)/include/syslog.h
-$(OUTPRE)init.$(OBJEXT): init.c $(BUILDTOP)/include/com_err.h \
+init.so init.po $(OUTPRE)init.$(OBJEXT): init.c $(BUILDTOP)/include/com_err.h \
libpty.h pty-int.h pty_err.h $(SRCTOP)/include/syslog.h
-$(OUTPRE)sane_hostname.$(OBJEXT): sane_hostname.c $(BUILDTOP)/include/com_err.h \
+sane_hostname.so sane_hostname.po $(OUTPRE)sane_hostname.$(OBJEXT): sane_hostname.c $(BUILDTOP)/include/com_err.h \
pty-int.h pty_err.h $(SRCTOP)/include/syslog.h libpty.h \
$(SRCTOP)/include/socket-utils.h $(BUILDTOP)/include/krb5/autoconf.h \
$(SRCTOP)/include/fake-addrinfo.c $(SRCTOP)/include/fake-addrinfo.h \
diff --git a/src/util/ss/Makefile.in b/src/util/ss/Makefile.in
index 9d9abf869..81c22da43 100644
--- a/src/util/ss/Makefile.in
+++ b/src/util/ss/Makefile.in
@@ -170,36 +170,36 @@ clean::
# Makefile dependencies follow. This must be the last section in
# the Makefile.in file
#
-$(OUTPRE)invocation.$(OBJEXT): invocation.c ss_internal.h \
+invocation.so invocation.po $(OUTPRE)invocation.$(OBJEXT): invocation.c ss_internal.h \
ss.h $(BUILDTOP)/include/ss/ss_err.h $(BUILDTOP)/include/com_err.h \
copyright.h
-$(OUTPRE)help.$(OBJEXT): help.c ss_internal.h ss.h \
+help.so help.po $(OUTPRE)help.$(OBJEXT): help.c ss_internal.h ss.h \
$(BUILDTOP)/include/ss/ss_err.h $(BUILDTOP)/include/com_err.h \
copyright.h
-$(OUTPRE)execute_cmd.$(OBJEXT): execute_cmd.c ss_internal.h \
+execute_cmd.so execute_cmd.po $(OUTPRE)execute_cmd.$(OBJEXT): execute_cmd.c ss_internal.h \
ss.h $(BUILDTOP)/include/ss/ss_err.h $(BUILDTOP)/include/com_err.h \
copyright.h
-$(OUTPRE)listen.$(OBJEXT): listen.c copyright.h ss_internal.h \
+listen.so listen.po $(OUTPRE)listen.$(OBJEXT): listen.c copyright.h ss_internal.h \
ss.h $(BUILDTOP)/include/ss/ss_err.h $(BUILDTOP)/include/com_err.h
-$(OUTPRE)parse.$(OBJEXT): parse.c ss_internal.h ss.h \
+parse.so parse.po $(OUTPRE)parse.$(OBJEXT): parse.c ss_internal.h ss.h \
$(BUILDTOP)/include/ss/ss_err.h $(BUILDTOP)/include/com_err.h \
copyright.h
-$(OUTPRE)error.$(OBJEXT): error.c copyright.h $(BUILDTOP)/include/com_err.h \
+error.so error.po $(OUTPRE)error.$(OBJEXT): error.c copyright.h $(BUILDTOP)/include/com_err.h \
ss_internal.h ss.h $(BUILDTOP)/include/ss/ss_err.h
-$(OUTPRE)prompt.$(OBJEXT): prompt.c copyright.h ss_internal.h \
+prompt.so prompt.po $(OUTPRE)prompt.$(OBJEXT): prompt.c copyright.h ss_internal.h \
ss.h $(BUILDTOP)/include/ss/ss_err.h $(BUILDTOP)/include/com_err.h
-$(OUTPRE)request_tbl.$(OBJEXT): request_tbl.c copyright.h \
+request_tbl.so request_tbl.po $(OUTPRE)request_tbl.$(OBJEXT): request_tbl.c copyright.h \
ss_internal.h ss.h $(BUILDTOP)/include/ss/ss_err.h \
$(BUILDTOP)/include/com_err.h
-$(OUTPRE)list_rqs.$(OBJEXT): list_rqs.c copyright.h \
+list_rqs.so list_rqs.po $(OUTPRE)list_rqs.$(OBJEXT): list_rqs.c copyright.h \
ss_internal.h ss.h $(BUILDTOP)/include/ss/ss_err.h \
$(BUILDTOP)/include/com_err.h
-$(OUTPRE)pager.$(OBJEXT): pager.c ss_internal.h ss.h \
+pager.so pager.po $(OUTPRE)pager.$(OBJEXT): pager.c ss_internal.h ss.h \
$(BUILDTOP)/include/ss/ss_err.h $(BUILDTOP)/include/com_err.h \
copyright.h
-$(OUTPRE)requests.$(OBJEXT): requests.c ss_internal.h \
+requests.so requests.po $(OUTPRE)requests.$(OBJEXT): requests.c ss_internal.h \
ss.h $(BUILDTOP)/include/ss/ss_err.h $(BUILDTOP)/include/com_err.h
-$(OUTPRE)data.$(OBJEXT): data.c ss_internal.h ss.h \
+data.so data.po $(OUTPRE)data.$(OBJEXT): data.c ss_internal.h ss.h \
$(BUILDTOP)/include/ss/ss_err.h $(BUILDTOP)/include/com_err.h \
copyright.h