~ubuntu-branches/debian/jessie/arcboot/jessie

« back to all changes in this revision

Viewing changes to e2fslib/util/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Guido Guenther
  • Date: 2004-03-02 12:01:14 UTC
  • Revision ID: james.westby@ubuntu.com-20040302120114-0pukal9hlpt3k0l7
Tags: 0.3.8.1
correct subarch detection for IP32

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Standard e2fsprogs prologue....
 
3
#
 
4
 
 
5
srcdir = @srcdir@
 
6
top_srcdir = @top_srcdir@
 
7
VPATH = @srcdir@
 
8
top_builddir = ..
 
9
my_dir = util
 
10
INSTALL = @INSTALL@
 
11
 
 
12
SRCS = $(srcdir)/subst.c
 
13
 
 
14
@MCONFIG@
 
15
 
 
16
.c.o:
 
17
        $(BUILD_CC) -c $(ALL_CFLAGS) $< -o $@
 
18
 
 
19
PROGS=          subst
 
20
 
 
21
all:: $(PROGS)
 
22
 
 
23
subst: subst.o
 
24
        $(BUILD_CC) $(ALL_LDFLAGS) -o subst subst.o
 
25
 
 
26
clean:
 
27
        $(RM) -f $(PROGS) \#* *.s *.o *.a *~ core
 
28
 
 
29
mostlyclean: clean
 
30
 
 
31
distclean: clean
 
32
        $(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old
 
33
 
 
34
# +++ Dependency line eater +++
 
35
 
36
# Makefile dependencies follow.  This must be the last section in
 
37
# the Makefile.in file
 
38
#
 
39
subst.o: $(srcdir)/subst.c