aboutsummaryrefslogtreecommitdiff
path: root/e2fslib/util/Makefile.in
blob: ed224a46116fbb4ab79bf123368969c5050ac4ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#
# Standard e2fsprogs prologue....
#

srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
top_builddir = ..
my_dir = util
INSTALL = @INSTALL@

SRCS = $(srcdir)/subst.c

@MCONFIG@

.c.o:
	$(BUILD_CC) -c $(ALL_CFLAGS) $< -o $@

PROGS=		subst

all:: $(PROGS)

subst: subst.o
	$(BUILD_CC) $(ALL_LDFLAGS) -o subst subst.o

clean:
	$(RM) -f $(PROGS) \#* *.s *.o *.a *~ core

mostlyclean: clean

distclean: clean
	$(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old

# +++ Dependency line eater +++
# 
# Makefile dependencies follow.  This must be the last section in
# the Makefile.in file
#
subst.o: $(srcdir)/subst.c