|
kusano |
7d535a |
# Makefile.in generated by automake 1.9.6 from Makefile.am.
|
|
kusano |
7d535a |
# @configure_input@
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
|
kusano |
7d535a |
# 2003, 2004, 2005 Free Software Foundation, Inc.
|
|
kusano |
7d535a |
# This Makefile.in is free software; the Free Software Foundation
|
|
kusano |
7d535a |
# gives unlimited permission to copy and/or distribute it,
|
|
kusano |
7d535a |
# with or without modifications, as long as this notice is preserved.
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
# This program is distributed in the hope that it will be useful,
|
|
kusano |
7d535a |
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|
kusano |
7d535a |
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
kusano |
7d535a |
# PARTICULAR PURPOSE.
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
@SET_MAKE@
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
#
|
|
kusano |
7d535a |
# Copyright (C) 1996-2008 Markus F.X.J. Oberhumer
|
|
kusano |
7d535a |
#
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
srcdir = @srcdir@
|
|
kusano |
7d535a |
top_srcdir = @top_srcdir@
|
|
kusano |
7d535a |
VPATH = @srcdir@
|
|
kusano |
7d535a |
pkgdatadir = $(datadir)/@PACKAGE@
|
|
kusano |
7d535a |
pkglibdir = $(libdir)/@PACKAGE@
|
|
kusano |
7d535a |
pkgincludedir = $(includedir)/@PACKAGE@
|
|
kusano |
7d535a |
top_builddir = ..
|
|
kusano |
7d535a |
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|
kusano |
7d535a |
INSTALL = @INSTALL@
|
|
kusano |
7d535a |
install_sh_DATA = $(install_sh) -c -m 644
|
|
kusano |
7d535a |
install_sh_PROGRAM = $(install_sh) -c
|
|
kusano |
7d535a |
install_sh_SCRIPT = $(install_sh) -c
|
|
kusano |
7d535a |
INSTALL_HEADER = $(INSTALL_DATA)
|
|
kusano |
7d535a |
transform = $(program_transform_name)
|
|
kusano |
7d535a |
NORMAL_INSTALL = :
|
|
kusano |
7d535a |
PRE_INSTALL = :
|
|
kusano |
7d535a |
POST_INSTALL = :
|
|
kusano |
7d535a |
NORMAL_UNINSTALL = :
|
|
kusano |
7d535a |
PRE_UNINSTALL = :
|
|
kusano |
7d535a |
POST_UNINSTALL = :
|
|
kusano |
7d535a |
build_triplet = @build@
|
|
kusano |
7d535a |
host_triplet = @host@
|
|
kusano |
7d535a |
target_triplet = @target@
|
|
kusano |
7d535a |
noinst_PROGRAMS = testmini$(EXEEXT)
|
|
kusano |
7d535a |
subdir = minilzo
|
|
kusano |
7d535a |
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
|
kusano |
7d535a |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
kusano |
7d535a |
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
|
kusano |
7d535a |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
kusano |
7d535a |
$(ACLOCAL_M4)
|
|
kusano |
7d535a |
mkinstalldirs = $(SHELL) $(top_srcdir)/autoconf/mkinstalldirs
|
|
kusano |
7d535a |
CONFIG_HEADER = $(top_builddir)/config.h
|
|
kusano |
7d535a |
CONFIG_CLEAN_FILES =
|
|
kusano |
7d535a |
PROGRAMS = $(noinst_PROGRAMS)
|
|
kusano |
7d535a |
am_testmini_OBJECTS = testmini.$(OBJEXT) minilzo.$(OBJEXT)
|
|
kusano |
7d535a |
testmini_OBJECTS = $(am_testmini_OBJECTS)
|
|
kusano |
7d535a |
testmini_LDADD = $(LDADD)
|
|
kusano |
7d535a |
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
|
kusano |
7d535a |
depcomp = $(SHELL) $(top_srcdir)/autoconf/depcomp
|
|
kusano |
7d535a |
am__depfiles_maybe = depfiles
|
|
kusano |
7d535a |
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
|
kusano |
7d535a |
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
kusano |
7d535a |
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
|
|
kusano |
7d535a |
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
|
kusano |
7d535a |
$(AM_CFLAGS) $(CFLAGS)
|
|
kusano |
7d535a |
CCLD = $(CC)
|
|
kusano |
7d535a |
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
kusano |
7d535a |
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
|
kusano |
7d535a |
SOURCES = $(testmini_SOURCES)
|
|
kusano |
7d535a |
DIST_SOURCES = $(testmini_SOURCES)
|
|
kusano |
7d535a |
ETAGS = etags
|
|
kusano |
7d535a |
CTAGS = ctags
|
|
kusano |
7d535a |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
kusano |
7d535a |
ACLOCAL = @ACLOCAL@
|
|
kusano |
7d535a |
AMDEP_FALSE = @AMDEP_FALSE@
|
|
kusano |
7d535a |
AMDEP_TRUE = @AMDEP_TRUE@
|
|
kusano |
7d535a |
AMTAR = @AMTAR@
|
|
kusano |
7d535a |
AR = @AR@
|
|
kusano |
7d535a |
AUTOCONF = @AUTOCONF@
|
|
kusano |
7d535a |
AUTOHEADER = @AUTOHEADER@
|
|
kusano |
7d535a |
AUTOMAKE = @AUTOMAKE@
|
|
kusano |
7d535a |
AWK = @AWK@
|
|
kusano |
7d535a |
CC = @CC@
|
|
kusano |
7d535a |
CCDEPMODE = @CCDEPMODE@
|
|
kusano |
7d535a |
CFLAGS = @CFLAGS@
|
|
kusano |
7d535a |
CPP = @CPP@
|
|
kusano |
7d535a |
CPPFLAGS = @CPPFLAGS@
|
|
kusano |
7d535a |
CXX = @CXX@
|
|
kusano |
7d535a |
CXXCPP = @CXXCPP@
|
|
kusano |
7d535a |
CXXDEPMODE = @CXXDEPMODE@
|
|
kusano |
7d535a |
CXXFLAGS = @CXXFLAGS@
|
|
kusano |
7d535a |
CYGPATH_W = @CYGPATH_W@
|
|
kusano |
7d535a |
DEFS = @DEFS@
|
|
kusano |
7d535a |
DEPDIR = @DEPDIR@
|
|
kusano |
7d535a |
ECHO = @ECHO@
|
|
kusano |
7d535a |
ECHO_C = @ECHO_C@
|
|
kusano |
7d535a |
ECHO_N = @ECHO_N@
|
|
kusano |
7d535a |
ECHO_T = @ECHO_T@
|
|
kusano |
7d535a |
EGREP = @EGREP@
|
|
kusano |
7d535a |
EXEEXT = @EXEEXT@
|
|
kusano |
7d535a |
F77 = @F77@
|
|
kusano |
7d535a |
FFLAGS = @FFLAGS@
|
|
kusano |
7d535a |
INSTALL_DATA = @INSTALL_DATA@
|
|
kusano |
7d535a |
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
kusano |
7d535a |
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
kusano |
7d535a |
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
kusano |
7d535a |
LDFLAGS = @LDFLAGS@
|
|
kusano |
7d535a |
LIBOBJS = @LIBOBJS@
|
|
kusano |
7d535a |
LIBS = @LIBS@
|
|
kusano |
7d535a |
LIBTOOL = @LIBTOOL@
|
|
kusano |
7d535a |
LN_S = @LN_S@
|
|
kusano |
7d535a |
LTLIBOBJS = @LTLIBOBJS@
|
|
kusano |
7d535a |
LZO_ASM_VPATH = @LZO_ASM_VPATH@
|
|
kusano |
7d535a |
LZO_CFLAGS = @LZO_CFLAGS@
|
|
kusano |
7d535a |
LZO_CPPFLAGS = @LZO_CPPFLAGS@
|
|
kusano |
7d535a |
LZO_EXTRA_CFLAGS = @LZO_EXTRA_CFLAGS@
|
|
kusano |
7d535a |
LZO_EXTRA_CPPFLAGS = @LZO_EXTRA_CPPFLAGS@
|
|
kusano |
7d535a |
LZO_USE_ASM_FALSE = @LZO_USE_ASM_FALSE@
|
|
kusano |
7d535a |
LZO_USE_ASM_TRUE = @LZO_USE_ASM_TRUE@
|
|
kusano |
7d535a |
MAINT = @MAINT@
|
|
kusano |
7d535a |
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
|
|
kusano |
7d535a |
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
|
|
kusano |
7d535a |
MAKEINFO = @MAKEINFO@
|
|
kusano |
7d535a |
OBJEXT = @OBJEXT@
|
|
kusano |
7d535a |
PACKAGE = @PACKAGE@
|
|
kusano |
7d535a |
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|
kusano |
7d535a |
PACKAGE_NAME = @PACKAGE_NAME@
|
|
kusano |
7d535a |
PACKAGE_STRING = @PACKAGE_STRING@
|
|
kusano |
7d535a |
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
|
kusano |
7d535a |
PACKAGE_VERSION = @PACKAGE_VERSION@
|
|
kusano |
7d535a |
PATH_SEPARATOR = @PATH_SEPARATOR@
|
|
kusano |
7d535a |
RANLIB = @RANLIB@
|
|
kusano |
7d535a |
SET_MAKE = @SET_MAKE@
|
|
kusano |
7d535a |
SHELL = @SHELL@
|
|
kusano |
7d535a |
STRIP = @STRIP@
|
|
kusano |
7d535a |
VERSION = @VERSION@
|
|
kusano |
7d535a |
ac_ct_AR = @ac_ct_AR@
|
|
kusano |
7d535a |
ac_ct_CC = @ac_ct_CC@
|
|
kusano |
7d535a |
ac_ct_CXX = @ac_ct_CXX@
|
|
kusano |
7d535a |
ac_ct_F77 = @ac_ct_F77@
|
|
kusano |
7d535a |
ac_ct_RANLIB = @ac_ct_RANLIB@
|
|
kusano |
7d535a |
ac_ct_STRIP = @ac_ct_STRIP@
|
|
kusano |
7d535a |
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
|
kusano |
7d535a |
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
|
kusano |
7d535a |
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
|
|
kusano |
7d535a |
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
|
|
kusano |
7d535a |
am__include = @am__include@
|
|
kusano |
7d535a |
am__leading_dot = @am__leading_dot@
|
|
kusano |
7d535a |
am__quote = @am__quote@
|
|
kusano |
7d535a |
am__tar = @am__tar@
|
|
kusano |
7d535a |
am__untar = @am__untar@
|
|
kusano |
7d535a |
bindir = @bindir@
|
|
kusano |
7d535a |
build = @build@
|
|
kusano |
7d535a |
build_alias = @build_alias@
|
|
kusano |
7d535a |
build_cpu = @build_cpu@
|
|
kusano |
7d535a |
build_os = @build_os@
|
|
kusano |
7d535a |
build_vendor = @build_vendor@
|
|
kusano |
7d535a |
configure_CFLAGS = @configure_CFLAGS@
|
|
kusano |
7d535a |
configure_CPPFLAGS = @configure_CPPFLAGS@
|
|
kusano |
7d535a |
datadir = @datadir@
|
|
kusano |
7d535a |
exec_prefix = @exec_prefix@
|
|
kusano |
7d535a |
host = @host@
|
|
kusano |
7d535a |
host_alias = @host_alias@
|
|
kusano |
7d535a |
host_cpu = @host_cpu@
|
|
kusano |
7d535a |
host_os = @host_os@
|
|
kusano |
7d535a |
host_vendor = @host_vendor@
|
|
kusano |
7d535a |
includedir = @includedir@
|
|
kusano |
7d535a |
infodir = @infodir@
|
|
kusano |
7d535a |
install_sh = @install_sh@
|
|
kusano |
7d535a |
libdir = @libdir@
|
|
kusano |
7d535a |
libexecdir = @libexecdir@
|
|
kusano |
7d535a |
localstatedir = @localstatedir@
|
|
kusano |
7d535a |
mandir = @mandir@
|
|
kusano |
7d535a |
mkdir_p = @mkdir_p@
|
|
kusano |
7d535a |
oldincludedir = @oldincludedir@
|
|
kusano |
7d535a |
prefix = @prefix@
|
|
kusano |
7d535a |
program_transform_name = @program_transform_name@
|
|
kusano |
7d535a |
sbindir = @sbindir@
|
|
kusano |
7d535a |
sharedstatedir = @sharedstatedir@
|
|
kusano |
7d535a |
sysconfdir = @sysconfdir@
|
|
kusano |
7d535a |
target = @target@
|
|
kusano |
7d535a |
target_alias = @target_alias@
|
|
kusano |
7d535a |
target_cpu = @target_cpu@
|
|
kusano |
7d535a |
target_os = @target_os@
|
|
kusano |
7d535a |
target_vendor = @target_vendor@
|
|
kusano |
7d535a |
AM_CPPFLAGS = -DMINILZO_HAVE_CONFIG_H
|
|
kusano |
7d535a |
INCLUDES = -I$(top_srcdir)/include/lzo -I$(top_srcdir)/include
|
|
kusano |
7d535a |
testmini_SOURCES = testmini.c minilzo.c
|
|
kusano |
7d535a |
EXTRA_DIST = README.LZO Makefile.minilzo minilzo.h
|
|
kusano |
7d535a |
all: all-am
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
.SUFFIXES:
|
|
kusano |
7d535a |
.SUFFIXES: .c .lo .o .obj
|
|
kusano |
7d535a |
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
|
kusano |
7d535a |
@for dep in $?; do \
|
|
kusano |
7d535a |
case '$(am__configure_deps)' in \
|
|
kusano |
7d535a |
*$$dep*) \
|
|
kusano |
7d535a |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
|
kusano |
7d535a |
&& exit 0; \
|
|
kusano |
7d535a |
exit 1;; \
|
|
kusano |
7d535a |
esac; \
|
|
kusano |
7d535a |
done; \
|
|
kusano |
7d535a |
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu minilzo/Makefile'; \
|
|
kusano |
7d535a |
cd $(top_srcdir) && \
|
|
kusano |
7d535a |
$(AUTOMAKE) --gnu minilzo/Makefile
|
|
kusano |
7d535a |
.PRECIOUS: Makefile
|
|
kusano |
7d535a |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
kusano |
7d535a |
@case '$?' in \
|
|
kusano |
7d535a |
*config.status*) \
|
|
kusano |
7d535a |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
|
kusano |
7d535a |
*) \
|
|
kusano |
7d535a |
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
|
kusano |
7d535a |
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
|
kusano |
7d535a |
esac;
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|
kusano |
7d535a |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
|
kusano |
7d535a |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
kusano |
7d535a |
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
|
kusano |
7d535a |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
clean-noinstPROGRAMS:
|
|
kusano |
7d535a |
@list='$(noinst_PROGRAMS)'; for p in $$list; do \
|
|
kusano |
7d535a |
f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
|
|
kusano |
7d535a |
echo " rm -f $$p $$f"; \
|
|
kusano |
7d535a |
rm -f $$p $$f ; \
|
|
kusano |
7d535a |
done
|
|
kusano |
7d535a |
testmini$(EXEEXT): $(testmini_OBJECTS) $(testmini_DEPENDENCIES)
|
|
kusano |
7d535a |
@rm -f testmini$(EXEEXT)
|
|
kusano |
7d535a |
$(LINK) $(testmini_LDFLAGS) $(testmini_OBJECTS) $(testmini_LDADD) $(LIBS)
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
mostlyclean-compile:
|
|
kusano |
7d535a |
-rm -f *.$(OBJEXT)
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
distclean-compile:
|
|
kusano |
7d535a |
-rm -f *.tab.c
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/minilzo.Po@am__quote@
|
|
kusano |
7d535a |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testmini.Po@am__quote@
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
.c.o:
|
|
kusano |
7d535a |
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
|
|
kusano |
7d535a |
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
|
kusano |
7d535a |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
kusano |
7d535a |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
kusano |
7d535a |
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
.c.obj:
|
|
kusano |
7d535a |
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
|
|
kusano |
7d535a |
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
|
kusano |
7d535a |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
kusano |
7d535a |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
kusano |
7d535a |
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
.c.lo:
|
|
kusano |
7d535a |
@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
|
|
kusano |
7d535a |
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
|
kusano |
7d535a |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
|
kusano |
7d535a |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
kusano |
7d535a |
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
mostlyclean-libtool:
|
|
kusano |
7d535a |
-rm -f *.lo
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
clean-libtool:
|
|
kusano |
7d535a |
-rm -rf .libs _libs
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
distclean-libtool:
|
|
kusano |
7d535a |
-rm -f libtool
|
|
kusano |
7d535a |
uninstall-info-am:
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
|
kusano |
7d535a |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
kusano |
7d535a |
unique=`for i in $$list; do \
|
|
kusano |
7d535a |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
kusano |
7d535a |
done | \
|
|
kusano |
7d535a |
$(AWK) ' { files[$$0] = 1; } \
|
|
kusano |
7d535a |
END { for (i in files) print i; }'`; \
|
|
kusano |
7d535a |
mkid -fID $$unique
|
|
kusano |
7d535a |
tags: TAGS
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|
kusano |
7d535a |
$(TAGS_FILES) $(LISP)
|
|
kusano |
7d535a |
tags=; \
|
|
kusano |
7d535a |
here=`pwd`; \
|
|
kusano |
7d535a |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
kusano |
7d535a |
unique=`for i in $$list; do \
|
|
kusano |
7d535a |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
kusano |
7d535a |
done | \
|
|
kusano |
7d535a |
$(AWK) ' { files[$$0] = 1; } \
|
|
kusano |
7d535a |
END { for (i in files) print i; }'`; \
|
|
kusano |
7d535a |
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
|
kusano |
7d535a |
test -n "$$unique" || unique=$$empty_fix; \
|
|
kusano |
7d535a |
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
kusano |
7d535a |
$$tags $$unique; \
|
|
kusano |
7d535a |
fi
|
|
kusano |
7d535a |
ctags: CTAGS
|
|
kusano |
7d535a |
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|
kusano |
7d535a |
$(TAGS_FILES) $(LISP)
|
|
kusano |
7d535a |
tags=; \
|
|
kusano |
7d535a |
here=`pwd`; \
|
|
kusano |
7d535a |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
kusano |
7d535a |
unique=`for i in $$list; do \
|
|
kusano |
7d535a |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
kusano |
7d535a |
done | \
|
|
kusano |
7d535a |
$(AWK) ' { files[$$0] = 1; } \
|
|
kusano |
7d535a |
END { for (i in files) print i; }'`; \
|
|
kusano |
7d535a |
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
|
kusano |
7d535a |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
|
kusano |
7d535a |
$$tags $$unique
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
GTAGS:
|
|
kusano |
7d535a |
here=`$(am__cd) $(top_builddir) && pwd` \
|
|
kusano |
7d535a |
&& cd $(top_srcdir) \
|
|
kusano |
7d535a |
&& gtags -i $(GTAGS_ARGS) $$here
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
distclean-tags:
|
|
kusano |
7d535a |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
distdir: $(DISTFILES)
|
|
kusano |
7d535a |
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
|
kusano |
7d535a |
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
|
kusano |
7d535a |
list='$(DISTFILES)'; for file in $$list; do \
|
|
kusano |
7d535a |
case $$file in \
|
|
kusano |
7d535a |
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
|
kusano |
7d535a |
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
|
kusano |
7d535a |
esac; \
|
|
kusano |
7d535a |
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
|
kusano |
7d535a |
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|
kusano |
7d535a |
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
|
kusano |
7d535a |
dir="/$$dir"; \
|
|
kusano |
7d535a |
$(mkdir_p) "$(distdir)$$dir"; \
|
|
kusano |
7d535a |
else \
|
|
kusano |
7d535a |
dir=''; \
|
|
kusano |
7d535a |
fi; \
|
|
kusano |
7d535a |
if test -d $$d/$$file; then \
|
|
kusano |
7d535a |
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
|
kusano |
7d535a |
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
|
kusano |
7d535a |
fi; \
|
|
kusano |
7d535a |
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
|
kusano |
7d535a |
else \
|
|
kusano |
7d535a |
test -f $(distdir)/$$file \
|
|
kusano |
7d535a |
|| cp -p $$d/$$file $(distdir)/$$file \
|
|
kusano |
7d535a |
|| exit 1; \
|
|
kusano |
7d535a |
fi; \
|
|
kusano |
7d535a |
done
|
|
kusano |
7d535a |
check-am: all-am
|
|
kusano |
7d535a |
check: check-am
|
|
kusano |
7d535a |
all-am: Makefile $(PROGRAMS)
|
|
kusano |
7d535a |
installdirs:
|
|
kusano |
7d535a |
install: install-am
|
|
kusano |
7d535a |
install-exec: install-exec-am
|
|
kusano |
7d535a |
install-data: install-data-am
|
|
kusano |
7d535a |
uninstall: uninstall-am
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
install-am: all-am
|
|
kusano |
7d535a |
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
installcheck: installcheck-am
|
|
kusano |
7d535a |
install-strip:
|
|
kusano |
7d535a |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
kusano |
7d535a |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
kusano |
7d535a |
`test -z '$(STRIP)' || \
|
|
kusano |
7d535a |
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
|
kusano |
7d535a |
mostlyclean-generic:
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
clean-generic:
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
distclean-generic:
|
|
kusano |
7d535a |
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
maintainer-clean-generic:
|
|
kusano |
7d535a |
@echo "This command is intended for maintainers to use"
|
|
kusano |
7d535a |
@echo "it deletes files that may require special tools to rebuild."
|
|
kusano |
7d535a |
clean: clean-am
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
|
|
kusano |
7d535a |
mostlyclean-am
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
distclean: distclean-am
|
|
kusano |
7d535a |
-rm -rf ./$(DEPDIR)
|
|
kusano |
7d535a |
-rm -f Makefile
|
|
kusano |
7d535a |
distclean-am: clean-am distclean-compile distclean-generic \
|
|
kusano |
7d535a |
distclean-libtool distclean-tags
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
dvi: dvi-am
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
dvi-am:
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
html: html-am
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
info: info-am
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
info-am:
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
install-data-am:
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
install-exec-am:
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
install-info: install-info-am
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
install-man:
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
installcheck-am:
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
maintainer-clean: maintainer-clean-am
|
|
kusano |
7d535a |
-rm -rf ./$(DEPDIR)
|
|
kusano |
7d535a |
-rm -f Makefile
|
|
kusano |
7d535a |
maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
mostlyclean: mostlyclean-am
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
|
kusano |
7d535a |
mostlyclean-libtool
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
pdf: pdf-am
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
pdf-am:
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
ps: ps-am
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
ps-am:
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
uninstall-am: uninstall-info-am
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
|
|
kusano |
7d535a |
clean-libtool clean-noinstPROGRAMS ctags distclean \
|
|
kusano |
7d535a |
distclean-compile distclean-generic distclean-libtool \
|
|
kusano |
7d535a |
distclean-tags distdir dvi dvi-am html html-am info info-am \
|
|
kusano |
7d535a |
install install-am install-data install-data-am install-exec \
|
|
kusano |
7d535a |
install-exec-am install-info install-info-am install-man \
|
|
kusano |
7d535a |
install-strip installcheck installcheck-am installdirs \
|
|
kusano |
7d535a |
maintainer-clean maintainer-clean-generic mostlyclean \
|
|
kusano |
7d535a |
mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
|
|
kusano |
7d535a |
pdf pdf-am ps ps-am tags uninstall uninstall-am \
|
|
kusano |
7d535a |
uninstall-info-am
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
kusano |
7d535a |
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
kusano |
7d535a |
.NOEXPORT:
|