OSDN Git Service

Update for 1.24a release
[android-x86/external-e2fsprogs.git] / util / Makefile.in
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