@ -1,6 +1,6 @@
# Makefile.in generated automatically by automake 1.3 from Makefile.am
# Makefile.in generated automatically by automake 1.4 from Makefile.am
# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
# Copyright (C) 1994, 1995-8, 1999 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.
@ -13,7 +13,7 @@
# $Id$
SHELL = /bin/sh
SHELL = @SHELL@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
@ -34,7 +34,7 @@ mandir = @mandir@
includedir = @includedir@
oldincludedir = /usr/include
DI STDIR =
DE STDIR =
pkgdatadir = $( datadir) /@PACKAGE@
pkglibdir = $( libdir) /@PACKAGE@
@ -48,7 +48,7 @@ AUTOMAKE = @AUTOMAKE@
AUTOHEADER = @AUTOHEADER@
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $( AM_INSTALL_PROGRAM_FLAGS)
INSTALL_DATA = @INSTALL_DATA@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
transform = @program_transform_name@
@ -95,9 +95,9 @@ VERSION = @VERSION@
WARNING_LEVEL = @WARNING_LEVEL@
YACC = @YACC@
INCLUDES = @INCLUDES@ -I@top_srcdir@ -I@top_srcdir@/libzend
noinst_LIBRARIES = libphpext_sybase.a
libphpext_sybase_a_SOURCES = sybase.c sybase-ct.c
INCLUDES = @INCLUDES@ -I@top_srcdir@ -I@top_srcdir@/libzend
noinst_LIBRARIES = libphpext_sybase.a
libphpext_sybase_a_SOURCES = sybase.c sybase-ct.c
mkinstalldirs = $( SHELL) $( top_srcdir) /mkinstalldirs
CONFIG_HEADER = ../../config.h
CONFIG_CLEAN_FILES =
@ -111,23 +111,23 @@ LIBS = @LIBS@
libphpext_sybase_a_LIBADD =
libphpext_sybase_a_OBJECTS = sybase.o sybase-ct.o
AR = ar
COMPILE = $( CC) $( DEFS) $( INCLUDES) $( CPPFLAGS) $( CFLAGS)
LINK = $( CC) $( CFLAGS) $( LDFLAGS) -o $@
COMPILE = $( CC) $( DEFS) $( INCLUDES) $( AM_CPPFLAGS) $( CPPFLAGS) $( AM_CFLAGS) $( CFLAGS)
CCLD = $( CC)
LINK = $( CCLD) $( AM_CFLAGS) $( CFLAGS) $( LDFLAGS) -o $@
DIST_COMMON = Makefile.am Makefile.in
DISTFILES = $( DIST_COMMON) $( SOURCES) $( HEADERS) $( TEXINFOS) $( EXTRA_DIST)
TAR = tar
GZIP = --best
TAR = g tar
GZIP_ENV = --best
SOURCES = $( libphpext_sybase_a_SOURCES)
OBJECTS = $( libphpext_sybase_a_OBJECTS)
all : Makefile $( LIBRARIES )
all : all -redirect
.SUFFIXES :
.SUFFIXES : .S .c .o .s
$(srcdir)/Makefile.in : @MAINT @ Makefile .am $( top_srcdir ) /configure .in $( ACLOCAL_M 4)
$(srcdir)/Makefile.in : @MAINTAINER_MODE_TRUE @ Makefile .am $( top_srcdir ) /configure .in $( ACLOCAL_M 4)
cd $( top_srcdir) && $( AUTOMAKE) --gnu --include-deps ext/sybase/Makefile
Makefile : $( srcdir ) /Makefile .in $( top_builddir ) /config .status
@ -171,8 +171,12 @@ libphpext_sybase.a: $(libphpext_sybase_a_OBJECTS) $(libphpext_sybase_a_DEPENDENC
tags : TAGS
ID : $( HEADERS ) $( SOURCES ) $( LISP )
list = '$(SOURCES) $(HEADERS)' ; \
unique = ` for i in $$ list; do echo $$ i; done | \
awk ' { files[ $$ 0] = 1; } \
END { for ( i in files) print i; } ' ` ; \
here = ` pwd ` && cd $( srcdir) \
&& mkid -f$$ here/ID $( SOURCES) $( HEADERS) $( LISP)
&& mkid -f$$ here/ID $$ unique $( LISP)
TAGS : $( HEADERS ) $( SOURCES ) $( TAGS_DEPENDENCIES ) $( LISP )
tags = ; \
@ -200,69 +204,82 @@ subdir = ext/sybase
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; \
if test -d $$ d/$$ file; then \
cp -pr $$ /$$ file $( distdir) /$$ file; \
else \
test -f $( distdir) /$$ file \
|| ln $$ d/$$ file $( distdir) /$$ file 2> /dev/null \
|| cp -p $$ d/$$ file $( distdir) /$$ file || :; \
fi ; \
done
info :
dvi :
check : all
$( MAKE)
installcheck :
install-exec :
@$( NORMAL_INSTALL)
install-data :
@$( NORMAL_INSTALL)
install : install -exec install -data all
@:
uninstall :
info-am :
info : info -am
dvi-am :
dvi : dvi -am
check-am : all -am
check : check -am
installcheck-am :
installcheck : installcheck -am
install-exec-am :
install-exec : install -exec -am
install-data-am :
install-data : install -data -am
install-am : all -am
@$( MAKE) $( AM_MAKEFLAGS) install-exec-am install-data-am
install : install -am
uninstall-am :
uninstall : uninstall -am
all-am : Makefile $( LIBRARIES )
all-redirect : all -am
install-strip :
$( MAKE) INSTALL_PROGRAM = '$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT = '$(INSTALL_PROGRAM)' install
$( MAKE) $( AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS = -s install
installdirs :
mostlyclean-generic :
-test -z " $( MOSTLYCLEANFILES) " || rm -f $( MOSTLYCLEANFILES)
clean-generic :
-test -z " $( CLEANFILES) " || rm -f $( CLEANFILES)
distclean-generic :
-rm -f Makefile $( DISTCLEAN FILES)
-rm -f Makefile $( CONFIG_CLEAN_ FILES)
-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 -noinstLIBRARIES mostlyclean -compile \
mostlyclean-am : mostlyclean -noinstLIBRARIES mostlyclean -compile \
mostlyclean-tags mostlyclean-generic
clean : clean -noinstLIBRARIES clean -compile clean -tags clean -generic \
mostlyclean
mostlyclean : mostlyclean -am
clean-am : clean -noinstLIBRARIES clean -compile clean -tags clean -generic \
mostlyclean-am
distclean : distclean -noinstLIBRARIES distclean -compile distclean -tags \
distclean-generic clean
-rm -f config.status
clean : clean -am
maintainer-clean : maintainer -clean -noinstLIBRARIES \
distclean-am : distclean -noinstLIBRARIES distclean -compile \
distclean-tags distclean-generic clean-am
distclean : distclean -am
maintainer-clean-am : maintainer -clean -noinstLIBRARIES \
maintainer-clean-compile maintainer-clean-tags \
maintainer-clean-generic distclean
maintainer-clean-generic distclean-am
@echo "This command is intended for maintainers to use;"
@echo "it deletes files that may require special tools to rebuild."
maintainer-clean : maintainer -clean -am
.PHONY : mostlyclean -noinstLIBRARIES distclean -noinstLIBRARIES \
c l e a n - n o i n s t L I B R A R I E S m a i n t a i n e r - c l e a n - n o i n s t L I B R A R I E S \
m o s t l y c l e a n - c o m p i l e d i s t c l e a n - c o m p i l e c l e a n - c o m p i l e \
m a i n t a i n e r - c l e a n - c o m p i l e t a g s m o s t l y c l e a n - t a g s d i s t c l e a n - t a g s \
c l e a n - t a g s m a i n t a i n e r - c l e a n - t a g s d i s t d i r i n f o d v i i n s t a l l c h e c k \
i n s t a l l - e x e c i n s t a l l - d a t a i n s t a l l u n i n s t a l l a l l i n s t a l l d i r s \
m o s t l y c l e a n - g e n e r i c d i s t c l e a n - g e n e r i c c l e a n - g e n e r i c \
m a i n t a i n e r - c l e a n - g e n e r i c c l e a n m o s t l y c l e a n d i s t c l e a n m a i n t a i n e r - c l e a n
c l e a n - t a g s m a i n t a i n e r - c l e a n - t a g s d i s t d i r i n f o - a m i n f o d v i - a m d v i c h e c k \
c h e c k - a m i n s t a l l c h e c k - a m i n s t a l l c h e c k i n s t a l l - e x e c - a m i n s t a l l - e x e c \
i n s t a l l - d a t a - a m i n s t a l l - d a t a i n s t a l l - a m i n s t a l l u n i n s t a l l - a m u n i n s t a l l \
a l l - r e d i r e c t a l l - a m a l l i n s t a l l d i r s m o s t l y c l e a n - g e n e r i c \
d i s t c l e a n - g e n e r i c c l e a n - g e n e r i c m a i n t a i n e r - c l e a n - g e n e r i c c l e a n \
m o s t l y c l e a n d i s t c l e a n m a i n t a i n e r - c l e a n
# Tell versions [3.59,3.63) of GNU make to not export all variables.