]> git.wh0rd.org - dump.git/blame - compat/lib/Makefile.in
Be sure the di_size in a map header has the correct value.
[dump.git] / compat / lib / Makefile.in
CommitLineData
008af419 1# $Id: Makefile.in,v 1.10 2003/05/08 21:11:39 stelian Exp $
ec387a12 2
1227625a
SP
3top_srcdir= @top_srcdir@
4srcdir= @srcdir@
1daf06b9 5top_builddir= ../..
1227625a
SP
6
7@MCONFIG@
8
9INC= -I$(top_srcdir)/compat/include
008af419 10ALL_CFLAGS= @CPPFLAGS@ @CFLAGS@ @CCOPTS@ -pipe $(OPT) $(GINC) $(INC) $(DEFS)
206f768c
SP
11SRCS= compaterr.c compatglob.c bylabel.c system.c rmtflags.c minilzo.c
12OBJS= compaterr.o compatglob.o bylabel.o system.o rmtflags.o minilzo.o
1227625a
SP
13LIB= libcompat.a
14
008af419
SP
15.c.o:
16 $(CC) -c $(ALL_CFLAGS) $< -o $@
17
1227625a
SP
18all:: $(LIB)
19
20$(LIB): $(OBJS)
21 $(AR) r $(LIB) $(OBJS)
22 $(RANLIB) $(LIB)
23
24install::
25
26clean::
27 $(RM) -f \#* *.s *.o *.a *~ core
28
29distclean:: clean
30 $(RM) -f Makefile Makefile.old .depend
31
32# +++ Dependency line eater +++
33#
34# Makefile dependencies follow. This must be the last section in
35# the Makefile.in file
36#
37