# $Id: Makefile.in,v 1.9 2003/03/31 09:42:57 stelian Exp $ top_srcdir= @top_srcdir@ srcdir= @srcdir@ top_builddir= ../.. @MCONFIG@ INC= -I$(top_srcdir)/compat/include CFLAGS= @CCOPTS@ -pipe $(OPT) $(GINC) $(INC) $(DEFS) SRCS= compaterr.c compatglob.c bylabel.c system.c rmtflags.c minilzo.c OBJS= compaterr.o compatglob.o bylabel.o system.o rmtflags.o minilzo.o LIB= libcompat.a all:: $(LIB) $(LIB): $(OBJS) $(AR) r $(LIB) $(OBJS) $(RANLIB) $(LIB) install:: clean:: $(RM) -f \#* *.s *.o *.a *~ core distclean:: clean $(RM) -f Makefile Makefile.old .depend # +++ Dependency line eater +++ # # Makefile dependencies follow. This must be the last section in # the Makefile.in file #