-#### insert configury here
+srcdir = @srcdir@
+VPATH = @srcdir@
+
+DEFS = @DEFS@
+LIBS = @LIBS@
+
+CFLAGS = -g $(DEFS)
+LDFLAGS = -g
+
+LEX = @LEX@
+LEXLIB = @LEXLIB@
+
+ARCHIVE = @ARCHIVE@
+RANLIB = @RANLIB@
+RM = rm -f
+
+all::
+
BUILDTOP=../..
LINTFLAGS=-uhvb
LINTFILES= error_message.c et_name.c init_et.c com_err.c
libcom_err.a: $(LIBOBJS)
$(RM) $@.bak
- -$(MV) $@ $@.bak
+ -mv $@ $@.bak
$(ARCHIVE) $@ $(LIBOBJS)
$(RANLIB) $@
#include "mit-sipb-copyright.h"
/* Need <krb5/config.h> for STDARG_PROTOTYPES */
-#include <krb5/krb5.h>
+/* #include <krb5/krb5.h> -- now tested locally*/
#if __STDC__ || defined(STDARG_PROTOTYPES)
#include <stdarg.h>
#include <stdio.h>
char *str_concat(), *ds(), *quote();
#ifndef __STDC__
-char *malloc(), *realloc();
+#ifdef _AIX
+#include <stdlib.h>
+#else
+char *malloc(), *realloc();
+#endif
#endif
char *current_token = (char *)NULL;
extern char *table_name;