1 # $Id: Makefile.in,v 1.6 2002/07/29 12:00:33 stelian Exp $
3 top_srcdir= @top_srcdir@
8 INC= -I$(top_srcdir)/compat/include
9 CFLAGS= @CCOPTS@ -pipe $(OPT) $(GINC) $(INC) $(DEFS)
10 SRCS= compaterr.c fstab.c compatglob.c bylabel.c system.c rmtflags.c
11 OBJS= compaterr.o fstab.o compatglob.o bylabel.o system.o rmtflags.o
17 $(AR) r $(LIB) $(OBJS)
23 $(RM) -f \#* *.s *.o *.a *~ core
26 $(RM) -f Makefile Makefile.old .depend
28 # +++ Dependency line eater +++
30 # Makefile dependencies follow. This must be the last section in
31 # the Makefile.in file