aboutsummaryrefslogtreecommitdiff
path: root/src/util/profile/Makefile.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2002-08-15 01:48:33 +0000
committerKen Raeburn <raeburn@mit.edu>2002-08-15 01:48:33 +0000
commit694c9b08f2c1e3690d31ccf76f95fbd7e2e6fb74 (patch)
tree59fc3e8cfd02d777435097120a0af07c2bacc42e /src/util/profile/Makefile.in
parentf4b276809d4c27481384eaa5d784b7944e97bbed (diff)
downloadkrb5-694c9b08f2c1e3690d31ccf76f95fbd7e2e6fb74.zip
krb5-694c9b08f2c1e3690d31ccf76f95fbd7e2e6fb74.tar.gz
krb5-694c9b08f2c1e3690d31ccf76f95fbd7e2e6fb74.tar.bz2
* Makefile.in (EXTRADEPSRCS): New variable.
(.d): Depend on includes. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14721 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/profile/Makefile.in')
-rw-r--r--src/util/profile/Makefile.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in
index fdf8be8..059a08c 100644
--- a/src/util/profile/Makefile.in
+++ b/src/util/profile/Makefile.in
@@ -35,6 +35,8 @@ SRCS = $(srcdir)/prof_tree.c \
prof_err.c \
$(srcdir)/prof_init.c
+EXTRADEPSRCS=$(srcdir)/test_parse.c $(srcdir)/test_profile.c
+
DEPLIBS = $(COM_ERR_DEPLIB)
MLIBS = -lcom_err
@@ -84,6 +86,8 @@ test_profile: test_profile.$(OBJEXT) argv_parse.$(OBJEXT) $(OBJS) $(DEPLIBS)
$(CC_LINK) -o test_profile test_profile.$(OBJEXT) \
argv_parse.$(OBJEXT) $(OBJS) $(MLIBS)
+.d: includes
+
# NEED TO FIX!!
$(OUTPRE)test_parse.exe:
$(CC) $(CFLAGS2) -o test_parse.exe test_parse.c \
@@ -132,4 +136,9 @@ prof_set.so prof_set.po $(OUTPRE)prof_set.$(OBJEXT): prof_set.c prof_int.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 \
$(COM_ERR_DEPS) prof_err.h $(BUILDTOP)/include/profile.h
+test_parse.so test_parse.po $(OUTPRE)test_parse.$(OBJEXT): test_parse.c prof_int.h \
+ $(COM_ERR_DEPS) prof_err.h $(BUILDTOP)/include/profile.h
+test_profile.so test_profile.po $(OUTPRE)test_profile.$(OBJEXT): test_profile.c prof_int.h \
+ $(COM_ERR_DEPS) prof_err.h $(BUILDTOP)/include/profile.h \
+ argv_parse.h