|
|
|
@ -62,15 +62,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
|
|
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
|
|
|
CONFIG_HEADER = $(top_builddir)/clamav-config.h
|
|
|
|
|
CONFIG_CLEAN_FILES =
|
|
|
|
|
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
|
|
|
|
am__vpath_adj = case $$p in \
|
|
|
|
|
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
|
|
|
|
*) f=$$p;; \
|
|
|
|
|
esac;
|
|
|
|
|
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
|
|
|
|
am__installdirs = "$(DESTDIR)$(libdir)"
|
|
|
|
|
libLTLIBRARIES_INSTALL = $(INSTALL)
|
|
|
|
|
LTLIBRARIES = $(lib_LTLIBRARIES)
|
|
|
|
|
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
|
|
|
|
liblzma_la_LIBADD =
|
|
|
|
|
am_liblzma_la_OBJECTS = LzmaStateDecode.lo
|
|
|
|
|
liblzma_la_OBJECTS = $(am_liblzma_la_OBJECTS)
|
|
|
|
@ -219,8 +211,11 @@ target_vendor = @target_vendor@ |
|
|
|
|
top_builddir = @top_builddir@
|
|
|
|
|
top_srcdir = @top_srcdir@
|
|
|
|
|
AM_CFLAGS = -fPIC -DPIC
|
|
|
|
|
lib_LTLIBRARIES = liblzma.la
|
|
|
|
|
liblzma_la_SOURCES = LzmaStateDecode.c
|
|
|
|
|
noinst_LTLIBRARIES = liblzma.la
|
|
|
|
|
liblzma_la_SOURCES = LzmaStateDecode.c \
|
|
|
|
|
LzmaStateDecode.h \
|
|
|
|
|
LzmaTypes.h
|
|
|
|
|
|
|
|
|
|
liblzma_la_LDFLAGS = -static
|
|
|
|
|
all: all-am |
|
|
|
|
|
|
|
|
@ -255,35 +250,17 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
|
|
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
|
|
install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
|
|
|
|
@$(NORMAL_INSTALL)
|
|
|
|
|
test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
|
|
|
|
|
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
|
|
|
|
if test -f $$p; then \
|
|
|
|
|
f=$(am__strip_dir) \
|
|
|
|
|
echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
|
|
|
|
|
$(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
|
|
|
|
|
else :; fi; \
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
uninstall-libLTLIBRARIES: |
|
|
|
|
@$(NORMAL_UNINSTALL)
|
|
|
|
|
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
|
|
|
|
p=$(am__strip_dir) \
|
|
|
|
|
echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
|
|
|
|
|
$(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
clean-libLTLIBRARIES: |
|
|
|
|
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
|
|
|
|
|
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
|
|
|
|
clean-noinstLTLIBRARIES: |
|
|
|
|
-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
|
|
|
|
|
@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
|
|
|
|
|
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
|
|
|
|
|
test "$$dir" != "$$p" || dir=.; \
|
|
|
|
|
echo "rm -f \"$${dir}/so_locations\""; \
|
|
|
|
|
rm -f "$${dir}/so_locations"; \
|
|
|
|
|
done
|
|
|
|
|
liblzma.la: $(liblzma_la_OBJECTS) $(liblzma_la_DEPENDENCIES) |
|
|
|
|
$(liblzma_la_LINK) -rpath $(libdir) $(liblzma_la_OBJECTS) $(liblzma_la_LIBADD) $(LIBS)
|
|
|
|
|
$(liblzma_la_LINK) $(liblzma_la_OBJECTS) $(liblzma_la_LIBADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
mostlyclean-compile: |
|
|
|
|
-rm -f *.$(OBJEXT)
|
|
|
|
@ -398,9 +375,6 @@ check-am: all-am |
|
|
|
|
check: check-am |
|
|
|
|
all-am: Makefile $(LTLIBRARIES) |
|
|
|
|
installdirs: |
|
|
|
|
for dir in "$(DESTDIR)$(libdir)"; do \
|
|
|
|
|
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
|
|
|
|
done
|
|
|
|
|
install: install-am |
|
|
|
|
install-exec: install-exec-am |
|
|
|
|
install-data: install-data-am |
|
|
|
@ -427,7 +401,7 @@ maintainer-clean-generic: |
|
|
|
|
@echo "it deletes files that may require special tools to rebuild."
|
|
|
|
|
clean: clean-am |
|
|
|
|
|
|
|
|
|
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
|
|
|
|
|
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
|
|
|
|
|
mostlyclean-am
|
|
|
|
|
|
|
|
|
|
distclean: distclean-am |
|
|
|
@ -450,7 +424,7 @@ install-data-am: |
|
|
|
|
|
|
|
|
|
install-dvi: install-dvi-am |
|
|
|
|
|
|
|
|
|
install-exec-am: install-libLTLIBRARIES |
|
|
|
|
install-exec-am: |
|
|
|
|
|
|
|
|
|
install-html: install-html-am |
|
|
|
|
|
|
|
|
@ -482,23 +456,22 @@ ps: ps-am |
|
|
|
|
|
|
|
|
|
ps-am: |
|
|
|
|
|
|
|
|
|
uninstall-am: uninstall-libLTLIBRARIES |
|
|
|
|
uninstall-am: |
|
|
|
|
|
|
|
|
|
.MAKE: install-am install-strip |
|
|
|
|
|
|
|
|
|
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
|
|
|
|
|
clean-libLTLIBRARIES clean-libtool ctags distclean \
|
|
|
|
|
clean-libtool clean-noinstLTLIBRARIES ctags distclean \
|
|
|
|
|
distclean-compile distclean-generic distclean-libtool \
|
|
|
|
|
distclean-tags distdir dvi dvi-am html html-am info info-am \
|
|
|
|
|
install install-am install-data install-data-am install-dvi \
|
|
|
|
|
install-dvi-am install-exec install-exec-am install-html \
|
|
|
|
|
install-html-am install-info install-info-am \
|
|
|
|
|
install-libLTLIBRARIES install-man install-pdf install-pdf-am \
|
|
|
|
|
install-ps install-ps-am install-strip installcheck \
|
|
|
|
|
installcheck-am installdirs maintainer-clean \
|
|
|
|
|
maintainer-clean-generic mostlyclean mostlyclean-compile \
|
|
|
|
|
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
|
|
|
|
tags uninstall uninstall-am uninstall-libLTLIBRARIES
|
|
|
|
|
install-html-am install-info install-info-am install-man \
|
|
|
|
|
install-pdf install-pdf-am install-ps install-ps-am \
|
|
|
|
|
install-strip installcheck installcheck-am installdirs \
|
|
|
|
|
maintainer-clean maintainer-clean-generic mostlyclean \
|
|
|
|
|
mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
|
|
|
|
|
pdf pdf-am ps ps-am tags uninstall uninstall-am
|
|
|
|
|
|
|
|
|
|
# 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.
|
|
|
|
|