From 81e6f3dcce7edbfac193b5801b89a79053018c82 Mon Sep 17 00:00:00 2001 From: Greg Stein Date: Sat, 1 Jul 2000 13:54:50 +0000 Subject: [PATCH] brand new Makefile.in to work in the Apache 2.0 config/build system git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85739 13f79535-47bb-0310-9956-ffa450edef68 --- srclib/expat-lite/Makefile.in | 36 ++++------------------------------- 1 file changed, 4 insertions(+), 32 deletions(-) diff --git a/srclib/expat-lite/Makefile.in b/srclib/expat-lite/Makefile.in index 1cecba2044..d2bf5ffd28 100644 --- a/srclib/expat-lite/Makefile.in +++ b/srclib/expat-lite/Makefile.in @@ -1,33 +1,5 @@ -# -# default definition of these two. dunno how to get it prepended when the -# Makefile is built, so we do it manually -# -CFLAGS=$(OPTIM) $(CFLAGS1) $(EXTRA_CFLAGS) -INCLUDES=$(INCLUDES1) $(INCLUDES0) $(EXTRA_INCLUDES) +LTLIBRARY_NAME = libexpat.la +LTLIBRARY_SOURCES = hashtable.c xmlparse.c xmlrole.c xmltok.c -# If you know what your system's byte order is, define BYTE_ORDER: -# use -DBYTE_ORDER=12 for little-endian byte order; -# use -DBYTE_ORDER=21 for big-endian (network) byte order. -#CFLAGS=-O2 - -OBJS=xmltok.o xmlrole.o xmlparse.o hashtable.o - -all lib: libexpat.a - -libexpat.a: $(OBJS) - rm -f libexpat.a - ar cr libexpat.a $(OBJS) - $(RANLIB) libexpat.a - -clean: - rm -f $(OBJS) libexpat.a - -distclean: clean - -rm -f Makefile - -.SUFFIXES: .o - -.c.o: - $(CC) -c $(INCLUDES) $(CFLAGS) $< - -depend: +# our output is a library, so include "ltlib.mk" +include $(top_srcdir)/build/ltlib.mk -- 2.40.0