]> git.wh0rd.org - dump.git/blame - compat/lib/Makefile.in
Version 0.4b7.
[dump.git] / compat / lib / Makefile.in
CommitLineData
1227625a
SP
1top_srcdir= @top_srcdir@
2srcdir= @srcdir@
3
4@MCONFIG@
5
6INC= -I$(top_srcdir)/compat/include
ddd2ef55
SP
7CFLAGS= @CCOPTS@ -pipe $(OPT) $(GINC) $(INC) $(DEFS)
8SRCS= compaterr.c fstab.c compatglob.c
9OBJS= compaterr.o fstab.o compatglob.o
1227625a
SP
10LIB= libcompat.a
11
12all:: $(LIB)
13
14$(LIB): $(OBJS)
15 $(AR) r $(LIB) $(OBJS)
16 $(RANLIB) $(LIB)
17
18install::
19
20clean::
21 $(RM) -f \#* *.s *.o *.a *~ core
22
23distclean:: 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