(SRCS): Eliminate $(srcdir) which causes mac problems.
(all-unix): Eliminate obsolete "includes".
(all-mac): Add.
(unixmac): Add $(SRCS) so that the .c source files will be created
here in the original "configure tree on Unix" stage of the build.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5161
dc483132-0cff-0310-8789-
dd5450dbe970
+Fri Mar 17 19:42:45 1995 John Gilmore (gnu at toad.com)
+
+ * Makefile.in (LDFLAGS): Eliminate, duplicate.
+ (SRCS): Eliminate $(srcdir) which causes mac problems.
+ (all-unix): Eliminate obsolete "includes".
+ (all-mac): Add.
+ (unixmac): Add $(SRCS) so that the .c source files will be created
+ here in the original "configure tree on Unix" stage of the build.
+
Wed Mar 15 12:24:25 1995 Keith Vetter (keithv@fusion.com)
* Makefile.in: disabled the awk part of the makefile.
CFLAGS = $(CCOPTS) $(DEFS)
-LDFLAGS = -g
##DOSBUILDTOP = ..\..\..
##DOSLIBNAME=..\krb5.lib
OBJS= asn1_err.$(OBJEXT) kdb5_err.$(OBJEXT) krb5_err.$(OBJEXT) \
kv5m_err.$(OBJEXT) adm_err.$(OBJEXT) init_ets.$(OBJEXT)
ETSRCS= asn1_err.c kdb5_err.c krb5_err.c kv5m_err.c adm_err.c
-SRCS=$(ETSRCS) $(srcdir)/init_ets.c
+SRCS=$(ETSRCS) init_ets.c
all:: all-$(WHAT)
-all-unix:: $(HDRS) includes $(OBJS)
+all-unix:: $(HDRS) $(OBJS)
+all-mac:: $(HDRS) $(OBJS)
all-windows:: $(OBJS)
-unixmac: $(HDRS)
+unixmac: $(HDRS) $(SRCS)
awk-windows:
$(AWK) -f $(SRCTOP)/util/et/et_h.awk outfile=asn1_err.h asn1_err.et