]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blame - tests/progs/Makefile.in
all: Introduce cppcheck static checking for make C=1
[thirdparty/e2fsprogs.git] / tests / progs / Makefile.in
CommitLineData
19c78dc0
TT
1#
2# Standard e2fsprogs prologue....
3#
4
5srcdir = @srcdir@
6top_srcdir = @top_srcdir@
7VPATH = @srcdir@
8top_builddir = ../..
9my_dir = tests/progs
10INSTALL = @INSTALL@
11
12@MCONFIG@
13
1f00aafd 14MK_CMDS= _SS_DIR_OVERRIDE=../../lib/ss ../../lib/ss/mk_cmds
19c78dc0 15
28e66624 16PROGS= test_icount crcsum
19c78dc0
TT
17
18TEST_REL_OBJS= test_rel.o test_rel_cmds.o
19
521e3685
TT
20TEST_ICOUNT_OBJS= test_icount.o test_icount_cmds.o
21
19c78dc0
TT
22SRCS= $(srcdir)/test_rel.c
23
6c59a665 24LIBS= $(LIBEXT2FS) $(LIBSS) $(LIBCOM_ERR) $(SYSLIBS)
a6a1c081 25DEPLIBS= $(LIBEXT2FS) $(DEPLIBSS) $(DEPLIBCOM_ERR)
19c78dc0
TT
26
27.c.o:
c13351f6
TT
28 $(E) " CC $<"
29 $(Q) $(CC) -c $(ALL_CFLAGS) $< -o $@
832cb612 30 $(Q) $(CHECK_CMD) $(ALL_CFLAGS) $<
f1605243 31 $(Q) $(CPPCHECK_CMD) $<
19c78dc0
TT
32
33all:: $(PROGS)
34
521e3685 35test_rel: $(TEST_REL_OBJS) $(DEPLIBS)
c13351f6
TT
36 $(E) " LD $@"
37 $(Q) $(LD) $(ALL_LDFLAGS) -o test_rel $(TEST_REL_OBJS) $(LIBS)
19c78dc0 38
28e66624
TT
39crcsum: crcsum.o $(DEPLIBS)
40 $(E) " LD $@"
41 $(Q) $(LD) $(ALL_LDFLAGS) -o crcsum crcsum.o $(LIBS)
42
19c78dc0 43test_rel_cmds.c: test_rel_cmds.ct
c13351f6
TT
44 $(E) " MK_CMDS $@"
45 $(Q) $(MK_CMDS) $(srcdir)/test_rel_cmds.ct
19c78dc0 46
521e3685 47test_icount: $(TEST_ICOUNT_OBJS) $(DEPLIBS)
c13351f6
TT
48 $(E) " LD $@"
49 $(Q) $(LD) $(ALL_LDFLAGS) -o test_icount $(TEST_ICOUNT_OBJS) $(LIBS)
521e3685
TT
50
51test_icount_cmds.c: test_icount_cmds.ct
c13351f6
TT
52 $(E) " MK_CMDS $@"
53 $(Q) $(MK_CMDS) $(srcdir)/test_icount_cmds.ct
521e3685 54
fedfb27f 55clean::
521e3685
TT
56 $(RM) -f $(PROGS) test_rel_cmds.c test_icount_cmds.c \
57 \#* *.s *.o *.a *~ core
19c78dc0
TT
58
59install:
60
522798d3
TT
61install-strip:
62
a4b2d3ce
TT
63uninstall:
64
19c78dc0
TT
65mostlyclean: clean
66distclean: clean
5c36a2f8 67 $(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old
19c78dc0
TT
68
69# +++ Dependency line eater +++
70#
71# Makefile dependencies follow. This must be the last section in
72# the Makefile.in file
73#
54c637d4
TT
74test_rel.o: $(srcdir)/test_rel.c $(top_srcdir)/lib/et/com_err.h \
75 $(top_srcdir)/lib/ss/ss.h $(top_builddir)/lib/ss/ss_err.h \
797f5ef1
TT
76 $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
77 $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
78 $(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h \
79 $(top_srcdir)/lib/ext2fs/irel.h $(top_srcdir)/lib/ext2fs/brel.h \
80 $(srcdir)/test_rel.h