aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/ccache/Makefile.in
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@toad.com>1995-03-18 03:23:02 +0000
committerJohn Gilmore <gnu@toad.com>1995-03-18 03:23:02 +0000
commite9fb9d69798b3032a87cd88c86ee48fdfb998e58 (patch)
tree99670f185a2022b7947bf332c49752bdc85072a4 /src/lib/krb5/ccache/Makefile.in
parente69e78efc34049fdae63021e3ebddeb24f46a286 (diff)
downloadkrb5-e9fb9d69798b3032a87cd88c86ee48fdfb998e58.zip
krb5-e9fb9d69798b3032a87cd88c86ee48fdfb998e58.tar.gz
krb5-e9fb9d69798b3032a87cd88c86ee48fdfb998e58.tar.bz2
* Makefile.in (LDFLAGS): Remove, duplicates config/pre.in.
(CFLAGS): Add -I options for file and stdio, to avoid paths in #include statements. (all-mac, clean-mac): Add. * ccdefops.c: Avoid includes with pathnames, since they don't work on the Mac. Configure the default cache based on whether the system has <sys/types.h> (which defines types for low-level file operations, among other things). * configure.in (CONFIG_DIRS): Build stdio before file, for Mac convenience (where file doesn't build). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5157 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/ccache/Makefile.in')
-rw-r--r--src/lib/krb5/ccache/Makefile.in8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/lib/krb5/ccache/Makefile.in b/src/lib/krb5/ccache/Makefile.in
index 8ecc63f..e64869f 100644
--- a/src/lib/krb5/ccache/Makefile.in
+++ b/src/lib/krb5/ccache/Makefile.in
@@ -1,5 +1,4 @@
-CFLAGS = $(CCOPTS) $(DEFS)
-LDFLAGS = -g
+CFLAGS = $(CCOPTS) $(DEFS) -I$(C)file -I$(C)stdio
##DOSBUILDTOP = ..\..\..
##DOSLIBNAME=..\krb5.lib
@@ -16,7 +15,7 @@ SRCS= $(srcdir)/ccbase.c \
all:: $(OBJS) all-$(WHAT)
all-unix::
-
+all-mac::
all-windows::
cd FILE
@echo Making in ccache\file
@@ -26,11 +25,10 @@ all-windows::
clean:: clean-$(WHAT)
clean-unix::
-
+clean-mac:
clean-windows::
cd FILE
@echo Making clean in ccache\file
-$(MAKE) -$(MFLAGS) clean
cd ..
@echo Making clean locally
-