# $Id: Makefile.in,v 1.6 2002/07/29 12:00:33 stelian Exp $ top_srcdir= @top_srcdir@ srcdir= @srcdir@ @MCONFIG@ INC= -I$(top_srcdir)/compat/include CFLAGS= @CCOPTS@ -pipe $(OPT) $(GINC) $(INC) $(DEFS) SRCS= compaterr.c fstab.c compatglob.c bylabel.c system.c rmtflags.c OBJS= compaterr.o fstab.o compatglob.o bylabel.o system.o rmtflags.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 #