]> git.wh0rd.org - dump.git/blob - compat/lib/Makefile.in
Version 0.4b6.
[dump.git] / compat / lib / Makefile.in
1 top_srcdir= @top_srcdir@
2 srcdir= @srcdir@
3
4 @MCONFIG@
5
6 INC= -I$(top_srcdir)/compat/include
7 CFLAGS= @CCOPTS@ -pipe $(OPT) $(GINC) $(INC) $(DEFS)
8 SRCS= compaterr.c fstab.c compatglob.c
9 OBJS= compaterr.o fstab.o compatglob.o
10 LIB= libcompat.a
11
12 all:: $(LIB)
13
14 $(LIB): $(OBJS)
15 $(AR) r $(LIB) $(OBJS)
16 $(RANLIB) $(LIB)
17
18 install::
19
20 clean::
21 $(RM) -f \#* *.s *.o *.a *~ core
22
23 distclean:: clean
24 $(RM) -f Makefile Makefile.old .depend
25
26 # +++ Dependency line eater +++
27 #
28 # Makefile dependencies follow. This must be the last section in
29 # the Makefile.in file
30 #
31