home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 January
/
Chip_2001-01_cd1.bin
/
tema
/
mysql
/
mysql-3.23.28g-win-source.exe
/
strings
/
makefile.in
< prev
next >
Wrap
Makefile
|
1999-10-12
|
12KB
|
394 lines
# Makefile.in generated automatically by automake 1.2 from Makefile.am
# Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
# Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB
# This file is public domain and comes with NO WARRANTY of any kind
SHELL = /bin/sh
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
sbindir = @sbindir@
libexecdir = @libexecdir@
datadir = @datadir@
sysconfdir = @sysconfdir@
sharedstatedir = @sharedstatedir@
localstatedir = @localstatedir@
libdir = @libdir@
infodir = @infodir@
mandir = @mandir@
includedir = @includedir@
oldincludedir = /usr/include
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = ..
ACLOCAL = @ACLOCAL@
AUTOCONF = @AUTOCONF@
AUTOMAKE = @AUTOMAKE@
AUTOHEADER = @AUTOHEADER@
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
transform = @program_transform_name@
NORMAL_INSTALL = true
PRE_INSTALL = true
POST_INSTALL = true
NORMAL_UNINSTALL = true
PRE_UNINSTALL = true
POST_UNINSTALL = true
build_alias = @build_alias@
build_triplet = @build@
host_alias = @host_alias@
host_triplet = @host@
target_alias = @target_alias@
target_triplet = @target@
ALLOCA = @ALLOCA@
CC = @CC@
CHARSET_OBJS = @CHARSET_OBJS@
CHARSET_SRCS = @CHARSET_SRCS@
CHECK_PID = @CHECK_PID@
CHMOD = @CHMOD@
CLIENT_LIBS = @CLIENT_LIBS@
CMP = @CMP@
CP = @CP@
CPP = @CPP@
CXX = @CXX@
DOT_FRM_VERSION = @DOT_FRM_VERSION@
FIND_PROC = @FIND_PROC@
GXX = @GXX@
HOSTNAME = @HOSTNAME@
KILL = @KILL@
LN = @LN@
LN_CP_F = @LN_CP_F@
MACHINE_TYPE = @MACHINE_TYPE@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MT_INCLUDES = @MT_INCLUDES@
MT_LD_ADD = @MT_LD_ADD@
MV = @MV@
MYSQLD_DEFAULT_SWITCHES = @MYSQLD_DEFAULT_SWITCHES@
MYSQL_UNIX_ADDR = @MYSQL_UNIX_ADDR@
MYSQL_VERSION_ID = @MYSQL_VERSION_ID@
PACKAGE = @PACKAGE@
PERL = @PERL@
PERL5 = @PERL5@
PERL_MATHLIB = @PERL_MATHLIB@
PROTOCOL_VERSION = @PROTOCOL_VERSION@
PS = @PS@
RANLIB = @RANLIB@
RM = @RM@
SED = @SED@
SHARED_LIB_VERSION = @SHARED_LIB_VERSION@
SYSTEM_TYPE = @SYSTEM_TYPE@
TERMCAP_LIB = @TERMCAP_LIB@
THREAD_LOBJECTS = @THREAD_LOBJECTS@
THREAD_LPROGRAMS = @THREAD_LPROGRAMS@
VERSION = @VERSION@
YACC = @YACC@
install_shlib = @install_shlib@
mystrings_charset = @mystrings_charset@
perl_dirs = @perl_dirs@
readline_dir = @readline_dir@
readline_link = @readline_link@
server_scripts = @server_scripts@
shlib = @shlib@
sql_server_dirs = @sql_server_dirs@
INCLUDES = @MT_INCLUDES@ -I$(srcdir)/../include -I../include
pkglib_LIBRARIES = libmystrings.a
libmystrings_a_SOURCES =bfill.c bmove.c bmove512.c bchange.c \
strmov.c strnmov.c strend.c strxmov.c strxnmov.c \
int2str.c str2int.c \
strmake.c strstr.c strappend.c strfill.c \
strinstr.c r_strinstr.c strcont.c bmove_upp.c \
ct_init.c \
atof.c strcend.c is_prefix.c ptr_cmp.c bcmp.c \
strtol.c strtoul.c strtoll.c strtoull.c \
@CHARSET_SRCS@
# Default charset definitions
EXTRA_DIST = ctype-latin1.c ctype-latin2.c \
ctype-dec8.c ctype-dos.c ctype-hp8.c \
ctype-swe7.c ctype-usa7.c ctype-koi8_ru.c \
ctype-german1.c ctype-big5.c ctype-czech.c strto.c
OMIT_DEPENDENCIES = pthread.h stdio.h __stdio.h stdlib.h __stdlib.h math.h\
__math.h time.h __time.h unistd.h __unistd.h types.h \
xtypes.h ac-types.h posix.h string.h __string.h \
errno.h socket.h inet.h dirent.h netdb.h \
cleanup.h cond.h debug_out.h fd.h kernel.h mutex.h \
prio_queue.h pthread_attr.h pthread_once.h queue.h\
sleep.h specific.h version.h pwd.h timers.h uio.h \
cdefs.h machdep.h signal.h __signal.h util.h
libmystrings_a_LIBADD= @CHARSET_OBJS@
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h
CONFIG_CLEAN_FILES =
LIBRARIES = $(pkglib_LIBRARIES)
DEFS = @DEFS@ -I. -I$(srcdir) -I..
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
libmystrings_a_DEPENDENCIES =
libmystrings_a_OBJECTS = bfill.o bmove.o bmove512.o bchange.o strmov.o \
strnmov.o strend.o strxmov.o strxnmov.o int2str.o str2int.o strmake.o \
strstr.o strappend.o strfill.o strinstr.o r_strinstr.o strcont.o \
bmove_upp.o ct_init.o atof.o strcend.o is_prefix.o ptr_cmp.o bcmp.o \
strtol.o strtoul.o strtoll.o strtoull.o
AR = ar
CFLAGS = @CFLAGS@
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
DIST_COMMON = README ChangeLog Makefile.am Makefile.in
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
TAR = gtar
GZIP = --best
SOURCES = $(libmystrings_a_SOURCES)
OBJECTS = $(libmystrings_a_OBJECTS)
default: all
.SUFFIXES:
.SUFFIXES: .c .o
$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps strings/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) \
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
mostlyclean-pkglibLIBRARIES:
clean-pkglibLIBRARIES:
test -z "$(pkglib_LIBRARIES)" || rm -f $(pkglib_LIBRARIES)
distclean-pkglibLIBRARIES:
maintainer-clean-pkglibLIBRARIES:
install-pkglibLIBRARIES: $(pkglib_LIBRARIES)
@$(NORMAL_INSTALL)
$(mkinstalldirs) $(pkglibdir)
list='$(pkglib_LIBRARIES)'; for p in $$list; do \
if test -f $$p; then \
echo " $(INSTALL_DATA) $$p $(pkglibdir)/$$p"; \
$(INSTALL_DATA) $$p $(pkglibdir)/$$p; \
else :; fi; \
done
@$(POST_INSTALL)
@list='$(pkglib_LIBRARIES)'; for p in $$list; do \
if test -f $$p; then \
echo " $(RANLIB) $(pkglibdir)/$$p"; \
$(RANLIB) $(pkglibdir)/$$p; \
else :; fi; \
done
uninstall-pkglibLIBRARIES:
$(NORMAL_UNINSTALL)
list='$(pkglib_LIBRARIES)'; for p in $$list; do \
rm -f $(pkglibdir)/$$p; \
done
.c.o:
$(COMPILE) -c $<
mostlyclean-compile:
rm -f *.o core
clean-compile:
distclean-compile:
rm -f *.tab.c
maintainer-clean-compile:
libmystrings.a: $(libmystrings_a_OBJECTS) $(libmystrings_a_DEPENDENCIES)
rm -f libmystrings.a
$(AR) cru libmystrings.a $(libmystrings_a_OBJECTS) $(libmystrings_a_LIBADD)
$(RANLIB) libmystrings.a
tags: TAGS
ID: $(HEADERS) $(SOURCES)
here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
tags=; \
here=`pwd`; \
test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
|| (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $(SOURCES) $(HEADERS) -o $$here/TAGS)
mostlyclean-tags:
clean-tags:
distclean-tags:
rm -f TAGS ID
maintainer-clean-tags:
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
subdir = strings
distdir: $(DISTFILES)
@for file in $(DISTFILES); do \
d=$(srcdir); \
test -f $(distdir)/$$file \
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|| cp -p $$d/$$file $(distdir)/$$file; \
done
atof.o atof.lo: atof.c ../include/global.h ../config.h ../include/dbug.h
bchange.o bchange.lo: bchange.c ../include/global.h ../config.h \
../include/dbug.h ../include/m_string.h
bcmp.o bcmp.lo: bcmp.c ../include/global.h ../config.h ../include/dbug.h \
../include/m_string.h
bfill.o bfill.lo: bfill.c ../include/global.h ../config.h \
../include/dbug.h ../include/m_string.h
bmove.o bmove.lo: bmove.c ../include/global.h ../config.h \
../include/dbug.h ../include/m_string.h
bmove512.o bmove512.lo: bmove512.c ../include/global.h ../config.h \
../include/dbug.h ../include/m_string.h
bmove_upp.o bmove_upp.lo: bmove_upp.c ../include/global.h ../config.h \
../include/dbug.h ../include/m_string.h
ct_init.o ct_init.lo: ct_init.c ../include/global.h ../config.h \
../include/dbug.h ../include/m_ctype.h
int2str.o int2str.lo: int2str.c ../include/global.h ../config.h \
../include/dbug.h ../include/m_string.h
is_prefix.o is_prefix.lo: is_prefix.c ../include/global.h ../config.h \
../include/dbug.h ../include/m_string.h
ptr_cmp.o ptr_cmp.lo: ptr_cmp.c ../include/global.h ../config.h \
../include/dbug.h ../include/m_string.h ../include/my_pthread.h \
../mit-pthreads/include/sched.h
r_strinstr.o r_strinstr.lo: r_strinstr.c ../include/global.h ../config.h \
../include/dbug.h ../include/m_string.h
str2int.o str2int.lo: str2int.c ../include/global.h ../config.h \
../include/dbug.h ../include/m_string.h ../include/m_ctype.h \
../include/my_sys.h
strappend.o strappend.lo: strappend.c ../include/global.h ../config.h \
../include/dbug.h ../include/m_string.h
strcend.o strcend.lo: strcend.c ../include/global.h ../config.h \
../include/dbug.h ../include/m_string.h
strcont.o strcont.lo: strcont.c ../include/global.h ../config.h \
../include/dbug.h ../include/m_string.h
strend.o strend.lo: strend.c ../include/global.h ../config.h \
../include/dbug.h ../include/m_string.h
strfill.o strfill.lo: strfill.c ../include/global.h ../config.h \
../include/dbug.h ../include/m_string.h
strinstr.o strinstr.lo: strinstr.c ../include/global.h ../config.h \
../include/dbug.h ../include/m_string.h
strmake.o strmake.lo: strmake.c ../include/global.h ../config.h \
../include/dbug.h ../include/m_string.h
strmov.o strmov.lo: strmov.c ../include/global.h ../config.h \
../include/dbug.h ../include/m_string.h
strnmov.o strnmov.lo: strnmov.c ../include/global.h ../config.h \
../include/dbug.h ../include/m_string.h
strstr.o strstr.lo: strstr.c ../include/global.h ../config.h \
../include/dbug.h ../include/m_string.h
strtol.o strtol.lo: strtol.c ../include/global.h ../config.h \
../include/dbug.h
strtoll.o strtoll.lo: strtoll.c ../include/global.h ../config.h \
../include/dbug.h ../include/m_string.h
strtoul.o strtoul.lo: strtoul.c ../include/global.h ../config.h \
../include/dbug.h
strtoull.o strtoull.lo: strtoull.c ../include/global.h ../config.h \
../include/dbug.h ../include/m_string.h
strxmov.o strxmov.lo: strxmov.c ../include/global.h ../config.h \
../include/dbug.h ../include/m_string.h
strxnmov.o strxnmov.lo: strxnmov.c ../include/global.h ../config.h \
../include/dbug.h ../include/m_string.h
info:
dvi:
check: all
$(MAKE)
installcheck:
install-exec: install-pkglibLIBRARIES
@$(NORMAL_INSTALL)
install-data:
@$(NORMAL_INSTALL)
install: install-exec install-data all
@:
uninstall: uninstall-pkglibLIBRARIES
all: Makefile $(LIBRARIES)
install-strip:
$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
installdirs:
$(mkinstalldirs) $(pkglibdir)
mostlyclean-generic:
test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
clean-generic:
test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
distclean-generic:
rm -f Makefile $(DISTCLEANFILES)
rm -f config.cache config.log stamp-h stamp-h[0-9]*
test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
maintainer-clean-generic:
test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
mostlyclean: mostlyclean-pkglibLIBRARIES mostlyclean-compile \
mostlyclean-tags mostlyclean-generic
clean: clean-pkglibLIBRARIES clean-compile clean-tags clean-generic \
mostlyclean
distclean: distclean-pkglibLIBRARIES distclean-compile distclean-tags \
distclean-generic clean
rm -f config.status
maintainer-clean: maintainer-clean-pkglibLIBRARIES \
maintainer-clean-compile maintainer-clean-tags \
maintainer-clean-generic distclean
@echo "This command is intended for maintainers to use;"
@echo "it deletes files that may require special tools to rebuild."
.PHONY: default mostlyclean-pkglibLIBRARIES distclean-pkglibLIBRARIES \
clean-pkglibLIBRARIES maintainer-clean-pkglibLIBRARIES \
uninstall-pkglibLIBRARIES install-pkglibLIBRARIES mostlyclean-compile \
distclean-compile clean-compile maintainer-clean-compile tags \
mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
distdir info dvi installcheck install-exec install-data install \
uninstall all installdirs mostlyclean-generic distclean-generic \
clean-generic maintainer-clean-generic clean mostlyclean distclean \
maintainer-clean
# This is because the dependency tracking misses @FOO@ vars in sources.
strtoull.o: @CHARSET_OBJS@
# 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: