]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blame - lib/Makefile.library
e2p: encoding: fix default flags lookup
[thirdparty/e2fsprogs.git] / lib / Makefile.library
CommitLineData
50e1e10f
TT
1all:: subdirs $(LIBRARY).a
2
8a07e301
TT
3install-shlibs-strip::
4
50e1e10f
TT
5install-shlibs::
6
f923bf2a
TT
7uninstall-shlibs::
8
cbb7f9c4
TT
9real-subdirs::
10
02ef1962 11subdirs:: Makefile
c13351f6
TT
12 $(Q) $(MAKE) -s real-subdirs
13 $(Q) touch subdirs
02ef1962
TT
14
15clean::
c13351f6 16 $(Q) $(RM) -f subdirs
50e1e10f 17
b93cb066 18$(LIBRARY).a: $(OBJS)
c13351f6
TT
19 $(E) " GEN_LIB $@"
20 $(Q) (if test -r $@; then $(RM) -f $@.bak && $(MV) $@ $@.bak; fi)
21 $(Q) $(ARGEN) $@ $(OBJS)
47204ff9 22 -@$(RANLIB) $@
c13351f6 23 $(Q) $(RM) -f ../$@
5aa6c3f6
TT
24 $(Q) (cd ..; $(LN) $(LINK_BUILD_FLAGS) \
25 `echo $(my_dir) | sed -e 's;lib/;;'`/$@ $@)
50e1e10f 26
b93cb066 27$(LIB)/$(LIBRARY).a: $(LIBRARY).a