720 lines
26 KiB
Makefile
720 lines
26 KiB
Makefile
|
# Makefile.in generated by automake 1.11.6 from Makefile.am.
|
||
|
# search/Makefile. Generated from Makefile.in by configure.
|
||
|
|
||
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||
|
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
|
||
|
# Foundation, Inc.
|
||
|
# This Makefile.in is free software; the Free Software Foundation
|
||
|
# gives unlimited permission to copy and/or distribute it,
|
||
|
# with or without modifications, as long as this notice is preserved.
|
||
|
|
||
|
# This program is distributed in the hope that it will be useful,
|
||
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||
|
# PARTICULAR PURPOSE.
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
VPATH = /home/seti/riscv-gnu-toolchain/newlib/newlib/libc/search
|
||
|
am__make_dryrun = \
|
||
|
{ \
|
||
|
am__dry=no; \
|
||
|
case $$MAKEFLAGS in \
|
||
|
*\\[\ \ ]*) \
|
||
|
echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
|
||
|
| grep '^AM OK$$' >/dev/null || am__dry=yes;; \
|
||
|
*) \
|
||
|
for am__flg in $$MAKEFLAGS; do \
|
||
|
case $$am__flg in \
|
||
|
*=*|--*) ;; \
|
||
|
*n*) am__dry=yes; break;; \
|
||
|
esac; \
|
||
|
done;; \
|
||
|
esac; \
|
||
|
test $$am__dry = yes; \
|
||
|
}
|
||
|
pkgdatadir = $(datadir)/newlib
|
||
|
pkgincludedir = $(includedir)/newlib
|
||
|
pkglibdir = $(libdir)/newlib
|
||
|
pkglibexecdir = $(libexecdir)/newlib
|
||
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||
|
install_sh_DATA = $(install_sh) -c -m 644
|
||
|
install_sh_PROGRAM = $(install_sh) -c
|
||
|
install_sh_SCRIPT = $(install_sh) -c
|
||
|
INSTALL_HEADER = $(INSTALL_DATA)
|
||
|
transform = $(program_transform_name)
|
||
|
NORMAL_INSTALL = :
|
||
|
PRE_INSTALL = :
|
||
|
POST_INSTALL = :
|
||
|
NORMAL_UNINSTALL = :
|
||
|
PRE_UNINSTALL = :
|
||
|
POST_UNINSTALL = :
|
||
|
build_triplet = x86_64-pc-linux-gnu
|
||
|
host_triplet = riscv32-unknown-elf
|
||
|
DIST_COMMON = $(srcdir)/../../Makefile.shared $(srcdir)/Makefile.in \
|
||
|
$(srcdir)/Makefile.am
|
||
|
subdir = search
|
||
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||
|
am__aclocal_m4_deps = $(top_srcdir)/../../libtool.m4 \
|
||
|
$(top_srcdir)/../../ltoptions.m4 \
|
||
|
$(top_srcdir)/../../ltsugar.m4 \
|
||
|
$(top_srcdir)/../../ltversion.m4 \
|
||
|
$(top_srcdir)/../../lt~obsolete.m4 \
|
||
|
$(top_srcdir)/../acinclude.m4 $(top_srcdir)/configure.in
|
||
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||
|
$(ACLOCAL_M4)
|
||
|
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
||
|
CONFIG_CLEAN_FILES =
|
||
|
CONFIG_CLEAN_VPATH_FILES =
|
||
|
LIBRARIES = $(noinst_LIBRARIES)
|
||
|
ARFLAGS = cru
|
||
|
lib_a_AR = $(AR) $(ARFLAGS)
|
||
|
lib_a_LIBADD =
|
||
|
am__objects_1 = lib_a-bsearch.$(OBJEXT) lib_a-ndbm.$(OBJEXT) \
|
||
|
lib_a-qsort.$(OBJEXT)
|
||
|
am__objects_2 = lib_a-hash.$(OBJEXT) \
|
||
|
lib_a-hash_bigkey.$(OBJEXT) \
|
||
|
lib_a-hash_buf.$(OBJEXT) \
|
||
|
lib_a-hash_func.$(OBJEXT) \
|
||
|
lib_a-hash_log2.$(OBJEXT) \
|
||
|
lib_a-hash_page.$(OBJEXT) \
|
||
|
lib_a-hcreate.$(OBJEXT) \
|
||
|
lib_a-hcreate_r.$(OBJEXT) \
|
||
|
lib_a-tdelete.$(OBJEXT) \
|
||
|
lib_a-tdestroy.$(OBJEXT) \
|
||
|
lib_a-tfind.$(OBJEXT) \
|
||
|
lib_a-tsearch.$(OBJEXT) \
|
||
|
lib_a-twalk.$(OBJEXT)
|
||
|
am__objects_3 = lib_a-bsd_qsort_r.$(OBJEXT) \
|
||
|
lib_a-qsort_r.$(OBJEXT)
|
||
|
am_lib_a_OBJECTS = $(am__objects_1) \
|
||
|
$(am__objects_2) $(am__objects_3)
|
||
|
lib_a_OBJECTS = $(am_lib_a_OBJECTS)
|
||
|
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
||
|
libsearch_la_LIBADD =
|
||
|
am__objects_4 = bsearch.lo ndbm.lo qsort.lo
|
||
|
am__objects_5 = hash.lo hash_bigkey.lo hash_buf.lo \
|
||
|
hash_func.lo hash_log2.lo hash_page.lo \
|
||
|
hcreate.lo hcreate_r.lo tdelete.lo \
|
||
|
tdestroy.lo tfind.lo tsearch.lo twalk.lo
|
||
|
am__objects_6 = bsd_qsort_r.lo \
|
||
|
qsort_r.lo
|
||
|
#am_libsearch_la_OBJECTS = $(am__objects_4) \
|
||
|
# $(am__objects_5) $(am__objects_6)
|
||
|
libsearch_la_OBJECTS = $(am_libsearch_la_OBJECTS)
|
||
|
libsearch_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||
|
$(libsearch_la_LDFLAGS) $(LDFLAGS) -o $@
|
||
|
#am_libsearch_la_rpath =
|
||
|
DEFAULT_INCLUDES = -I. -I$(srcdir)
|
||
|
depcomp =
|
||
|
am__depfiles_maybe =
|
||
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||
|
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
||
|
--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||
|
CCLD = $(CC)
|
||
|
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
||
|
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
|
||
|
$(LDFLAGS) -o $@
|
||
|
SOURCES = $(lib_a_SOURCES) $(libsearch_la_SOURCES)
|
||
|
am__can_run_installinfo = \
|
||
|
case $$AM_UPDATE_INFO_DIR in \
|
||
|
n|no|NO) false;; \
|
||
|
*) (install-info --version) >/dev/null 2>&1;; \
|
||
|
esac
|
||
|
DATA = $(noinst_DATA)
|
||
|
ETAGS = etags
|
||
|
CTAGS = ctags
|
||
|
ACLOCAL = ${SHELL} /home/seti/riscv-gnu-toolchain/newlib/missing --run aclocal-1.11
|
||
|
AMTAR = $${TAR-tar}
|
||
|
AR = riscv32-unknown-elf-ar
|
||
|
AS = riscv32-unknown-elf-as
|
||
|
AUTOCONF = ${SHELL} /home/seti/riscv-gnu-toolchain/newlib/missing --run autoconf
|
||
|
AUTOHEADER = ${SHELL} /home/seti/riscv-gnu-toolchain/newlib/missing --run autoheader
|
||
|
AUTOMAKE = ${SHELL} /home/seti/riscv-gnu-toolchain/newlib/missing --run automake-1.11
|
||
|
AWK = /usr/bin/gawk
|
||
|
CC = riscv32-unknown-elf-gcc -B/home/seti/riscv-gnu-toolchain/build-newlib/riscv32-unknown-elf/newlib/ -isystem /home/seti/riscv-gnu-toolchain/build-newlib/riscv32-unknown-elf/newlib/targ-include -isystem /home/seti/riscv-gnu-toolchain/newlib/newlib/libc/include -B/home/seti/riscv-gnu-toolchain/build-newlib/riscv32-unknown-elf/libgloss/riscv32 -L/home/seti/riscv-gnu-toolchain/build-newlib/riscv32-unknown-elf/libgloss/libnosys -L/home/seti/riscv-gnu-toolchain/newlib/libgloss/riscv32
|
||
|
CCAS = riscv32-unknown-elf-gcc -B/home/seti/riscv-gnu-toolchain/build-newlib/riscv32-unknown-elf/newlib/ -isystem /home/seti/riscv-gnu-toolchain/build-newlib/riscv32-unknown-elf/newlib/targ-include -isystem /home/seti/riscv-gnu-toolchain/newlib/newlib/libc/include -B/home/seti/riscv-gnu-toolchain/build-newlib/riscv32-unknown-elf/libgloss/riscv32 -L/home/seti/riscv-gnu-toolchain/build-newlib/riscv32-unknown-elf/libgloss/libnosys -L/home/seti/riscv-gnu-toolchain/newlib/libgloss/riscv32
|
||
|
CCASFLAGS = -O2 -D_POSIX_MODE -ffunction-sections -fdata-sections -mcmodel=medlow
|
||
|
CCDEPMODE = depmode=gcc3
|
||
|
CFLAGS = -O2 -D_POSIX_MODE -ffunction-sections -fdata-sections -mcmodel=medlow
|
||
|
CPP =
|
||
|
CPPFLAGS =
|
||
|
CRT0 =
|
||
|
CYGPATH_W = echo
|
||
|
DEFS = -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"
|
||
|
DEPDIR = .deps
|
||
|
DLLTOOL = riscv32-unknown-elf-dlltool
|
||
|
DSYMUTIL =
|
||
|
DUMPBIN =
|
||
|
ECHO_C =
|
||
|
ECHO_N = -n
|
||
|
ECHO_T =
|
||
|
EGREP =
|
||
|
EXEEXT =
|
||
|
FGREP =
|
||
|
GREP =
|
||
|
INSTALL = /usr/bin/install -c
|
||
|
INSTALL_DATA = /usr/bin/install -c -m 644
|
||
|
INSTALL_PROGRAM = /usr/bin/install -c
|
||
|
INSTALL_SCRIPT = /usr/bin/install -c
|
||
|
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
|
||
|
LD = riscv32-unknown-elf-ld
|
||
|
LDFLAGS =
|
||
|
LIBC_EXTRA_DEF =
|
||
|
LIBC_EXTRA_LIB =
|
||
|
LIBC_MACHINE_LIB = machine/lib.a
|
||
|
LIBC_POSIX_DEF =
|
||
|
LIBC_POSIX_LIB =
|
||
|
LIBC_SIGNAL_DEF = signal/stmp-def
|
||
|
LIBC_SIGNAL_LIB = signal/lib.a
|
||
|
LIBC_STDIO64_DEF =
|
||
|
LIBC_STDIO64_LIB =
|
||
|
LIBC_STDIO_DEF = stdio/stmp-def
|
||
|
LIBC_STDIO_LIB = stdio/lib.a
|
||
|
LIBC_SYSCALL_LIB = syscalls/lib.a
|
||
|
LIBC_SYS_LIB =
|
||
|
LIBC_UNIX_LIB =
|
||
|
LIBC_XDR_DEF =
|
||
|
LIBC_XDR_LIB =
|
||
|
LIBOBJS =
|
||
|
LIBS =
|
||
|
LIBTOOL =
|
||
|
LIPO = riscv32-unknown-elf-lipo
|
||
|
LN_S =
|
||
|
LTLIBOBJS =
|
||
|
MAINT = #
|
||
|
MAKEINFO = makeinfo --split-size=5000000
|
||
|
MKDIR_P = /usr/bin/mkdir -p
|
||
|
NEWLIB_CFLAGS = -fno-builtin -DHAVE_NANOSLEEP
|
||
|
NM = riscv32-unknown-elf-nm
|
||
|
NMEDIT =
|
||
|
NO_INCLUDE_LIST = rpc/types.h rpc/xdr.h
|
||
|
OBJDUMP = riscv32-unknown-elf-objdump
|
||
|
OBJEXT = o
|
||
|
OTOOL =
|
||
|
OTOOL64 =
|
||
|
PACKAGE = newlib
|
||
|
PACKAGE_BUGREPORT =
|
||
|
PACKAGE_NAME = newlib
|
||
|
PACKAGE_STRING = newlib 4.1.0
|
||
|
PACKAGE_TARNAME = newlib
|
||
|
PACKAGE_URL =
|
||
|
PACKAGE_VERSION = 4.1.0
|
||
|
PATH_SEPARATOR = :
|
||
|
RANLIB = riscv32-unknown-elf-ranlib
|
||
|
READELF = riscv32-unknown-elf-readelf
|
||
|
SED = /usr/bin/sed
|
||
|
SET_MAKE =
|
||
|
SHELL = /bin/bash
|
||
|
STRIP = riscv32-unknown-elf-strip
|
||
|
VERSION = 4.1.0
|
||
|
abs_builddir = /home/seti/riscv-gnu-toolchain/build-newlib/riscv32-unknown-elf/newlib/libc/search
|
||
|
abs_srcdir = /home/seti/riscv-gnu-toolchain/newlib/newlib/libc/search
|
||
|
abs_top_builddir = /home/seti/riscv-gnu-toolchain/build-newlib/riscv32-unknown-elf/newlib/libc
|
||
|
abs_top_srcdir = /home/seti/riscv-gnu-toolchain/newlib/newlib/libc
|
||
|
ac_ct_CC =
|
||
|
ac_ct_DUMPBIN =
|
||
|
aext = a
|
||
|
am__include = include
|
||
|
am__leading_dot = .
|
||
|
am__quote =
|
||
|
am__tar = $${TAR-tar} chof - "$$tardir"
|
||
|
am__untar = $${TAR-tar} xf -
|
||
|
bindir = ${exec_prefix}/bin
|
||
|
build = x86_64-pc-linux-gnu
|
||
|
build_alias = x86_64-pc-linux-gnu
|
||
|
build_cpu = x86_64
|
||
|
build_os = linux-gnu
|
||
|
build_vendor = pc
|
||
|
builddir = .
|
||
|
datadir = ${datarootdir}
|
||
|
datarootdir = ${prefix}/share
|
||
|
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
|
||
|
dvidir = ${docdir}
|
||
|
exec_prefix = ${prefix}
|
||
|
extra_dir =
|
||
|
host = riscv32-unknown-elf
|
||
|
host_alias = riscv32-unknown-elf
|
||
|
host_cpu = riscv32
|
||
|
host_os = elf
|
||
|
host_vendor = unknown
|
||
|
htmldir = ${docdir}
|
||
|
includedir = ${prefix}/include
|
||
|
infodir = ${datarootdir}/info
|
||
|
install_sh = ${SHELL} /home/seti/riscv-gnu-toolchain/newlib/install-sh
|
||
|
libdir = ${exec_prefix}/lib
|
||
|
libexecdir = ${exec_prefix}/libexec
|
||
|
libm_machine_dir = riscv
|
||
|
localedir = ${datarootdir}/locale
|
||
|
localstatedir = ${prefix}/var
|
||
|
lpfx = lib_a-
|
||
|
machine_dir = riscv
|
||
|
mandir = ${datarootdir}/man
|
||
|
mkdir_p = /usr/bin/mkdir -p
|
||
|
newlib_basedir = /home/seti/riscv-gnu-toolchain/newlib/newlib/libc/..
|
||
|
oext = o
|
||
|
oldincludedir = /usr/include
|
||
|
pdfdir = ${docdir}
|
||
|
prefix = /opt/riscv
|
||
|
program_transform_name = s&^&riscv32-unknown-elf-&
|
||
|
psdir = ${docdir}
|
||
|
sbindir = ${exec_prefix}/sbin
|
||
|
sharedstatedir = ${prefix}/com
|
||
|
srcdir = /home/seti/riscv-gnu-toolchain/newlib/newlib/libc/search
|
||
|
subdirs = machine sys
|
||
|
sys_dir =
|
||
|
sysconfdir = ${prefix}/etc
|
||
|
target_alias = riscv32-unknown-elf
|
||
|
top_build_prefix = ../
|
||
|
top_builddir = ..
|
||
|
top_srcdir = /home/seti/riscv-gnu-toolchain/newlib/newlib/libc
|
||
|
AUTOMAKE_OPTIONS = cygnus
|
||
|
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
|
||
|
GENERAL_SOURCES = \
|
||
|
bsearch.c \
|
||
|
db_local.h \
|
||
|
extern.h \
|
||
|
hash.h \
|
||
|
ndbm.c \
|
||
|
page.h \
|
||
|
qsort.c
|
||
|
|
||
|
ELIX_2_SOURCES = \
|
||
|
hash.c \
|
||
|
hash_bigkey.c \
|
||
|
hash_buf.c \
|
||
|
hash_func.c \
|
||
|
hash_log2.c \
|
||
|
hash_page.c \
|
||
|
hcreate.c \
|
||
|
hcreate_r.c \
|
||
|
tdelete.c \
|
||
|
tdestroy.c \
|
||
|
tfind.c \
|
||
|
tsearch.c \
|
||
|
twalk.c
|
||
|
|
||
|
#ELIX_2_SOURCES =
|
||
|
ELIX_4_SOURCES = \
|
||
|
bsd_qsort_r.c \
|
||
|
qsort_r.c
|
||
|
|
||
|
#ELIX_4_SOURCES =
|
||
|
#ELIX_4_SOURCES =
|
||
|
#ELIX_4_SOURCES =
|
||
|
libsearch_la_LDFLAGS = -Xcompiler -nostdlib
|
||
|
#noinst_LTLIBRARIES = libsearch.la
|
||
|
#libsearch_la_SOURCES = $(GENERAL_SOURCES) $(ELIX_2_SOURCES) $(ELIX_4_SOURCES)
|
||
|
noinst_DATA =
|
||
|
#noinst_DATA = objectlist.awk.in
|
||
|
noinst_LIBRARIES = lib.a
|
||
|
lib_a_SOURCES = $(GENERAL_SOURCES) $(ELIX_2_SOURCES) $(ELIX_4_SOURCES)
|
||
|
lib_a_CFLAGS = $(AM_CFLAGS)
|
||
|
CHEWOUT_FILES = \
|
||
|
bsearch.def \
|
||
|
qsort.def \
|
||
|
qsort_r.def
|
||
|
|
||
|
CHAPTERS =
|
||
|
|
||
|
#
|
||
|
# documentation rules
|
||
|
#
|
||
|
SUFFIXES = .def .xml
|
||
|
CHEW = ${top_builddir}/../doc/makedoc -f $(top_srcdir)/../doc/doc.str
|
||
|
DOCBOOK_CHEW = ${top_srcdir}/../doc/makedocbook.py
|
||
|
DOCBOOK_OUT_FILES = $(CHEWOUT_FILES:.def=.xml)
|
||
|
DOCBOOK_CHAPTERS = $(CHAPTERS:.tex=.xml)
|
||
|
CLEANFILES = $(CHEWOUT_FILES) $(DOCBOOK_OUT_FILES)
|
||
|
all: all-am
|
||
|
|
||
|
.SUFFIXES:
|
||
|
.SUFFIXES: .def .xml .c .lo .o .obj
|
||
|
$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(srcdir)/../../Makefile.shared $(am__configure_deps)
|
||
|
@for dep in $?; do \
|
||
|
case '$(am__configure_deps)' in \
|
||
|
*$$dep*) \
|
||
|
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
||
|
&& { if test -f $@; then exit 0; else break; fi; }; \
|
||
|
exit 1;; \
|
||
|
esac; \
|
||
|
done; \
|
||
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus search/Makefile'; \
|
||
|
$(am__cd) $(top_srcdir) && \
|
||
|
$(AUTOMAKE) --cygnus search/Makefile
|
||
|
.PRECIOUS: Makefile
|
||
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||
|
@case '$?' in \
|
||
|
*config.status*) \
|
||
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||
|
*) \
|
||
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||
|
esac;
|
||
|
$(srcdir)/../../Makefile.shared:
|
||
|
|
||
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||
|
|
||
|
$(top_srcdir)/configure: # $(am__configure_deps)
|
||
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||
|
$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
|
||
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||
|
$(am__aclocal_m4_deps):
|
||
|
|
||
|
clean-noinstLIBRARIES:
|
||
|
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
|
||
|
lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES) $(EXTRA_lib_a_DEPENDENCIES)
|
||
|
-rm -f lib.a
|
||
|
$(lib_a_AR) lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
|
||
|
$(RANLIB) lib.a
|
||
|
|
||
|
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
|
||
|
libsearch.la: $(libsearch_la_OBJECTS) $(libsearch_la_DEPENDENCIES) $(EXTRA_libsearch_la_DEPENDENCIES)
|
||
|
$(libsearch_la_LINK) $(am_libsearch_la_rpath) $(libsearch_la_OBJECTS) $(libsearch_la_LIBADD) $(LIBS)
|
||
|
|
||
|
mostlyclean-compile:
|
||
|
-rm -f *.$(OBJEXT)
|
||
|
|
||
|
distclean-compile:
|
||
|
-rm -f *.tab.c
|
||
|
|
||
|
.c.o:
|
||
|
$(COMPILE) -c $<
|
||
|
|
||
|
.c.obj:
|
||
|
$(COMPILE) -c `$(CYGPATH_W) '$<'`
|
||
|
|
||
|
.c.lo:
|
||
|
$(LTCOMPILE) -c -o $@ $<
|
||
|
|
||
|
lib_a-bsearch.o: bsearch.c
|
||
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-bsearch.o `test -f 'bsearch.c' || echo '$(srcdir)/'`bsearch.c
|
||
|
|
||
|
lib_a-bsearch.obj: bsearch.c
|
||
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-bsearch.obj `if test -f 'bsearch.c'; then $(CYGPATH_W) 'bsearch.c'; else $(CYGPATH_W) '$(srcdir)/bsearch.c'; fi`
|
||
|
|
||
|
lib_a-ndbm.o: ndbm.c
|
||
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-ndbm.o `test -f 'ndbm.c' || echo '$(srcdir)/'`ndbm.c
|
||
|
|
||
|
lib_a-ndbm.obj: ndbm.c
|
||
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-ndbm.obj `if test -f 'ndbm.c'; then $(CYGPATH_W) 'ndbm.c'; else $(CYGPATH_W) '$(srcdir)/ndbm.c'; fi`
|
||
|
|
||
|
lib_a-qsort.o: qsort.c
|
||
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-qsort.o `test -f 'qsort.c' || echo '$(srcdir)/'`qsort.c
|
||
|
|
||
|
lib_a-qsort.obj: qsort.c
|
||
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-qsort.obj `if test -f 'qsort.c'; then $(CYGPATH_W) 'qsort.c'; else $(CYGPATH_W) '$(srcdir)/qsort.c'; fi`
|
||
|
|
||
|
lib_a-hash.o: hash.c
|
||
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-hash.o `test -f 'hash.c' || echo '$(srcdir)/'`hash.c
|
||
|
|
||
|
lib_a-hash.obj: hash.c
|
||
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-hash.obj `if test -f 'hash.c'; then $(CYGPATH_W) 'hash.c'; else $(CYGPATH_W) '$(srcdir)/hash.c'; fi`
|
||
|
|
||
|
lib_a-hash_bigkey.o: hash_bigkey.c
|
||
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-hash_bigkey.o `test -f 'hash_bigkey.c' || echo '$(srcdir)/'`hash_bigkey.c
|
||
|
|
||
|
lib_a-hash_bigkey.obj: hash_bigkey.c
|
||
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-hash_bigkey.obj `if test -f 'hash_bigkey.c'; then $(CYGPATH_W) 'hash_bigkey.c'; else $(CYGPATH_W) '$(srcdir)/hash_bigkey.c'; fi`
|
||
|
|
||
|
lib_a-hash_buf.o: hash_buf.c
|
||
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-hash_buf.o `test -f 'hash_buf.c' || echo '$(srcdir)/'`hash_buf.c
|
||
|
|
||
|
lib_a-hash_buf.obj: hash_buf.c
|
||
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-hash_buf.obj `if test -f 'hash_buf.c'; then $(CYGPATH_W) 'hash_buf.c'; else $(CYGPATH_W) '$(srcdir)/hash_buf.c'; fi`
|
||
|
|
||
|
lib_a-hash_func.o: hash_func.c
|
||
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-hash_func.o `test -f 'hash_func.c' || echo '$(srcdir)/'`hash_func.c
|
||
|
|
||
|
lib_a-hash_func.obj: hash_func.c
|
||
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-hash_func.obj `if test -f 'hash_func.c'; then $(CYGPATH_W) 'hash_func.c'; else $(CYGPATH_W) '$(srcdir)/hash_func.c'; fi`
|
||
|
|
||
|
lib_a-hash_log2.o: hash_log2.c
|
||
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-hash_log2.o `test -f 'hash_log2.c' || echo '$(srcdir)/'`hash_log2.c
|
||
|
|
||
|
lib_a-hash_log2.obj: hash_log2.c
|
||
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-hash_log2.obj `if test -f 'hash_log2.c'; then $(CYGPATH_W) 'hash_log2.c'; else $(CYGPATH_W) '$(srcdir)/hash_log2.c'; fi`
|
||
|
|
||
|
lib_a-hash_page.o: hash_page.c
|
||
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-hash_page.o `test -f 'hash_page.c' || echo '$(srcdir)/'`hash_page.c
|
||
|
|
||
|
lib_a-hash_page.obj: hash_page.c
|
||
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-hash_page.obj `if test -f 'hash_page.c'; then $(CYGPATH_W) 'hash_page.c'; else $(CYGPATH_W) '$(srcdir)/hash_page.c'; fi`
|
||
|
|
||
|
lib_a-hcreate.o: hcreate.c
|
||
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-hcreate.o `test -f 'hcreate.c' || echo '$(srcdir)/'`hcreate.c
|
||
|
|
||
|
lib_a-hcreate.obj: hcreate.c
|
||
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-hcreate.obj `if test -f 'hcreate.c'; then $(CYGPATH_W) 'hcreate.c'; else $(CYGPATH_W) '$(srcdir)/hcreate.c'; fi`
|
||
|
|
||
|
lib_a-hcreate_r.o: hcreate_r.c
|
||
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-hcreate_r.o `test -f 'hcreate_r.c' || echo '$(srcdir)/'`hcreate_r.c
|
||
|
|
||
|
lib_a-hcreate_r.obj: hcreate_r.c
|
||
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-hcreate_r.obj `if test -f 'hcreate_r.c'; then $(CYGPATH_W) 'hcreate_r.c'; else $(CYGPATH_W) '$(srcdir)/hcreate_r.c'; fi`
|
||
|
|
||
|
lib_a-tdelete.o: tdelete.c
|
||
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-tdelete.o `test -f 'tdelete.c' || echo '$(srcdir)/'`tdelete.c
|
||
|
|
||
|
lib_a-tdelete.obj: tdelete.c
|
||
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-tdelete.obj `if test -f 'tdelete.c'; then $(CYGPATH_W) 'tdelete.c'; else $(CYGPATH_W) '$(srcdir)/tdelete.c'; fi`
|
||
|
|
||
|
lib_a-tdestroy.o: tdestroy.c
|
||
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-tdestroy.o `test -f 'tdestroy.c' || echo '$(srcdir)/'`tdestroy.c
|
||
|
|
||
|
lib_a-tdestroy.obj: tdestroy.c
|
||
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-tdestroy.obj `if test -f 'tdestroy.c'; then $(CYGPATH_W) 'tdestroy.c'; else $(CYGPATH_W) '$(srcdir)/tdestroy.c'; fi`
|
||
|
|
||
|
lib_a-tfind.o: tfind.c
|
||
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-tfind.o `test -f 'tfind.c' || echo '$(srcdir)/'`tfind.c
|
||
|
|
||
|
lib_a-tfind.obj: tfind.c
|
||
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-tfind.obj `if test -f 'tfind.c'; then $(CYGPATH_W) 'tfind.c'; else $(CYGPATH_W) '$(srcdir)/tfind.c'; fi`
|
||
|
|
||
|
lib_a-tsearch.o: tsearch.c
|
||
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-tsearch.o `test -f 'tsearch.c' || echo '$(srcdir)/'`tsearch.c
|
||
|
|
||
|
lib_a-tsearch.obj: tsearch.c
|
||
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-tsearch.obj `if test -f 'tsearch.c'; then $(CYGPATH_W) 'tsearch.c'; else $(CYGPATH_W) '$(srcdir)/tsearch.c'; fi`
|
||
|
|
||
|
lib_a-twalk.o: twalk.c
|
||
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-twalk.o `test -f 'twalk.c' || echo '$(srcdir)/'`twalk.c
|
||
|
|
||
|
lib_a-twalk.obj: twalk.c
|
||
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-twalk.obj `if test -f 'twalk.c'; then $(CYGPATH_W) 'twalk.c'; else $(CYGPATH_W) '$(srcdir)/twalk.c'; fi`
|
||
|
|
||
|
lib_a-bsd_qsort_r.o: bsd_qsort_r.c
|
||
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-bsd_qsort_r.o `test -f 'bsd_qsort_r.c' || echo '$(srcdir)/'`bsd_qsort_r.c
|
||
|
|
||
|
lib_a-bsd_qsort_r.obj: bsd_qsort_r.c
|
||
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-bsd_qsort_r.obj `if test -f 'bsd_qsort_r.c'; then $(CYGPATH_W) 'bsd_qsort_r.c'; else $(CYGPATH_W) '$(srcdir)/bsd_qsort_r.c'; fi`
|
||
|
|
||
|
lib_a-qsort_r.o: qsort_r.c
|
||
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-qsort_r.o `test -f 'qsort_r.c' || echo '$(srcdir)/'`qsort_r.c
|
||
|
|
||
|
lib_a-qsort_r.obj: qsort_r.c
|
||
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-qsort_r.obj `if test -f 'qsort_r.c'; then $(CYGPATH_W) 'qsort_r.c'; else $(CYGPATH_W) '$(srcdir)/qsort_r.c'; fi`
|
||
|
|
||
|
mostlyclean-libtool:
|
||
|
-rm -f *.lo
|
||
|
|
||
|
clean-libtool:
|
||
|
-rm -rf .libs _libs
|
||
|
|
||
|
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; nonempty = 1; } \
|
||
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||
|
mkid -fID $$unique
|
||
|
tags: TAGS
|
||
|
|
||
|
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||
|
$(TAGS_FILES) $(LISP)
|
||
|
set x; \
|
||
|
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; nonempty = 1; } \
|
||
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||
|
shift; \
|
||
|
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
||
|
test -n "$$unique" || unique=$$empty_fix; \
|
||
|
if test $$# -gt 0; then \
|
||
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||
|
"$$@" $$unique; \
|
||
|
else \
|
||
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||
|
$$unique; \
|
||
|
fi; \
|
||
|
fi
|
||
|
ctags: CTAGS
|
||
|
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||
|
$(TAGS_FILES) $(LISP)
|
||
|
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; nonempty = 1; } \
|
||
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
||
|
test -z "$(CTAGS_ARGS)$$unique" \
|
||
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
||
|
$$unique
|
||
|
|
||
|
GTAGS:
|
||
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
||
|
&& $(am__cd) $(top_srcdir) \
|
||
|
&& gtags -i $(GTAGS_ARGS) "$$here"
|
||
|
|
||
|
distclean-tags:
|
||
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
||
|
check-am:
|
||
|
check: check-am
|
||
|
all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(DATA)
|
||
|
installdirs:
|
||
|
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:
|
||
|
if test -z '$(STRIP)'; then \
|
||
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||
|
install; \
|
||
|
else \
|
||
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||
|
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
||
|
fi
|
||
|
mostlyclean-generic:
|
||
|
|
||
|
clean-generic:
|
||
|
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
||
|
|
||
|
distclean-generic:
|
||
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||
|
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_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-libtool clean-noinstLIBRARIES \
|
||
|
clean-noinstLTLIBRARIES mostlyclean-am
|
||
|
|
||
|
distclean: distclean-am
|
||
|
-rm -f Makefile
|
||
|
distclean-am: clean-am distclean-compile distclean-generic \
|
||
|
distclean-tags
|
||
|
|
||
|
dvi: dvi-am
|
||
|
|
||
|
dvi-am:
|
||
|
|
||
|
html: html-am
|
||
|
|
||
|
html-am:
|
||
|
|
||
|
info: info-am
|
||
|
|
||
|
info-am:
|
||
|
|
||
|
install-data-am:
|
||
|
|
||
|
install-dvi: install-dvi-am
|
||
|
|
||
|
install-dvi-am:
|
||
|
|
||
|
install-exec-am:
|
||
|
|
||
|
install-html: install-html-am
|
||
|
|
||
|
install-html-am:
|
||
|
|
||
|
install-info: install-info-am
|
||
|
|
||
|
install-info-am:
|
||
|
|
||
|
install-man:
|
||
|
|
||
|
install-pdf: install-pdf-am
|
||
|
|
||
|
install-pdf-am:
|
||
|
|
||
|
install-ps: install-ps-am
|
||
|
|
||
|
install-ps-am:
|
||
|
|
||
|
installcheck-am:
|
||
|
|
||
|
maintainer-clean: maintainer-clean-am
|
||
|
-rm -f Makefile
|
||
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||
|
|
||
|
mostlyclean: mostlyclean-am
|
||
|
|
||
|
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
||
|
mostlyclean-libtool
|
||
|
|
||
|
pdf: pdf-am
|
||
|
|
||
|
pdf-am:
|
||
|
|
||
|
ps: ps-am
|
||
|
|
||
|
ps-am:
|
||
|
|
||
|
uninstall-am:
|
||
|
|
||
|
.MAKE: install-am install-strip
|
||
|
|
||
|
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
|
||
|
clean-libtool clean-noinstLIBRARIES clean-noinstLTLIBRARIES \
|
||
|
ctags distclean distclean-compile distclean-generic \
|
||
|
distclean-libtool distclean-tags 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-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
|
||
|
|
||
|
objectlist.awk.in: $(noinst_LTLIBRARIES)
|
||
|
-rm -f objectlist.awk.in
|
||
|
for i in `ls *.lo` ; \
|
||
|
do \
|
||
|
echo $$i `pwd`/$$i >> objectlist.awk.in ; \
|
||
|
done
|
||
|
|
||
|
.c.def:
|
||
|
$(CHEW) < $< > $*.def || ( rm $*.def && false )
|
||
|
@touch stmp-def
|
||
|
|
||
|
TARGETDOC ?= ../tmp.texi
|
||
|
|
||
|
doc: $(CHEWOUT_FILES)
|
||
|
for chapter in $(CHAPTERS) ; \
|
||
|
do \
|
||
|
cat $(srcdir)/$$chapter >> $(TARGETDOC) ; \
|
||
|
done
|
||
|
|
||
|
.c.xml:
|
||
|
$(DOCBOOK_CHEW) < $< > $*.xml || ( rm $*.xml && false )
|
||
|
@touch stmp-xml
|
||
|
|
||
|
docbook: $(DOCBOOK_OUT_FILES)
|
||
|
for chapter in $(DOCBOOK_CHAPTERS) ; \
|
||
|
do \
|
||
|
${top_srcdir}/../doc/chapter-texi2docbook.py <$(srcdir)/$${chapter%.xml}.tex >../$$chapter ; \
|
||
|
done
|
||
|
|
||
|
# 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:
|