]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blob - lib/quota/Makefile.in
Fix typo in the ext4(5) man page
[thirdparty/e2fsprogs.git] / lib / quota / Makefile.in
1 # Makefile for the QUOTA library
2 #
3
4 srcdir = @srcdir@
5 top_srcdir = @top_srcdir@
6 VPATH = @srcdir@
7 top_builddir = ../..
8 my_dir = lib/quota
9 INSTALL = @INSTALL@
10
11 @MCONFIG@
12
13 all::
14
15 OBJS= mkquota.o quotaio.o quotaio_v2.o quotaio_tree.o dict.o
16
17 SRCS= $(srcdir)/mkquota.c \
18 $(srcdir)/quotaio.c \
19 $(srcdir)/quotaio_tree.c \
20 $(srcdir)/quotaio_v2.c \
21 $(srcdir)/../../e2fsck/dict.c
22
23 LIBRARY= libquota
24 LIBDIR= quota
25
26 #ELF_VERSION = 1.0
27 #ELF_SO_VERSION = 1
28 #ELF_IMAGE = libquota
29 #ELF_MYDIR = quota
30 #ELF_INSTALL_DIR = $(root_libdir)
31 #ELF_OTHER_LIBS = -lext2fs
32
33 #BSDLIB_VERSION = 1.0
34 #BSDLIB_IMAGE = libquota
35 #BSDLIB_MYDIR = quota
36 #BSDLIB_INSTALL_DIR = $(root_libdir)
37
38 @MAKEFILE_LIBRARY@
39 #MAKEFILE_ELF#
40 #MAKEFILE_BSDLIB#
41 @MAKEFILE_PROFILE@
42
43 .c.o:
44 $(E) " CC $<"
45 $(Q) $(CC) $(ALL_CFLAGS) -c $< -o $@
46 $(Q) $(CHECK_CMD) $(ALL_CFLAGS) $<
47 @PROFILE_CMT@ $(Q) $(CC) $(ALL_CFLAGS) -g -pg -o profiled/$*.o -c $<
48 #ELF_CMT# $(Q) $(CC) $(ALL_CFLAGS) -fPIC -o elfshared/$*.o -c $<
49 #BSDLIB_CMT# $(Q) $(CC) $(ALL_CFLAGS) $(BSDLIB_PIC_FLAG) -o pic/$*.o -c $<
50
51 dict.o:
52 $(E) " CC $<"
53 $(Q) $(CC) -c $(ALL_CFLAGS) $(top_srcdir)/e2fsck/dict.c -o $@
54 @PROFILE_CMT@ $(Q) $(CC) $(ALL_CFLAGS) -g -pg -o profiled/dict.o -c \
55 @PROFILE_CMT@ $(top_srcdir)/e2fsck/dict.c
56 #ELF_CMT# $(Q) $(CC) $(ALL_CFLAGS) -fPIC -o elfshared/$*.o -c \
57 #ELF_CMT# $(top_srcdir)/e2fsck/dict.c
58 #BSDLIB_CMT# $(Q) $(CC) $(ALL_CFLAGS) $(BSDLIB_PIC_FLAG) -o pic/$*.o -c \
59 #BSDLIB_CMT# $(top_srcdir)/e2fsck/dict.c
60
61 installdirs::
62
63 install:: all
64
65 uninstall::
66
67 clean::
68 $(RM) -f \#* *.s *.o *.a *~ *.bak core profiled/*
69 $(RM) -f ../libquota.a ../libquota_p.a $(SMANPAGES)
70
71 #check:: tst_uuid
72 # LD_LIBRARY_PATH=$(LIB) DYLD_LIBRARY_PATH=$(LIB) ./tst_uuid
73
74 mostlyclean:: clean
75 distclean:: clean
76 $(RM) -f .depend Makefile \
77 $(srcdir)/TAGS $(srcdir)/Makefile.in.old
78
79 #
80 # Hack to parallel makes recognize dependencies correctly.
81 #
82 ../../lib/libquota.a: libquota.a
83 ../../lib/libquota.so: image
84 ../../lib/libquota.dylib: image
85
86 $(OBJS):
87
88 # +++ Dependency line eater +++
89 #
90 # Makefile dependencies follow. This must be the last section in
91 # the Makefile.in file
92 #
93 mkquota.o: $(srcdir)/mkquota.c $(top_builddir)/lib/config.h \
94 $(top_builddir)/lib/dirpaths.h $(top_srcdir)/lib/ext2fs/ext2_fs.h \
95 $(top_builddir)/lib/ext2fs/ext2_types.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
96 $(top_srcdir)/lib/ext2fs/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
97 $(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
98 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/bitops.h \
99 $(top_srcdir)/lib/e2p/e2p.h $(srcdir)/quotaio.h $(srcdir)/dqblk_v2.h \
100 $(srcdir)/quotaio_tree.h $(top_srcdir)/lib/../e2fsck/dict.h \
101 $(srcdir)/quotaio_v2.h $(srcdir)/common.h
102 quotaio.o: $(srcdir)/quotaio.c $(top_builddir)/lib/config.h \
103 $(top_builddir)/lib/dirpaths.h $(srcdir)/common.h \
104 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/quotaio.h \
105 $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
106 $(top_srcdir)/lib/ext2fs/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
107 $(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
108 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/bitops.h \
109 $(srcdir)/dqblk_v2.h $(srcdir)/quotaio_tree.h \
110 $(top_srcdir)/lib/../e2fsck/dict.h
111 quotaio_tree.o: $(srcdir)/quotaio_tree.c $(top_builddir)/lib/config.h \
112 $(top_builddir)/lib/dirpaths.h $(srcdir)/common.h \
113 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/quotaio_tree.h \
114 $(srcdir)/quotaio.h $(top_srcdir)/lib/ext2fs/ext2_fs.h \
115 $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext3_extents.h \
116 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
117 $(top_builddir)/lib/ext2fs/ext2_err.h \
118 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/bitops.h \
119 $(srcdir)/dqblk_v2.h $(top_srcdir)/lib/../e2fsck/dict.h
120 quotaio_v2.o: $(srcdir)/quotaio_v2.c $(top_builddir)/lib/config.h \
121 $(top_builddir)/lib/dirpaths.h $(srcdir)/common.h \
122 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/quotaio_v2.h \
123 $(srcdir)/quotaio.h $(top_srcdir)/lib/ext2fs/ext2_fs.h \
124 $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext3_extents.h \
125 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
126 $(top_builddir)/lib/ext2fs/ext2_err.h \
127 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/bitops.h \
128 $(srcdir)/dqblk_v2.h $(srcdir)/quotaio_tree.h \
129 $(top_srcdir)/lib/../e2fsck/dict.h
130 dict.o: $(srcdir)/../../e2fsck/dict.c $(top_builddir)/lib/config.h \
131 $(top_builddir)/lib/dirpaths.h $(srcdir)/../../e2fsck/dict.h