-# Makefile.in generated automatically by automake 1.4 from Makefile.am
+# Makefile.in generated automatically by automake 1.4a from Makefile.am
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
-
SHELL = @SHELL@
srcdir = @srcdir@
AUTOHEADER = @AUTOHEADER@
INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_FLAG =
transform = @program_transform_name@
NORMAL_INSTALL = :
TAR = @TAR@
VERSION = @VERSION@
+
AUTOMAKE_OPTIONS = gnits 1.4
MAINT_CHARSET = latin1
mostlyclean-aminfo:
-rm -f automake.aux automake.cp automake.cps automake.dvi automake.fn \
- automake.fns automake.ky automake.kys automake.ps \
- automake.log automake.pg automake.toc automake.tp \
+ automake.fns automake.pgs automake.ky automake.kys \
+ automake.ps automake.log automake.pg automake.toc automake.tp \
automake.tps automake.vr automake.vrs automake.op automake.tr \
automake.cv automake.cn
dot_seen=no; \
rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
rev="$$subdir $$rev"; \
- test "$$subdir" = "." && dot_seen=yes; \
+ if test "$$subdir" = "."; then dot_seen=yes; else :; fi; \
done; \
test "$$dot_seen" = "no" && rev=". $$rev"; \
target=`echo $@ | sed s/-recursive//`; \
@for file in $(DISTFILES); do \
d=$(srcdir); \
if test -d $$d/$$file; then \
- cp -pr $$/$$file $(distdir)/$$file; \
+ cp -pr $$d/$$file $(distdir)/$$file; \
else \
test -f $(distdir)/$$file \
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
all-am: Makefile $(INFO_DEPS) $(SCRIPTS) $(DATA)
all-redirect: all-recursive
install-strip:
- $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
installdirs: installdirs-recursive
installdirs-am:
$(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(infodir) \
local ($ltcompile, $ltlink) = &libtool_compiler;
&define_configure_variable ('CFLAGS');
- &define_variable ('COMPILE',
- '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)');
- &define_variable ('LTCOMPILE',
- $ltcompile .
- '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)')
- if ($seen_libtool);
+ &define_compiler_variable ('COMPILE', $ltcompile,
+ '$(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)');
&define_variable ('CCLD', '$(CC)');
&define_variable ('LINK', $ltlink . '$(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@');
}
push (@check_tests, 'check-TESTS');
push (@phony, 'check-TESTS');
+ # Note: Solaris 2.7 seems to expand TESTS using VPATH. That's
+ # why we choose `dir=' and not `dir=.'
$output_rules .= 'check-TESTS: $(TESTS)
@failed=0; all=0; \\
srcdir=$(srcdir); export srcdir; \\
for tst in $(TESTS); do \\
- if test -f $$tst; then dir=.; \\
- else dir="$(srcdir)"; fi; \\
- if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \\
+ if test -f $$tst; then dir=; \\
+ else dir="$(srcdir)/"; fi; \\
+ if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \\
all=`expr $$all + 1`; \\
echo "PASS: $$tst"; \\
elif test $$? -ne 77; then \\
local ($ltcompile, $ltlink) = &libtool_compiler;
&define_configure_variable ("CXXFLAGS");
- &define_variable ('CXXCOMPILE', '$(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)');
- &define_variable ('LTCXXCOMPILE',
- $ltcompile . '$(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)')
- if ($seen_libtool);
+ &define_compiler_variable ('CXXCOMPILE', $ltcompile, '$(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)');
&define_variable ('CXXLD', '$(CXX)');
&define_variable ('CXXLINK', $ltlink . '$(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@');
local ($ltcompile, $ltlink) = &libtool_compiler;
&define_configure_variable ('FFLAGS');
- &define_variable ('F77COMPILE', '$(F77) $(AM_FFLAGS) $(FFLAGS)');
- &define_variable ('LTF77COMPILE',
- $ltcompile . '$(F77) $(AM_FFLAGS) $(FFLAGS)')
- if ($seen_libtool);
+ &define_compiler_variable ('F77COMPILE', $ltcompile,
+ '$(F77) $(AM_FFLAGS) $(FFLAGS)');
&define_variable ('F77LD', '$(F77)');
&define_variable ('F77LINK', $ltlink . '$(F77LD) $(AM_FFLAGS) $(FFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@');
local ($ltcompile, $ltlink) = &libtool_compiler;
&define_configure_variable ('FFLAGS');
- &define_variable ('F77COMPILE', '$(F77) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_FFLAGS) $(FFLAGS)');
- &define_variable ('LTF77COMPILE',
- $ltcompile . '$(F77) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_FFLAGS) $(FFLAGS)')
- if ($seen_libtool);
+ &define_compiler_variable ('F77COMPILE', $ltcompile,
+ '$(F77) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_FFLAGS) $(FFLAGS)');
&define_variable ('F77LD', '$(F77)');
&define_variable ('F77LINK', $ltlink . '$(F77LD) $(AM_FFLAGS) $(FFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@');
&define_configure_variable ('FFLAGS');
&define_configure_variable ('RFLAGS');
- &define_variable ('RCOMPILE', '$(F77) $(AM_FFLAGS) $(FFLAGS) $(AM_RFLAGS) $(RFLAGS)');
- &define_variable ('LTRCOMPILE',
- $ltcompile . '$(F77) $(AM_FFLAGS) $(FFLAGS) $(AM_RFLAGS) $(RFLAGS)')
- if ($seen_libtool);
+ &define_variable ('RCOMPILE', $ltcompile,
+ '$(F77) $(AM_FFLAGS) $(FFLAGS) $(AM_RFLAGS) $(RFLAGS)');
&define_variable ('F77LD', '$(F77)');
&define_variable ('F77LINK', $ltlink . '$(F77LD) $(AM_FFLAGS) $(FFLAGS) $(AM_RFLAGS) $(RFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@');
local ($ltcompile, $ltlink) = &libtool_compiler;
&define_configure_variable ("OBJCFLAGS");
- &define_variable ('OBJCCOMPILE', '$(OBJC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_OBJCFLAGS) $(OBJCFLAGS)');
- &define_variable ('LTOBJCCOMPILE',
- $ltcompile . '$(OBJC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_OBJCFLAGS) $(OBJCFLAGS)')
- if ($seen_libtool);
+ &define_compiler_variable ('OBJCCOMPILE', $ltcompile,
+ '$(OBJC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_OBJCFLAGS) $(OBJCFLAGS)');
&define_variable ('OBJCLD', '$(OBJC)');
&define_variable ('OBJCLINK', $ltlink . '$(OBJCLD) $(AM_OBJCFLAGS) $(OBJCFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@');
&define_variable ($var, $value);
}
+# Define a compiler variable. When tracking dependencies, we want to
+# define a slightly different variable here so that the actual
+# compilation command contains all the dependency magic. We also
+# handle defining the `LT' version of the command when using libtool.
+sub define_compiler_variable
+{
+ local ($var, $ltcompile, $value) = @_;
+ local ($name) = $var . ($use_dependencies ? '_' : '');
+ &define_variable ($name, $value);
+ &define_variable ('LT' . $name, $ltcompile . $value)
+ if $seen_libtool;
+}
+
# Define a variable that represents a program to run. If in Cygnus
# mode, the program is searched for in the build (or source) tree.
# Otherwise no searching is done at all. Arguments are:
-# Makefile.in generated automatically by automake 1.4 from Makefile.am
+# Makefile.in generated automatically by automake 1.4a from Makefile.am
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
-
SHELL = @SHELL@
srcdir = @srcdir@
AUTOHEADER = @AUTOHEADER@
INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_FLAG =
transform = @program_transform_name@
NORMAL_INSTALL = :
TAR = @TAR@
VERSION = @VERSION@
+
AUTOMAKE_OPTIONS = gnits
MAINT_CHARSET = latin1
@for file in $(DISTFILES); do \
d=$(srcdir); \
if test -d $$d/$$file; then \
- cp -pr $$/$$file $(distdir)/$$file; \
+ cp -pr $$d/$$file $(distdir)/$$file; \
else \
test -f $(distdir)/$$file \
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
all-am: Makefile $(DATA)
all-redirect: all-am
install-strip:
- $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
installdirs:
$(mkinstalldirs) $(DESTDIR)$(m4datadir)