]> git.wh0rd.org - dump.git/blame - compat/lib/Makefile.in
Added -F script option to restore.
[dump.git] / compat / lib / Makefile.in
CommitLineData
c534413c 1# $Id: Makefile.in,v 1.5 2001/07/18 12:54:06 stelian Exp $
ec387a12 2
1227625a
SP
3top_srcdir= @top_srcdir@
4srcdir= @srcdir@
5
6@MCONFIG@
7
8INC= -I$(top_srcdir)/compat/include
ddd2ef55 9CFLAGS= @CCOPTS@ -pipe $(OPT) $(GINC) $(INC) $(DEFS)
c534413c
SP
10SRCS= compaterr.c fstab.c compatglob.c bylabel.c system.c
11OBJS= compaterr.o fstab.o compatglob.o bylabel.o system.o
1227625a
SP
12LIB= libcompat.a
13
14all:: $(LIB)
15
16$(LIB): $(OBJS)
17 $(AR) r $(LIB) $(OBJS)
18 $(RANLIB) $(LIB)
19
20install::
21
22clean::
23 $(RM) -f \#* *.s *.o *.a *~ core
24
25distclean:: 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