OSDN Git Service

* build tweaks
authorfche <fche>
Tue, 26 Jun 2001 20:46:04 +0000 (20:46 +0000)
committerfche <fche>
Tue, 26 Jun 2001 20:46:04 +0000 (20:46 +0000)
2001-06-26  Frank Ch. Eigler  <fche@redhat.com>

        * Makefile.am (ACLOCAL_AMFLAGS): Refer to $srcdir.
        * Makefile.in: Regenerated.

50 files changed:
sid/ChangeLog
sid/Makefile.am
sid/Makefile.in
sid/bsp/ChangeLog
sid/bsp/Makefile.am
sid/bsp/Makefile.in
sid/bsp/pregen/ChangeLog
sid/bsp/pregen/Makefile.am
sid/bsp/pregen/Makefile.in
sid/component/ChangeLog
sid/component/Makefile.am
sid/component/Makefile.in
sid/component/audio/ChangeLog
sid/component/audio/Makefile.am
sid/component/audio/Makefile.in
sid/component/cfgroot/ChangeLog
sid/component/cfgroot/Makefile.am
sid/component/cfgroot/Makefile.in
sid/component/cfgroot/libltdl/Makefile.am
sid/component/cfgroot/libltdl/Makefile.in
sid/component/cgen-cpu/ChangeLog
sid/component/cgen-cpu/Makefile.am
sid/component/cgen-cpu/Makefile.in
sid/component/cgen-cpu/arm7t/ChangeLog
sid/component/cgen-cpu/arm7t/Makefile.am
sid/component/cgen-cpu/arm7t/Makefile.in
sid/component/cgen-cpu/m32r/ChangeLog
sid/component/cgen-cpu/m32r/Makefile.am
sid/component/cgen-cpu/m32r/Makefile.in
sid/component/tcl/ChangeLog
sid/component/tcl/Makefile.am
sid/component/tcl/Makefile.in
sid/component/timers/ChangeLog
sid/component/timers/Makefile.am
sid/component/timers/Makefile.in
sid/demos/ChangeLog
sid/demos/Makefile.am
sid/demos/Makefile.in
sid/demos/voice-pager/ChangeLog
sid/demos/voice-pager/Makefile.am
sid/demos/voice-pager/Makefile.in
sid/include/ChangeLog
sid/include/Makefile.am
sid/include/Makefile.in
sid/main/ChangeLog
sid/main/Makefile.am
sid/main/Makefile.in
sid/main/dynamic/ChangeLog
sid/main/dynamic/Makefile.am
sid/main/dynamic/Makefile.in

index e0f992e..35e4ec5 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-26  Frank Ch. Eigler  <fche@redhat.com>
+
+       * Makefile.am (ACLOCAL_AMFLAGS): Refer to $srcdir.
+       * Makefile.in: Regenerated.
+
 2001-03-26  Frank Ch. Eigler  <fche@redhat.com>
 
         * Makefile.am (install-data-local): Install COPYING.SID in $prefix.
index e5dabc0..ba7df50 100644 (file)
@@ -1,7 +1,7 @@
 ## Process this with automake to create Makefile.in
 
 AUTOMAKE_OPTIONS = foreign
-ACLOCAL_AMFLAGS = -I ./config
+ACLOCAL_AMFLAGS = -I $(srcdir)/config
 SUBDIRS = @subdirs@
 
 EXTRA_DIST = COPYING.SID
index 16423ec..9fde7db 100644 (file)
@@ -74,7 +74,7 @@ sidtarget_ppc = @sidtarget_ppc@
 target = @target@
 
 AUTOMAKE_OPTIONS = foreign
-ACLOCAL_AMFLAGS = -I ./config
+ACLOCAL_AMFLAGS = -I $(srcdir)/config
 SUBDIRS = @subdirs@
 
 EXTRA_DIST = COPYING.SID
@@ -98,10 +98,7 @@ Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
        cd $(top_builddir) \
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
-$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  \
-               ./config/am_rpm_init.m4 ./config/cgen-maint.m4 \
-               ./config/libstdc++.m4 ./config/libtool.m4 \
-               ./config/ltdl.m4 ./config/sidtargets.m4
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
index 9b524ef..f441249 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-26  Frank Ch. Eigler  <fche@redhat.com>
+
+       * Makefile.am (ACLOCAL_AMFLAGS): Refer to $srcdir.
+       * Makefile.in: Regenerated.
+
 2001-06-23  Frank Ch. Eigler  <fche@redhat.com>
 
        * configrun-sid.in: Add support for --memory-region latency settings.
index b5424b4..90943cf 100644 (file)
@@ -1,7 +1,7 @@
 ## Process this with automake to create Makefile.in
 
 AUTOMAKE_OPTIONS = foreign
-ACLOCAL_AMFLAGS = -I ../config
+ACLOCAL_AMFLAGS = -I $(srcdir)/../config
 
 SUBDIRS = . pregen
 
index f36ad7c..a8ab6dd 100644 (file)
@@ -70,7 +70,7 @@ sidtarget_mips = @sidtarget_mips@
 sidtarget_ppc = @sidtarget_ppc@
 
 AUTOMAKE_OPTIONS = foreign
-ACLOCAL_AMFLAGS = -I ../config
+ACLOCAL_AMFLAGS = -I $(srcdir)/../config
 
 SUBDIRS = . pregen
 
@@ -105,10 +105,7 @@ Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
        cd $(top_builddir) \
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
-$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  \
-               ../config/am_rpm_init.m4 ../config/cgen-maint.m4 \
-               ../config/libstdc++.m4 ../config/libtool.m4 \
-               ../config/ltdl.m4 ../config/sidtargets.m4
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
index ccd5684..58a30c8 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-26  Frank Ch. Eigler  <fche@redhat.com>
+
+       * Makefile.am (ACLOCAL_AMFLAGS): Refer to $srcdir.
+       * Makefile.in: Regenerated.
+
 2001-04-05  Frank Ch. Eigler  <fche@redhat.com>
 
        * pregen-configs.in (arm): Generate redboot rather than cygmon .conf
index 2bce972..0cd0aaa 100644 (file)
@@ -1,7 +1,7 @@
 ## Process this with automake to create Makefile.in
 
 AUTOMAKE_OPTIONS = foreign
-ACLOCAL_AMFLAGS = -I ../../config
+ACLOCAL_AMFLAGS = -I $(srcdir)/../../config
 
 install-data-local:
        $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
index 8097615..0b3b37d 100644 (file)
@@ -70,7 +70,7 @@ sidtarget_mips = @sidtarget_mips@
 sidtarget_ppc = @sidtarget_ppc@
 
 AUTOMAKE_OPTIONS = foreign
-ACLOCAL_AMFLAGS = -I ../../config
+ACLOCAL_AMFLAGS = -I $(srcdir)/../../config
 mkinstalldirs = $(SHELL) $(top_srcdir)/../config/mkinstalldirs
 CONFIG_CLEAN_FILES =  pregen-configs
 DIST_COMMON =  ChangeLog Makefile.am Makefile.in pregen-configs.in
index 01ec980..6ea5999 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-26  Frank Ch. Eigler  <fche@redhat.com>
+
+       * Makefile.am (ACLOCAL_AMFLAGS): Refer to $srcdir.
+       * Makefile.in: Regenerated.
+
 2001-06-12  Ben Elliston  <bje@redhat.com>
 
        * CATALOG: Add hw-cache-basic and friends.
index 47f3619..b66f43a 100644 (file)
@@ -1,7 +1,7 @@
 ## Process this with automake to create Makefile.in
 
 AUTOMAKE_OPTIONS = foreign
-ACLOCAL_AMFLAGS = -I ../config
+ACLOCAL_AMFLAGS = -I $(srcdir)/../config
 
 SUBDIRS = @subdirs@ @make_subdirs@
 
index 4e5ffed..858952c 100644 (file)
@@ -87,7 +87,7 @@ sidtarget_ppc = @sidtarget_ppc@
 socket_libs = @socket_libs@
 
 AUTOMAKE_OPTIONS = foreign
-ACLOCAL_AMFLAGS = -I ../config
+ACLOCAL_AMFLAGS = -I $(srcdir)/../config
 
 SUBDIRS = @subdirs@ @make_subdirs@
 
@@ -115,11 +115,7 @@ Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
        cd $(top_builddir) \
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
-$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  \
-               ../config/am_rpm_init.m4 ../config/cgen-bfd-dis.m4 \
-               ../config/cgen-maint.m4 ../config/libstdc++.m4 \
-               ../config/libtool.m4 ../config/ltdl.m4 \
-               ../config/sidtargets.m4
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
index 13040f1..37b6392 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-26  Frank Ch. Eigler  <fche@redhat.com>
+
+       * Makefile.am (ACLOCAL_AMFLAGS): Refer to $srcdir.
+       * Makefile.in: Regenerated.
+
 2001-03-21  Ben Elliston  <bje@redhat.com>
 
        * Makefile.in: Regenerate.
index 1492a72..2445e5a 100644 (file)
@@ -1,7 +1,7 @@
 ## Process this with automake to create Makefile.in
 
 AUTOMAKE_OPTIONS = foreign
-ACLOCAL_AMFLAGS = -I ../../config
+ACLOCAL_AMFLAGS = -I $(srcdir)/../../config
 
 pkglib_LTLIBRARIES = libaudio.la
 
index 67e695a..2c5207b 100644 (file)
@@ -78,7 +78,7 @@ RANLIB = @RANLIB@
 VERSION = @VERSION@
 
 AUTOMAKE_OPTIONS = foreign
-ACLOCAL_AMFLAGS = -I ../../config
+ACLOCAL_AMFLAGS = -I $(srcdir)/../../config
 
 pkglib_LTLIBRARIES = libaudio.la
 
@@ -134,10 +134,7 @@ Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
        cd $(top_builddir) \
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
-$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  \
-               ../../config/am_rpm_init.m4 ../../config/cgen-maint.m4 \
-               ../../config/libstdc++.m4 ../../config/libtool.m4 \
-               ../../config/ltdl.m4 ../../config/sidtargets.m4
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
index 86b4984..a343833 100644 (file)
@@ -1,3 +1,10 @@
+2001-06-26  Frank Ch. Eigler  <fche@redhat.com>
+
+       * Makefile.am (ACLOCAL_AMFLAGS): Refer to $srcdir.
+       * libltdl/Makefile.am: Ditto.
+       * Makefile.in: Regenerated.
+       * libltdl/Makefile.in: Ditto.
+
 2001-05-22  Ben Elliston  <bje@redhat.com>
 
        * compConfig.cxx (cfgroot_component::num_invalid_chars): New.
index b2227a4..e3a7e85 100644 (file)
@@ -1,7 +1,7 @@
 ## Process this with automake to create Makefile.in
 
 AUTOMAKE_OPTIONS = foreign
-ACLOCAL_AMFLAGS = -I ../../config
+ACLOCAL_AMFLAGS = -I $(srcdir)/../../config
 
 SUBDIRS = @subdirs@
 
index 9371812..7cbc512 100644 (file)
@@ -79,7 +79,7 @@ RANLIB = @RANLIB@
 VERSION = @VERSION@
 
 AUTOMAKE_OPTIONS = foreign
-ACLOCAL_AMFLAGS = -I ../../config
+ACLOCAL_AMFLAGS = -I $(srcdir)/../../config
 
 SUBDIRS = @subdirs@
 
@@ -136,10 +136,7 @@ Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
        cd $(top_builddir) \
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
-$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  \
-               ../../config/am_rpm_init.m4 ../../config/cgen-maint.m4 \
-               ../../config/libstdc++.m4 ../../config/libtool.m4 \
-               ../../config/ltdl.m4 ../../config/sidtargets.m4
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
index 5236cbc..bc64712 100644 (file)
@@ -1,7 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 
 AUTOMAKE_OPTIONS = no-dependencies foreign
-ACLOCAL_AMFLAGS = -I ../../../config
+ACLOCAL_AMFLAGS = -I $(srcdir)/../../../config
 
 if INSTALL_LTDL
 include_HEADERS = ltdl.h
index 0bc5718..71de815 100644 (file)
@@ -77,7 +77,7 @@ RANLIB = @RANLIB@
 VERSION = @VERSION@
 
 AUTOMAKE_OPTIONS = no-dependencies foreign
-ACLOCAL_AMFLAGS = -I ../../../config
+ACLOCAL_AMFLAGS = -I $(srcdir)/../../../config
 
 @INSTALL_LTDL_TRUE@include_HEADERS = @INSTALL_LTDL_TRUE@ltdl.h
 @INSTALL_LTDL_TRUE@lib_LTLIBRARIES = @INSTALL_LTDL_TRUE@libltdl.la
@@ -135,11 +135,7 @@ Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
        cd $(top_builddir) \
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
-$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4 \
-               ../../../config/am_rpm_init.m4 \
-               ../../../config/cgen-maint.m4 \
-               ../../../config/libstdc++.m4 ../../../config/libtool.m4 \
-               ../../../config/ltdl.m4 ../../../config/sidtargets.m4
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
index 8e5d946..e9937f0 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-26  Frank Ch. Eigler  <fche@redhat.com>
+
+       * Makefile.am (ACLOCAL_AMFLAGS): Refer to $srcdir.
+       * Makefile.in: Regenerated.
+
 2001-05-23  Ben Elliston  <bje@redhat.com>
 
        * cgen-types.h (cgen::VOID): Typedef for void.
index bd7b2c2..bfc8946 100644 (file)
@@ -2,7 +2,7 @@
 
 AUTOMAKE_OPTIONS = foreign
 SUBDIRS = @cpu_subdirs@ .
-ACLOCAL_AMFLAGS = -I ../../config
+ACLOCAL_AMFLAGS = -I $(srcdir)/../../config
 
 pkglib_LTLIBRARIES = libcgencpu.la
 
index e53ca4c..d11e80f 100644 (file)
@@ -88,7 +88,7 @@ sidtarget_ppc = @sidtarget_ppc@
 
 AUTOMAKE_OPTIONS = foreign
 SUBDIRS = @cpu_subdirs@ .
-ACLOCAL_AMFLAGS = -I ../../config
+ACLOCAL_AMFLAGS = -I $(srcdir)/../../config
 
 pkglib_LTLIBRARIES = libcgencpu.la
 
index 0bd7b10..aa71cdb 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-26  Frank Ch. Eigler  <fche@redhat.com>
+
+       * Makefile.am (ACLOCAL_AMFLAGS): Refer to $srcdir.
+       * Makefile.in: Regenerated.
+
 2001-06-22  Ben Elliston  <bje@redhat.com>
 
        * arm7f.cxx (arm7f_cpu::memory_trap): Ignore bus::delayed.
index f882e8b..0702511 100644 (file)
@@ -1,7 +1,7 @@
 ## Process this with automake to create Makefile.in
 
 AUTOMAKE_OPTIONS = foreign
-ACLOCAL_AMFLAGS = -I ../../../config
+ACLOCAL_AMFLAGS = -I $(srcdir)/../../../config
 
 noinst_LTLIBRARIES = libarm7t.la
 
index 077e14d..b8f551c 100644 (file)
@@ -78,7 +78,7 @@ RANLIB = @RANLIB@
 VERSION = @VERSION@
 
 AUTOMAKE_OPTIONS = foreign
-ACLOCAL_AMFLAGS = -I ../../../config
+ACLOCAL_AMFLAGS = -I $(srcdir)/../../../config
 
 noinst_LTLIBRARIES = libarm7t.la
 
@@ -142,11 +142,7 @@ Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
        cd $(top_builddir) \
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
-$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  \
-               ../../../config/am_rpm_init.m4 \
-               ../../../config/cgen-maint.m4 \
-               ../../../config/libstdc++.m4 ../../../config/libtool.m4 \
-               ../../../config/ltdl.m4 ../../../config/sidtargets.m4
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
index b991600..f328bbd 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-26  Frank Ch. Eigler  <fche@redhat.com>
+
+       * Makefile.am (ACLOCAL_AMFLAGS): Refer to $srcdir.
+       * Makefile.in: Regenerated.
+
 2001-06-22  Ben Elliston  <bje@redhat.com>
 
        * m32rbf.cxx (m32rbf_cpu::memory_trap): Ignore bus::delayed.
index a46423a..86d32e9 100644 (file)
@@ -1,7 +1,7 @@
 ## Process this with automake to create Makefile.in
 
 AUTOMAKE_OPTIONS = foreign
-ACLOCAL_AMFLAGS = -I ../../../config
+ACLOCAL_AMFLAGS = -I $(srcdir)/../../../config
 
 noinst_LTLIBRARIES = libm32r.la
 
index 40ff9d4..d182703 100644 (file)
@@ -78,7 +78,7 @@ RANLIB = @RANLIB@
 VERSION = @VERSION@
 
 AUTOMAKE_OPTIONS = foreign
-ACLOCAL_AMFLAGS = -I ../../../config
+ACLOCAL_AMFLAGS = -I $(srcdir)/../../../config
 
 noinst_LTLIBRARIES = libm32r.la
 
@@ -138,11 +138,7 @@ Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
        cd $(top_builddir) \
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
-$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  \
-               ../../../config/am_rpm_init.m4 \
-               ../../../config/cgen-maint.m4 \
-               ../../../config/libstdc++.m4 ../../../config/libtool.m4 \
-               ../../../config/ltdl.m4 ../../../config/sidtargets.m4
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
index a23c8d5..c0e5231 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-26  Frank Ch. Eigler  <fche@redhat.com>
+
+       * Makefile.am (ACLOCAL_AMFLAGS): Refer to $srcdir.
+       * Makefile.in: Regenerated.
+
 2001-06-22  Ben Elliston  <bje@redhat.com>
 
        * compTcl.cxx (tcl_component_ctor_0): Omit "delayed" from the bus
index ac17d62..741542f 100644 (file)
@@ -1,7 +1,7 @@
 ## Process this with automake to create Makefile.in
 
 AUTOMAKE_OPTIONS = foreign
-ACLOCAL_AMFLAGS = -I ../../config
+ACLOCAL_AMFLAGS = -I $(srcdir)/../../config
 
 pkglib_LTLIBRARIES = libtclapi.la
 
index c037562..4459496 100644 (file)
@@ -78,7 +78,7 @@ RANLIB = @RANLIB@
 VERSION = @VERSION@
 
 AUTOMAKE_OPTIONS = foreign
-ACLOCAL_AMFLAGS = -I ../../config
+ACLOCAL_AMFLAGS = -I $(srcdir)/../../config
 
 pkglib_LTLIBRARIES = libtclapi.la
 
@@ -135,10 +135,7 @@ Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
        cd $(top_builddir) \
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
-$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  \
-               ../../config/am_rpm_init.m4 ../../config/cgen-maint.m4 \
-               ../../config/libstdc++.m4 ../../config/libtool.m4 \
-               ../../config/ltdl.m4 ../../config/sidtargets.m4
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
index d1266c7..9488530 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-26  Frank Ch. Eigler  <fche@redhat.com>
+
+       * Makefile.am (ACLOCAL_AMFLAGS): Refer to $srcdir.
+       * Makefile.in: Regenerated.
+
 2001-03-21  Ben Elliston  <bje@redhat.com>
 
        * Makefile.in: Regenerate.
index 8546027..950b8bb 100644 (file)
@@ -2,7 +2,7 @@
 
 AUTOMAKE_OPTIONS = foreign
 SUBDIRS = @cpu_subdirs@ .
-ACLOCAL_AMFLAGS = -I ../../config
+ACLOCAL_AMFLAGS = -I $(srcdir)/../../config
 
 pkglib_LTLIBRARIES = libtimers.la
 
index 3546d58..d60a174 100644 (file)
@@ -87,7 +87,7 @@ sidtarget_ppc = @sidtarget_ppc@
 
 AUTOMAKE_OPTIONS = foreign
 SUBDIRS = @cpu_subdirs@ .
-ACLOCAL_AMFLAGS = -I ../../config
+ACLOCAL_AMFLAGS = -I $(srcdir)/../../config
 
 pkglib_LTLIBRARIES = libtimers.la
 
@@ -138,10 +138,7 @@ Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
        cd $(top_builddir) \
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
-$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  \
-               ../../config/am_rpm_init.m4 ../../config/cgen-maint.m4 \
-               ../../config/libstdc++.m4 ../../config/libtool.m4 \
-               ../../config/ltdl.m4 ../../config/sidtargets.m4
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
index d45f625..b40731b 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-26  Frank Ch. Eigler  <fche@redhat.com>
+
+       * Makefile.am (ACLOCAL_AMFLAGS): Refer to $srcdir.
+       * Makefile.in: Regenerated.
+
 2001-03-21  Ben Elliston  <bje@redhat.com>
 
        * Makefile.in: Regenerate.
index f85d25f..2ca673e 100644 (file)
@@ -1,7 +1,7 @@
 ## Process this with automake to create Makefile.in
 
 AUTOMAKE_OPTIONS = foreign
-ACLOCAL_AMFLAGS = -I ../config
+ACLOCAL_AMFLAGS = -I $(srcdir)/../config
 
 #SUBDIRS = @subdirs@
 SUBDIRS =
index 51e24e1..5ff5979 100644 (file)
@@ -78,7 +78,7 @@ RANLIB = @RANLIB@
 VERSION = @VERSION@
 
 AUTOMAKE_OPTIONS = foreign
-ACLOCAL_AMFLAGS = -I ../config
+ACLOCAL_AMFLAGS = -I $(srcdir)/../config
 
 #SUBDIRS = @subdirs@
 SUBDIRS = 
@@ -103,10 +103,7 @@ Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
        cd $(top_builddir) \
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
-$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  \
-               ../config/am_rpm_init.m4 ../config/cgen-maint.m4 \
-               ../config/libstdc++.m4 ../config/libtool.m4 \
-               ../config/ltdl.m4 ../config/sidtargets.m4
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
index 944f95f..e140dec 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-26  Frank Ch. Eigler  <fche@redhat.com>
+
+       * Makefile.am (ACLOCAL_AMFLAGS): Refer to $srcdir.
+       * Makefile.in: Regenerated.
+
 2001-03-21  Ben Elliston  <bje@redhat.com>
 
        * Makefile.in: Regenerate.
index ccabdf4..8b852c6 100644 (file)
@@ -1,7 +1,7 @@
 ## Process this with automake to create Makefile.in
 
 AUTOMAKE_OPTIONS = foreign
-ACLOCAL_AMFLAGS = -I ../../config
+ACLOCAL_AMFLAGS = -I $(srcdir)/../../config
 
 CXX = arm-elf-g++
 CXXFLAGS = -g -O2
index 72d9771..0f8a714 100644 (file)
@@ -78,7 +78,7 @@ RANLIB = @RANLIB@
 VERSION = @VERSION@
 
 AUTOMAKE_OPTIONS = foreign
-ACLOCAL_AMFLAGS = -I ../../config
+ACLOCAL_AMFLAGS = -I $(srcdir)/../../config
 
 CXX = arm-elf-g++
 CXXFLAGS = -g -O2
@@ -140,10 +140,7 @@ Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
        cd $(top_builddir) \
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
-$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  \
-               ../../config/am_rpm_init.m4 ../../config/cgen-maint.m4 \
-               ../../config/libstdc++.m4 ../../config/libtool.m4 \
-               ../../config/ltdl.m4 ../../config/sidtargets.m4
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
index 0c01206..33ea064 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-26  Frank Ch. Eigler  <fche@redhat.com>
+
+       * Makefile.am (ACLOCAL_AMFLAGS): Refer to $srcdir.
+       * Makefile.in: Regenerated.
+
 2001-06-25  Ben Elliston  <bje@redhat.com>
 
        * sidcomp.h (bus::status::code): Change type to host_int_1.
index cb84e85..d99ff28 100644 (file)
@@ -1,7 +1,7 @@
 ## Process this with automake to create Makefile.in
 
 AUTOMAKE_OPTIONS = foreign
-ACLOCAL_AMFLAGS = -I ../config
+ACLOCAL_AMFLAGS = -I $(srcdir)/../config
 
 include_HEADERS = sidcomp.h sidso.h sidtypes.h
 noinst_HEADERS = sidbusutil.h sidcomputil.h sidpinutil.h sidattrutil.h sidschedutil.h sidmiscutil.h sidconfig.h sidconfutil.h
index 92cfb01..91bf7a2 100644 (file)
@@ -65,7 +65,7 @@ PACKAGE = @PACKAGE@
 VERSION = @VERSION@
 
 AUTOMAKE_OPTIONS = foreign
-ACLOCAL_AMFLAGS = -I ../config
+ACLOCAL_AMFLAGS = -I $(srcdir)/../config
 
 include_HEADERS = sidcomp.h sidso.h sidtypes.h
 noinst_HEADERS = sidbusutil.h sidcomputil.h sidpinutil.h sidattrutil.h sidschedutil.h sidmiscutil.h sidconfig.h sidconfutil.h
@@ -92,10 +92,7 @@ Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
        cd $(top_builddir) \
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
-$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  \
-               ../config/am_rpm_init.m4 ../config/cgen-maint.m4 \
-               ../config/libstdc++.m4 ../config/libtool.m4 \
-               ../config/ltdl.m4 ../config/sidtargets.m4
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
index 8f9dbea..2775490 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-26  Frank Ch. Eigler  <fche@redhat.com>
+
+       * Makefile.am (ACLOCAL_AMFLAGS): Refer to $srcdir.
+       * Makefile.in: Regenerated.
+
 2001-03-21  Ben Elliston  <bje@redhat.com>
 
        * Makefile.in: Regenerate.
index 34e4cb6..449b815 100644 (file)
@@ -1,5 +1,5 @@
 ## Process this with automake to create Makefile.in
 
 AUTOMAKE_OPTIONS = foreign
-ACLOCAL_AMFLAGS = -I ../config
+ACLOCAL_AMFLAGS = -I $(srcdir)/../config
 SUBDIRS = @subdirs@
index 5fdf120..bf66559 100644 (file)
@@ -64,7 +64,7 @@ PACKAGE = @PACKAGE@
 VERSION = @VERSION@
 
 AUTOMAKE_OPTIONS = foreign
-ACLOCAL_AMFLAGS = -I ../config
+ACLOCAL_AMFLAGS = -I $(srcdir)/../config
 SUBDIRS = @subdirs@
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 mkinstalldirs = $(SHELL) $(top_srcdir)/../config/mkinstalldirs
@@ -86,10 +86,7 @@ Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
        cd $(top_builddir) \
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
-$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  \
-               ../config/am_rpm_init.m4 ../config/cgen-maint.m4 \
-               ../config/libstdc++.m4 ../config/libtool.m4 \
-               ../config/ltdl.m4 ../config/sidtargets.m4
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
index 5e9130f..42d97e4 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-26  Frank Ch. Eigler  <fche@redhat.com>
+
+        * Makefile.am (ACLOCAL_AMFLAGS): Refer to $srcdir.
+        * Makefile.in: Regenerated.
+
 2001-06-19  Frank Ch. Eigler  <fche@redhat.com>
 
        * Makefile.am (NEARBY_LIBS, NEARBY_DEPS_LIBS): Add libcache.la.
index 7880fc9..d610887 100644 (file)
@@ -1,7 +1,7 @@
 ## Process this with automake to create Makefile.in
 
 AUTOMAKE_OPTIONS = foreign
-ACLOCAL_AMFLAGS = -I ../../config
+ACLOCAL_AMFLAGS = -I $(srcdir)/../../config
 
 INCLUDES = -I. -I../../include -I$(srcdir)/../../include
 
index f070eac..2627522 100644 (file)
@@ -78,7 +78,7 @@ RANLIB = @RANLIB@
 VERSION = @VERSION@
 
 AUTOMAKE_OPTIONS = foreign
-ACLOCAL_AMFLAGS = -I ../../config
+ACLOCAL_AMFLAGS = -I $(srcdir)/../../config
 
 INCLUDES = -I. -I../../include -I$(srcdir)/../../include
 
@@ -111,6 +111,7 @@ bin_PROGRAMS = sid
 @SID_STATIC_FALSE@NEARBY_LIBS = @SID_STATIC_FALSE@../../component/cfgroot/libconfig.la
 @SID_STATIC_TRUE@NEARBY_DEPS_LIBS = @SID_STATIC_TRUE@\
 @SID_STATIC_TRUE@      ../../component/audio/libaudio.la \
+@SID_STATIC_TRUE@      ../../component/cache/libcache.la \
 @SID_STATIC_TRUE@      ../../component/cfgroot/libconfig.la \
 @SID_STATIC_TRUE@      ../../component/cgen-cpu/libcgencpu.la \
 @SID_STATIC_TRUE@      ../../component/consoles/libconsoles.la \
@@ -181,10 +182,7 @@ Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
        cd $(top_builddir) \
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
-$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  \
-               ../../config/am_rpm_init.m4 ../../config/cgen-maint.m4 \
-               ../../config/libstdc++.m4 ../../config/libtool.m4 \
-               ../../config/ltdl.m4 ../../config/sidtargets.m4
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)