~ubuntu-branches/ubuntu/natty/dump/natty

« back to all changes in this revision

Viewing changes to common/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Bdale Garbee
  • Date: 2002-03-20 01:23:11 UTC
  • Revision ID: james.westby@ubuntu.com-20020320012311-94kbs6nojd19hmd6
Tags: upstream-0.4b27
ImportĀ upstreamĀ versionĀ 0.4b27

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $Id: Makefile.in,v 1.3 1999/10/11 13:31:08 stelian Exp $
 
2
 
 
3
top_srcdir=     @top_srcdir@
 
4
srcdir=         @srcdir@
 
5
 
 
6
@MCONFIG@
 
7
 
 
8
INC=            -I$(top_srcdir)/dump
 
9
CFLAGS=         @CCOPTS@ -pipe $(OPT) $(GINC) $(INC) $(DEFS)
 
10
SRCS=           dumprmt.c
 
11
OBJS=           dumprmt.o
 
12
 
 
13
all::           $(OBJS)
 
14
 
 
15
install::
 
16
 
 
17
clean::
 
18
        $(RM) -f \#* *.s *.o *.a *~ core
 
19
 
 
20
distclean::     clean
 
21
        $(RM) -f Makefile Makefile.old .depend
 
22
 
 
23
# +++ Dependency line eater +++
 
24
 
25
# Makefile dependencies follow.  This must be the last section in
 
26
# the Makefile.in file
 
27
#
 
28