summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2004-12-30 22:08:18 +0000
committerKen Raeburn <raeburn@mit.edu>2004-12-30 22:08:18 +0000
commitc5353b742898cafcc85f204f03c02445e05791d5 (patch)
treefc6ef70b2018b2c76f2a13d132f41e65ad9832a0 /src/util
parentb4c3d53a6e88ea597a165289fd858b36aba03215 (diff)
downloadkrb5-c5353b742898cafcc85f204f03c02445e05791d5.tar.gz
krb5-c5353b742898cafcc85f204f03c02445e05791d5.tar.xz
krb5-c5353b742898cafcc85f204f03c02445e05791d5.zip
run "make depend"
In most library directories, this just affects where the line breaks are. In most other directories, it's just dropping a trailing blank line. One or two files really do have updated dependencies. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16987 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util')
-rw-r--r--src/util/et/Makefile.in14
-rw-r--r--src/util/profile/Makefile.in60
-rw-r--r--src/util/pty/Makefile.in66
-rw-r--r--src/util/ss/Makefile.in52
-rw-r--r--src/util/support/Makefile.in27
5 files changed, 118 insertions, 101 deletions
diff --git a/src/util/et/Makefile.in b/src/util/et/Makefile.in
index 2ac29a3e4..b5baa191f 100644
--- a/src/util/et/Makefile.in
+++ b/src/util/et/Makefile.in
@@ -250,11 +250,13 @@ depend:: et_lex.lex.c
# Makefile dependencies follow. This must be the last section in
# the Makefile.in file
#
-error_message.so error_message.po $(OUTPRE)error_message.$(OBJEXT): error_message.c $(BUILDTOP)/include/krb5/autoconf.h \
+error_message.so error_message.po $(OUTPRE)error_message.$(OBJEXT): \
+ error_message.c $(BUILDTOP)/include/krb5/autoconf.h \
com_err.h error_table.h $(SRCTOP)/include/k5-thread.h \
$(SRCTOP)/include/k5-platform.h
-et_name.so et_name.po $(OUTPRE)et_name.$(OBJEXT): et_name.c com_err.h error_table.h \
- $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5/autoconf.h
-com_err.so com_err.po $(OUTPRE)com_err.$(OBJEXT): com_err.c com_err.h error_table.h \
- $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5/autoconf.h
-
+et_name.so et_name.po $(OUTPRE)et_name.$(OBJEXT): et_name.c \
+ com_err.h error_table.h $(SRCTOP)/include/k5-thread.h \
+ $(BUILDTOP)/include/krb5/autoconf.h
+com_err.so com_err.po $(OUTPRE)com_err.$(OBJEXT): com_err.c \
+ com_err.h error_table.h $(SRCTOP)/include/k5-thread.h \
+ $(BUILDTOP)/include/krb5/autoconf.h
diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in
index b768a74e2..7a80823eb 100644
--- a/src/util/profile/Makefile.in
+++ b/src/util/profile/Makefile.in
@@ -155,29 +155,37 @@ check-windows:: $(OUTPRE)test_profile.exe $(OUTPRE)test_parse.exe
# Makefile dependencies follow. This must be the last section in
# the Makefile.in file
#
-prof_tree.so prof_tree.po $(OUTPRE)prof_tree.$(OBJEXT): prof_tree.c prof_int.h \
- $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5/autoconf.h \
- $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h
-prof_file.so prof_file.po $(OUTPRE)prof_file.$(OBJEXT): prof_file.c prof_int.h \
- $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5/autoconf.h \
- $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h $(SRCTOP)/include/k5-platform.h
-prof_parse.so prof_parse.po $(OUTPRE)prof_parse.$(OBJEXT): prof_parse.c prof_int.h \
- $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5/autoconf.h \
- $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h
-prof_get.so prof_get.po $(OUTPRE)prof_get.$(OBJEXT): prof_get.c prof_int.h \
- $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5/autoconf.h \
- $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h
-prof_set.so prof_set.po $(OUTPRE)prof_set.$(OBJEXT): prof_set.c prof_int.h \
- $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5/autoconf.h \
- $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h
-prof_err.so prof_err.po $(OUTPRE)prof_err.$(OBJEXT): prof_err.c $(COM_ERR_DEPS)
-prof_init.so prof_init.po $(OUTPRE)prof_init.$(OBJEXT): prof_init.c prof_int.h \
- $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5/autoconf.h \
- $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h
-test_parse.so test_parse.po $(OUTPRE)test_parse.$(OBJEXT): test_parse.c prof_int.h \
- $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5/autoconf.h \
- $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h
-test_profile.so test_profile.po $(OUTPRE)test_profile.$(OBJEXT): test_profile.c prof_int.h \
- $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5/autoconf.h \
- $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h argv_parse.h
-
+prof_tree.so prof_tree.po $(OUTPRE)prof_tree.$(OBJEXT): \
+ prof_tree.c prof_int.h $(SRCTOP)/include/k5-thread.h \
+ $(BUILDTOP)/include/krb5/autoconf.h $(COM_ERR_DEPS) \
+ $(BUILDTOP)/include/profile.h
+prof_file.so prof_file.po $(OUTPRE)prof_file.$(OBJEXT): \
+ prof_file.c prof_int.h $(SRCTOP)/include/k5-thread.h \
+ $(BUILDTOP)/include/krb5/autoconf.h $(COM_ERR_DEPS) \
+ $(BUILDTOP)/include/profile.h $(SRCTOP)/include/k5-platform.h
+prof_parse.so prof_parse.po $(OUTPRE)prof_parse.$(OBJEXT): \
+ prof_parse.c prof_int.h $(SRCTOP)/include/k5-thread.h \
+ $(BUILDTOP)/include/krb5/autoconf.h $(COM_ERR_DEPS) \
+ $(BUILDTOP)/include/profile.h
+prof_get.so prof_get.po $(OUTPRE)prof_get.$(OBJEXT): \
+ prof_get.c prof_int.h $(SRCTOP)/include/k5-thread.h \
+ $(BUILDTOP)/include/krb5/autoconf.h $(COM_ERR_DEPS) \
+ $(BUILDTOP)/include/profile.h
+prof_set.so prof_set.po $(OUTPRE)prof_set.$(OBJEXT): \
+ prof_set.c prof_int.h $(SRCTOP)/include/k5-thread.h \
+ $(BUILDTOP)/include/krb5/autoconf.h $(COM_ERR_DEPS) \
+ $(BUILDTOP)/include/profile.h
+prof_err.so prof_err.po $(OUTPRE)prof_err.$(OBJEXT): \
+ prof_err.c $(COM_ERR_DEPS)
+prof_init.so prof_init.po $(OUTPRE)prof_init.$(OBJEXT): \
+ prof_init.c prof_int.h $(SRCTOP)/include/k5-thread.h \
+ $(BUILDTOP)/include/krb5/autoconf.h $(COM_ERR_DEPS) \
+ $(BUILDTOP)/include/profile.h
+test_parse.so test_parse.po $(OUTPRE)test_parse.$(OBJEXT): \
+ test_parse.c prof_int.h $(SRCTOP)/include/k5-thread.h \
+ $(BUILDTOP)/include/krb5/autoconf.h $(COM_ERR_DEPS) \
+ $(BUILDTOP)/include/profile.h
+test_profile.so test_profile.po $(OUTPRE)test_profile.$(OBJEXT): \
+ test_profile.c prof_int.h $(SRCTOP)/include/k5-thread.h \
+ $(BUILDTOP)/include/krb5/autoconf.h $(COM_ERR_DEPS) \
+ $(BUILDTOP)/include/profile.h argv_parse.h
diff --git a/src/util/pty/Makefile.in b/src/util/pty/Makefile.in
index 05035a0b1..ea46f6203 100644
--- a/src/util/pty/Makefile.in
+++ b/src/util/pty/Makefile.in
@@ -115,42 +115,42 @@ $(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
#
-pty_err.so pty_err.po $(OUTPRE)pty_err.$(OBJEXT): pty_err.c $(COM_ERR_DEPS)
-cleanup.so cleanup.po $(OUTPRE)cleanup.$(OBJEXT): cleanup.c $(COM_ERR_DEPS) \
- libpty.h pty-int.h pty_err.h $(SRCTOP)/include/port-sockets.h \
- $(BUILDTOP)/include/krb5/autoconf.h
-getpty.so getpty.po $(OUTPRE)getpty.$(OBJEXT): getpty.c $(COM_ERR_DEPS) \
- libpty.h pty-int.h pty_err.h $(SRCTOP)/include/port-sockets.h \
- $(BUILDTOP)/include/krb5/autoconf.h
-init_slave.so init_slave.po $(OUTPRE)init_slave.$(OBJEXT): init_slave.c $(COM_ERR_DEPS) \
- libpty.h pty-int.h pty_err.h $(SRCTOP)/include/port-sockets.h \
- $(BUILDTOP)/include/krb5/autoconf.h
-open_ctty.so open_ctty.po $(OUTPRE)open_ctty.$(OBJEXT): open_ctty.c $(COM_ERR_DEPS) \
- libpty.h pty-int.h pty_err.h $(SRCTOP)/include/port-sockets.h \
- $(BUILDTOP)/include/krb5/autoconf.h
-open_slave.so open_slave.po $(OUTPRE)open_slave.$(OBJEXT): open_slave.c $(COM_ERR_DEPS) \
- libpty.h pty-int.h pty_err.h $(SRCTOP)/include/port-sockets.h \
- $(BUILDTOP)/include/krb5/autoconf.h
-update_utmp.so update_utmp.po $(OUTPRE)update_utmp.$(OBJEXT): update_utmp.c $(COM_ERR_DEPS) \
- libpty.h pty-int.h pty_err.h $(SRCTOP)/include/port-sockets.h \
+pty_err.so pty_err.po $(OUTPRE)pty_err.$(OBJEXT): pty_err.c \
+ $(COM_ERR_DEPS)
+cleanup.so cleanup.po $(OUTPRE)cleanup.$(OBJEXT): cleanup.c \
+ $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h $(SRCTOP)/include/port-sockets.h \
$(BUILDTOP)/include/krb5/autoconf.h
-update_wtmp.so update_wtmp.po $(OUTPRE)update_wtmp.$(OBJEXT): update_wtmp.c $(COM_ERR_DEPS) \
- libpty.h pty-int.h pty_err.h $(SRCTOP)/include/port-sockets.h \
+getpty.so getpty.po $(OUTPRE)getpty.$(OBJEXT): getpty.c \
+ $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h $(SRCTOP)/include/port-sockets.h \
$(BUILDTOP)/include/krb5/autoconf.h
-vhangup.so vhangup.po $(OUTPRE)vhangup.$(OBJEXT): vhangup.c $(COM_ERR_DEPS) \
- libpty.h pty-int.h pty_err.h $(SRCTOP)/include/port-sockets.h \
+init_slave.so init_slave.po $(OUTPRE)init_slave.$(OBJEXT): \
+ init_slave.c $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h \
+ $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb5/autoconf.h
+open_ctty.so open_ctty.po $(OUTPRE)open_ctty.$(OBJEXT): \
+ open_ctty.c $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h \
+ $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb5/autoconf.h
+open_slave.so open_slave.po $(OUTPRE)open_slave.$(OBJEXT): \
+ open_slave.c $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h \
+ $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb5/autoconf.h
+update_utmp.so update_utmp.po $(OUTPRE)update_utmp.$(OBJEXT): \
+ update_utmp.c $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h \
+ $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb5/autoconf.h
+update_wtmp.so update_wtmp.po $(OUTPRE)update_wtmp.$(OBJEXT): \
+ update_wtmp.c $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h \
+ $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb5/autoconf.h
+vhangup.so vhangup.po $(OUTPRE)vhangup.$(OBJEXT): vhangup.c \
+ $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h $(SRCTOP)/include/port-sockets.h \
$(BUILDTOP)/include/krb5/autoconf.h
-void_assoc.so void_assoc.po $(OUTPRE)void_assoc.$(OBJEXT): void_assoc.c $(COM_ERR_DEPS) \
- libpty.h pty-int.h pty_err.h $(SRCTOP)/include/port-sockets.h \
+void_assoc.so void_assoc.po $(OUTPRE)void_assoc.$(OBJEXT): \
+ void_assoc.c $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h \
+ $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb5/autoconf.h
+logwtmp.so logwtmp.po $(OUTPRE)logwtmp.$(OBJEXT): logwtmp.c \
+ $(COM_ERR_DEPS) libpty.h pty-int.h pty_err.h $(SRCTOP)/include/port-sockets.h \
$(BUILDTOP)/include/krb5/autoconf.h
-logwtmp.so logwtmp.po $(OUTPRE)logwtmp.$(OBJEXT): logwtmp.c $(COM_ERR_DEPS) \
+init.so init.po $(OUTPRE)init.$(OBJEXT): init.c $(COM_ERR_DEPS) \
libpty.h pty-int.h pty_err.h $(SRCTOP)/include/port-sockets.h \
$(BUILDTOP)/include/krb5/autoconf.h
-init.so init.po $(OUTPRE)init.$(OBJEXT): init.c $(COM_ERR_DEPS) libpty.h \
- pty-int.h pty_err.h $(SRCTOP)/include/port-sockets.h \
- $(BUILDTOP)/include/krb5/autoconf.h
-sane_hostname.so sane_hostname.po $(OUTPRE)sane_hostname.$(OBJEXT): sane_hostname.c $(COM_ERR_DEPS) \
- pty-int.h pty_err.h $(SRCTOP)/include/port-sockets.h \
- $(BUILDTOP)/include/krb5/autoconf.h libpty.h $(SRCTOP)/include/socket-utils.h \
- $(SRCTOP)/include/fake-addrinfo.h
-
+sane_hostname.so sane_hostname.po $(OUTPRE)sane_hostname.$(OBJEXT): \
+ sane_hostname.c $(COM_ERR_DEPS) pty-int.h pty_err.h \
+ $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb5/autoconf.h \
+ libpty.h $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/fake-addrinfo.h
diff --git a/src/util/ss/Makefile.in b/src/util/ss/Makefile.in
index 07cbab22f..9c43688b2 100644
--- a/src/util/ss/Makefile.in
+++ b/src/util/ss/Makefile.in
@@ -166,32 +166,38 @@ clean::
# Makefile dependencies follow. This must be the last section in
# the Makefile.in file
#
-invocation.so invocation.po $(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 \
+ $(COM_ERR_DEPS) copyright.h
+help.so help.po $(OUTPRE)help.$(OBJEXT): help.c ss_internal.h \
ss.h $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) \
copyright.h
-help.so help.po $(OUTPRE)help.$(OBJEXT): help.c ss_internal.h ss.h \
- $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) copyright.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 $(COM_ERR_DEPS) \
- copyright.h
-listen.so listen.po $(OUTPRE)listen.$(OBJEXT): listen.c copyright.h ss_internal.h \
- ss.h $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS)
-parse.so parse.po $(OUTPRE)parse.$(OBJEXT): parse.c ss_internal.h ss.h \
- $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) copyright.h
-error.so error.po $(OUTPRE)error.$(OBJEXT): error.c copyright.h $(COM_ERR_DEPS) \
- ss_internal.h ss.h $(BUILDTOP)/include/ss/ss_err.h
-prompt.so prompt.po $(OUTPRE)prompt.$(OBJEXT): prompt.c copyright.h ss_internal.h \
- ss.h $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS)
-request_tbl.so request_tbl.po $(OUTPRE)request_tbl.$(OBJEXT): request_tbl.c copyright.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 \
+ $(COM_ERR_DEPS) copyright.h
+listen.so listen.po $(OUTPRE)listen.$(OBJEXT): listen.c \
+ copyright.h ss_internal.h ss.h $(BUILDTOP)/include/ss/ss_err.h \
+ $(COM_ERR_DEPS)
+parse.so parse.po $(OUTPRE)parse.$(OBJEXT): parse.c \
ss_internal.h ss.h $(BUILDTOP)/include/ss/ss_err.h \
+ $(COM_ERR_DEPS) copyright.h
+error.so error.po $(OUTPRE)error.$(OBJEXT): error.c \
+ copyright.h $(COM_ERR_DEPS) ss_internal.h ss.h $(BUILDTOP)/include/ss/ss_err.h
+prompt.so prompt.po $(OUTPRE)prompt.$(OBJEXT): prompt.c \
+ copyright.h ss_internal.h ss.h $(BUILDTOP)/include/ss/ss_err.h \
+ $(COM_ERR_DEPS)
+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 \
$(COM_ERR_DEPS)
-list_rqs.so list_rqs.po $(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 \
+ $(COM_ERR_DEPS)
+pager.so pager.po $(OUTPRE)pager.$(OBJEXT): pager.c \
ss_internal.h ss.h $(BUILDTOP)/include/ss/ss_err.h \
+ $(COM_ERR_DEPS) copyright.h
+requests.so requests.po $(OUTPRE)requests.$(OBJEXT): \
+ requests.c ss_internal.h ss.h $(BUILDTOP)/include/ss/ss_err.h \
$(COM_ERR_DEPS)
-pager.so pager.po $(OUTPRE)pager.$(OBJEXT): pager.c ss_internal.h ss.h \
- $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) copyright.h
-requests.so requests.po $(OUTPRE)requests.$(OBJEXT): requests.c ss_internal.h \
- ss.h $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS)
-data.so data.po $(OUTPRE)data.$(OBJEXT): data.c ss_internal.h ss.h \
- $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) copyright.h
-
+data.so data.po $(OUTPRE)data.$(OBJEXT): data.c ss_internal.h \
+ ss.h $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) \
+ copyright.h
diff --git a/src/util/support/Makefile.in b/src/util/support/Makefile.in
index fa0bc8f08..5a8fcff16 100644
--- a/src/util/support/Makefile.in
+++ b/src/util/support/Makefile.in
@@ -70,16 +70,17 @@ $(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
#
-threads.so threads.po $(OUTPRE)threads.$(OBJEXT): threads.c $(SRCTOP)/include/k5-thread.h \
- $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/k5-platform.h \
- cache-addrinfo.h $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
- $(SRCTOP)/include/fake-addrinfo.h
-init-addrinfo.so init-addrinfo.po $(OUTPRE)init-addrinfo.$(OBJEXT): init-addrinfo.c $(SRCTOP)/include/port-sockets.h \
- $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/socket-utils.h \
- $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
- $(SRCTOP)/include/fake-addrinfo.h cache-addrinfo.h
-fake-addrinfo.so fake-addrinfo.po $(OUTPRE)fake-addrinfo.$(OBJEXT): fake-addrinfo.c $(SRCTOP)/include/port-sockets.h \
- $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/socket-utils.h \
- $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
- $(SRCTOP)/include/fake-addrinfo.h cache-addrinfo.h
-
+threads.so threads.po $(OUTPRE)threads.$(OBJEXT): threads.c \
+ $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5/autoconf.h \
+ $(SRCTOP)/include/k5-platform.h cache-addrinfo.h $(SRCTOP)/include/port-sockets.h \
+ $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/fake-addrinfo.h
+init-addrinfo.so init-addrinfo.po $(OUTPRE)init-addrinfo.$(OBJEXT): \
+ init-addrinfo.c $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb5/autoconf.h \
+ $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/k5-platform.h \
+ $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/fake-addrinfo.h \
+ cache-addrinfo.h
+fake-addrinfo.so fake-addrinfo.po $(OUTPRE)fake-addrinfo.$(OBJEXT): \
+ fake-addrinfo.c $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb5/autoconf.h \
+ $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/k5-platform.h \
+ $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/fake-addrinfo.h \
+ cache-addrinfo.h