aboutsummaryrefslogtreecommitdiff
path: root/src/util/profile
diff options
context:
space:
mode:
authorDanilo Almeida <dalmeida@mit.edu>1999-05-10 19:43:50 +0000
committerDanilo Almeida <dalmeida@mit.edu>1999-05-10 19:43:50 +0000
commita852ce8806833825df450316321c5bee06a08d98 (patch)
tree24f8a2540efcd83a3f189d2728b686e175957325 /src/util/profile
parentdc23272cbb13d0fdc9751ac4e13dc0459303ce0e (diff)
downloadkrb5-a852ce8806833825df450316321c5bee06a08d98.zip
krb5-a852ce8806833825df450316321c5bee06a08d98.tar.gz
krb5-a852ce8806833825df450316321c5bee06a08d98.tar.bz2
Do win32 build in subdir
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11432 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/profile')
-rw-r--r--src/util/profile/ChangeLog4
-rw-r--r--src/util/profile/Makefile.in32
2 files changed, 21 insertions, 15 deletions
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog
index 4c3056a..31bebbb 100644
--- a/src/util/profile/ChangeLog
+++ b/src/util/profile/ChangeLog
@@ -1,3 +1,7 @@
+Mon May 10 15:27:19 1999 Danilo Almeida <dalmeida@mit.edu>
+
+ * Makefile.in: Do win32 build in subdir.
+
1999-04-14 <tytso@rsts-11.mit.edu>
* prof_init.c (profile_abandon): New function which frees the
diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in
index 34b9b2e..1dc5ee0 100644
--- a/src/util/profile/Makefile.in
+++ b/src/util/profile/Makefile.in
@@ -5,8 +5,8 @@ BUILDTOP=$(REL)$(U)$(S)$(U)
PROG_LIBPATH=-L$(TOPLIBD)
PROG_RPATH=$(KRB5_LIBDIR)
##DOS##BUILDTOP = ..\..
-##DOS##OBJFILE=profile.lst
-##DOS##LIBNAME=profile.lib
+##DOS##OBJFILE=$(OUTPRE)profile.lst
+##DOS##LIBNAME=$(OUTPRE)profile.lib
##DOS##DOSDEFS=-DHAVE_STDLIB_H
CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) $(DOSDEFS)
@@ -22,13 +22,13 @@ STLIBOBJS = \
prof_err.o \
prof_init.o
-OBJS = prof_tree.$(OBJEXT) \
- prof_file.$(OBJEXT) \
- prof_parse.$(OBJEXT) \
- prof_get.$(OBJEXT) \
- prof_set.$(OBJEXT) \
- prof_err.$(OBJEXT) \
- prof_init.$(OBJEXT)
+OBJS = $(OUTPRE)prof_tree.$(OBJEXT) \
+ $(OUTPRE)prof_file.$(OBJEXT) \
+ $(OUTPRE)prof_parse.$(OBJEXT) \
+ $(OUTPRE)prof_get.$(OBJEXT) \
+ $(OUTPRE)prof_set.$(OBJEXT) \
+ $(OUTPRE)prof_err.$(OBJEXT) \
+ $(OUTPRE)prof_init.$(OBJEXT)
SRCS = $(srcdir)/prof_tree.c \
$(srcdir)/prof_file.c \
@@ -82,11 +82,13 @@ test_profile: test_profile.$(OBJEXT) argv_parse.$(OBJEXT) $(OBJS) $(DEPLIBS)
$(CC_LINK) -o test_profile test_profile.$(OBJEXT) \
argv_parse.$(OBJEXT) $(OBJS) $(MLIBS)
-test_parse.exe:
+# NEED TO FIX!!
+$(OUTPRE)test_parse.exe:
$(CC) $(CFLAGS2) -o test_parse.exe test_parse.c \
prof_parse.c prof_tree.c /link /stack:16384
-test_profile.exe:
+# NEED TO FIX!!
+$(OUTPRE)test_profile.exe:
$(CC) $(CFLAGS2) -o test_profile.exe test_profile.c prof_init.c \
prof_file.c prof_parse.c prof_tree.c /link /stack:16384
@@ -104,11 +106,11 @@ clean-unix:: clean-libs clean-libobjs
prof_err.c test_profile profile.h
clean-windows::
- $(RM) profile.lib profile.bak test_parse.exe test_profile.exe
+ $(RM) $(OUTPRE)profile.lib profile.bak $(OUTPRE)test_parse.exe $(OUTPRE)test_profile.exe
-check-windows:: test_profile.exe test_parse.exe
- $(RM) *.obj
- test_parse test.ini
+check-windows:: $(OUTPRE)test_profile.exe $(OUTPRE)test_parse.exe
+ $(RM) $(OUTPRE)*.obj
+ $(OUTPRE)test_parse test.ini
# +++ Dependency line eater +++
#