]> git.wh0rd.org - dump.git/blob - compat/lib/Makefile.in
Fix rmtopen() extended format...
[dump.git] / compat / lib / Makefile.in
1 # $Id: Makefile.in,v 1.6 2002/07/29 12:00:33 stelian Exp $
2
3 top_srcdir= @top_srcdir@
4 srcdir= @srcdir@
5
6 @MCONFIG@
7
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
12 LIB= libcompat.a
13
14 all:: $(LIB)
15
16 $(LIB): $(OBJS)
17 $(AR) r $(LIB) $(OBJS)
18 $(RANLIB) $(LIB)
19
20 install::
21
22 clean::
23 $(RM) -f \#* *.s *.o *.a *~ core
24
25 distclean:: clean
26 $(RM) -f Makefile Makefile.old .depend
27
28 # +++ Dependency line eater +++
29 #
30 # Makefile dependencies follow. This must be the last section in
31 # the Makefile.in file
32 #
33