📄 makefile.orig
字号:
done
clean-libLTLIBRARIES:
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
test -z "$dir" && dir=.; \
echo "rm -f \"$${dir}/so_locations\""; \
rm -f "$${dir}/so_locations"; \
done
liblzo.la: $(liblzo_la_OBJECTS) $(liblzo_la_DEPENDENCIES)
$(LINK) -rpath $(libdir) $(liblzo_la_LDFLAGS) $(liblzo_la_OBJECTS) $(liblzo_la_LIBADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT) core *.core
distclean-compile:
-rm -f *.tab.c
include ./$(DEPDIR)/alloc.Plo
include ./$(DEPDIR)/io.Plo
include ./$(DEPDIR)/lzo1.Plo
include ./$(DEPDIR)/lzo1_99.Plo
include ./$(DEPDIR)/lzo1a.Plo
include ./$(DEPDIR)/lzo1a_99.Plo
include ./$(DEPDIR)/lzo1b_1.Plo
include ./$(DEPDIR)/lzo1b_2.Plo
include ./$(DEPDIR)/lzo1b_3.Plo
include ./$(DEPDIR)/lzo1b_4.Plo
include ./$(DEPDIR)/lzo1b_5.Plo
include ./$(DEPDIR)/lzo1b_6.Plo
include ./$(DEPDIR)/lzo1b_7.Plo
include ./$(DEPDIR)/lzo1b_8.Plo
include ./$(DEPDIR)/lzo1b_9.Plo
include ./$(DEPDIR)/lzo1b_99.Plo
include ./$(DEPDIR)/lzo1b_9x.Plo
include ./$(DEPDIR)/lzo1b_cc.Plo
include ./$(DEPDIR)/lzo1b_d1.Plo
include ./$(DEPDIR)/lzo1b_d2.Plo
include ./$(DEPDIR)/lzo1b_rr.Plo
include ./$(DEPDIR)/lzo1b_xx.Plo
include ./$(DEPDIR)/lzo1c_1.Plo
include ./$(DEPDIR)/lzo1c_2.Plo
include ./$(DEPDIR)/lzo1c_3.Plo
include ./$(DEPDIR)/lzo1c_4.Plo
include ./$(DEPDIR)/lzo1c_5.Plo
include ./$(DEPDIR)/lzo1c_6.Plo
include ./$(DEPDIR)/lzo1c_7.Plo
include ./$(DEPDIR)/lzo1c_8.Plo
include ./$(DEPDIR)/lzo1c_9.Plo
include ./$(DEPDIR)/lzo1c_99.Plo
include ./$(DEPDIR)/lzo1c_9x.Plo
include ./$(DEPDIR)/lzo1c_cc.Plo
include ./$(DEPDIR)/lzo1c_d1.Plo
include ./$(DEPDIR)/lzo1c_d2.Plo
include ./$(DEPDIR)/lzo1c_rr.Plo
include ./$(DEPDIR)/lzo1c_xx.Plo
include ./$(DEPDIR)/lzo1f_1.Plo
include ./$(DEPDIR)/lzo1f_9x.Plo
include ./$(DEPDIR)/lzo1f_d1.Plo
include ./$(DEPDIR)/lzo1f_d2.Plo
include ./$(DEPDIR)/lzo1x_1.Plo
include ./$(DEPDIR)/lzo1x_1k.Plo
include ./$(DEPDIR)/lzo1x_1l.Plo
include ./$(DEPDIR)/lzo1x_1o.Plo
include ./$(DEPDIR)/lzo1x_9x.Plo
include ./$(DEPDIR)/lzo1x_d1.Plo
include ./$(DEPDIR)/lzo1x_d2.Plo
include ./$(DEPDIR)/lzo1x_d3.Plo
include ./$(DEPDIR)/lzo1x_o.Plo
include ./$(DEPDIR)/lzo1y_1.Plo
include ./$(DEPDIR)/lzo1y_9x.Plo
include ./$(DEPDIR)/lzo1y_d1.Plo
include ./$(DEPDIR)/lzo1y_d2.Plo
include ./$(DEPDIR)/lzo1y_d3.Plo
include ./$(DEPDIR)/lzo1y_o.Plo
include ./$(DEPDIR)/lzo1z_9x.Plo
include ./$(DEPDIR)/lzo1z_d1.Plo
include ./$(DEPDIR)/lzo1z_d2.Plo
include ./$(DEPDIR)/lzo1z_d3.Plo
include ./$(DEPDIR)/lzo2a_9x.Plo
include ./$(DEPDIR)/lzo2a_d1.Plo
include ./$(DEPDIR)/lzo2a_d2.Plo
include ./$(DEPDIR)/lzo_crc.Plo
include ./$(DEPDIR)/lzo_dll.Plo
include ./$(DEPDIR)/lzo_init.Plo
include ./$(DEPDIR)/lzo_ptr.Plo
include ./$(DEPDIR)/lzo_str.Plo
include ./$(DEPDIR)/lzo_util.Plo
distclean-depend:
-rm -rf ./$(DEPDIR)
.c.o:
source='$<' object='$@' libtool=no \
depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
$(CCDEPMODE) $(depcomp) \
$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
.c.obj:
source='$<' object='$@' libtool=no \
depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
$(CCDEPMODE) $(depcomp) \
$(COMPILE) -c `cygpath -w $<`
.c.lo:
source='$<' object='$@' libtool=yes \
depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' \
$(CCDEPMODE) $(depcomp) \
$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
CCDEPMODE = depmode=gcc3
mostlyclean-libtool:
-rm -f *.lo
clean-libtool:
-rm -rf .libs _libs
distclean-libtool:
-rm -f libtool
uninstall-info-am:
ETAGS = etags
ETAGSFLAGS =
tags: TAGS
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
mkid -fID $$unique
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
tags=; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
test -z "$(ETAGS_ARGS)$$tags$$unique" \
|| $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
$$tags $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
&& cd $(top_srcdir) \
&& gtags -i $(GTAGS_ARGS) $$here
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
top_distdir = ..
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
distdir: $(DISTFILES)
@list='$(DISTFILES)'; for file in $$list; do \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
dir="/$$dir"; \
$(mkinstalldirs) "$(distdir)$$dir"; \
else \
dir=''; \
fi; \
if test -d $$d/$$file; then \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
test -f $(distdir)/$$file \
|| cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
$(MAKE) $(AM_MAKEFLAGS) \
top_distdir="${top_distdir}" distdir="$(distdir)" \
dist-hook
check-am: all-am
check: check-am
all-am: Makefile $(LTLIBRARIES)
installdirs:
$(mkinstalldirs) $(DESTDIR)$(libdir)
install: install-am
install-exec: install-exec-am
install-data: install-data-am
uninstall: uninstall-am
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
installcheck: installcheck-am
install-strip:
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
INSTALL_STRIP_FLAG=-s \
`test -z '$(STRIP)' || \
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:
-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
clean-generic:
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
distclean-generic:
-rm -f Makefile $(CONFIG_CLEAN_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean: clean-am
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
mostlyclean-am
distclean: distclean-am
distclean-am: clean-am distclean-compile distclean-depend \
distclean-generic distclean-libtool distclean-tags
dvi: dvi-am
dvi-am:
info: info-am
info-am:
install-data-am:
install-exec-am: install-libLTLIBRARIES
install-info: install-info-am
install-man:
installcheck-am:
maintainer-clean: maintainer-clean-am
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-am
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
mostlyclean-libtool
uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
.PHONY: GTAGS all all-am check check-am clean clean-generic \
clean-libLTLIBRARIES clean-libtool distclean distclean-compile \
distclean-depend distclean-generic distclean-libtool \
distclean-tags distdir dvi dvi-am info info-am install \
install-am install-data install-data-am install-exec \
install-exec-am install-info install-info-am \
install-libLTLIBRARIES install-man install-strip installcheck \
installcheck-am installdirs maintainer-clean \
maintainer-clean-generic mostlyclean mostlyclean-compile \
mostlyclean-generic mostlyclean-libtool tags uninstall \
uninstall-am uninstall-info-am uninstall-libLTLIBRARIES
.s.o:
$(COMPILE_S) -c $<
.s.lo:
$(LIBTOOL) --mode=compile $(COMPILE_S) -c $<
.asm.o:
$(COMPILE_ASM) -o $@ $<
.asm.lo:
$(LIBTOOL) --mode=compile $(COMPILE_ASM) -o $@ $<
# /***********************************************************************
# // extra targets and dependencies
# ************************************************************************/
.c.i:
$(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(CPPFLAGS) -o $@ $<
.s.i:
$(CPP) $(ASFLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(CPPFLAGS) -o $@ $<
dist-hook:
cp -rpi $(srcdir)/i386 $(distdir)/
#override o=.lo
#-include $(top_srcdir)/maint/make/src.mk
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -