]> git.wh0rd.org - dump.git/blame - compat/lib/Makefile.in
Version 0.4b5.
[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
7CFLAGS= @CCOPTS@ -pipe $(GINC) $(INC) $(DEFS)
8SRCS= err.c fstab.c glob.c
9OBJS= err.o fstab.o glob.o
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