From effc2c4e6b345b1333f2f9ec75ee540c76295ffe Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 3 Apr 2000 14:44:39 +0000 Subject: [PATCH] Patch rtems-rc-4.5.0-6-cvs.diff from Ralf Corsepius . The patch contains: * build variants support * Reworked make-exe custom/*.cfg for all targets (Should be self-explanatory, may still be incomplete) * Several fixes to custom/*.cfgs related to setting debug flags * Fixes to some bsp_specs for BSPs which apparently have never been build with debugging before ;) * pc386.cfg fix attempts (cf. my mail from earlier today) * Updated ampolish (No need to run it, the patch contains the result from having applied it) Known bugs/deficiencies related to this work: * "make [clean|distclean]" support is still incomplete (e.g. "make clean" does not delete all Depends-o-*) * Completely untested for linux/posix and hppa. * Build failures of i960 BSPs (make VARIANT=DEBUG) - I guess, they are not related to this patch. * Successfully tested for all sh, sparc, i386, ppc, m68k BSPs (make VARIANT=DEBUG) * make VARIANT=PROFILE not supported by all BSPs (I don't care :) * make VARIANT=DEBUG failures below tests/ for some BSPs (e.g. gensh1), because of the tests's binaries being too large to fit into the target memory layout. --- automake/host.am | 18 ++++++--- automake/local.am | 39 +++++++++++++------ automake/subdirs.am | 10 +---- c/Makefile.am | 2 +- c/src/exec/itron/include/Makefile.am | 2 +- c/src/exec/itron/include/itronsys/Makefile.am | 2 +- .../itron/include/rtems/itron/Makefile.am | 2 +- .../exec/itron/inline/rtems/itron/Makefile.am | 2 +- c/src/exec/itron/src/Makefile.am | 3 +- c/src/exec/posix/include/Makefile.am | 2 +- .../posix/include/rtems/posix/Makefile.am | 2 +- c/src/exec/posix/include/sys/Makefile.am | 2 +- .../exec/posix/inline/rtems/posix/Makefile.am | 2 +- .../exec/posix/macros/rtems/posix/Makefile.am | 2 +- c/src/exec/posix/optman/Makefile.am | 3 +- c/src/exec/posix/src/Makefile.am | 3 +- c/src/exec/rtems/include/Makefile.am | 2 +- .../rtems/include/rtems/rtems/Makefile.am | 2 +- .../exec/rtems/inline/rtems/rtems/Makefile.am | 2 +- .../exec/rtems/macros/rtems/rtems/Makefile.am | 2 +- c/src/exec/rtems/optman/Makefile.am | 3 +- c/src/exec/rtems/src/Makefile.am | 3 +- c/src/exec/sapi/include/Makefile.am | 2 +- c/src/exec/sapi/include/rtems/Makefile.am | 2 +- c/src/exec/sapi/inline/rtems/Makefile.am | 2 +- c/src/exec/sapi/macros/rtems/Makefile.am | 2 +- c/src/exec/sapi/optman/Makefile.am | 3 +- c/src/exec/sapi/src/Makefile.am | 3 +- c/src/exec/score/cpu/a29k/Makefile.am | 2 +- .../score/cpu/a29k/rtems/score/Makefile.am | 2 +- c/src/exec/score/cpu/hppa1.1/Makefile.am | 2 +- .../score/cpu/hppa1.1/rtems/score/Makefile.am | 2 +- c/src/exec/score/cpu/i386/Makefile.am | 2 +- .../score/cpu/i386/rtems/score/Makefile.am | 2 +- c/src/exec/score/cpu/i960/Makefile.am | 2 +- .../score/cpu/i960/rtems/score/Makefile.am | 2 +- c/src/exec/score/cpu/m68k/Makefile.am | 2 +- .../score/cpu/m68k/rtems/score/Makefile.am | 2 +- c/src/exec/score/cpu/mips64orion/Makefile.am | 2 +- .../cpu/mips64orion/rtems/score/Makefile.am | 2 +- c/src/exec/score/cpu/no_cpu/Makefile.am | 2 +- .../score/cpu/no_cpu/rtems/score/Makefile.am | 2 +- .../new_exception_processing/Makefile.am | 4 +- .../old_exception_processing/Makefile.am | 4 +- .../exec/score/cpu/powerpc/shared/Makefile.am | 2 +- c/src/exec/score/cpu/sh/Makefile.am | 2 +- .../exec/score/cpu/sh/rtems/score/Makefile.am | 2 +- c/src/exec/score/cpu/sparc/Makefile.am | 2 +- .../score/cpu/sparc/rtems/score/Makefile.am | 2 +- c/src/exec/score/cpu/unix/Makefile.am | 2 +- .../score/cpu/unix/rtems/score/Makefile.am | 2 +- c/src/exec/score/include/rtems/Makefile.am | 2 +- .../score/include/rtems/score/Makefile.am | 2 +- .../exec/score/inline/rtems/score/Makefile.am | 2 +- .../exec/score/macros/rtems/score/Makefile.am | 2 +- c/src/exec/score/src/Makefile.am | 3 +- c/src/exec/wrapup/itron/Makefile.am | 2 +- c/src/exec/wrapup/posix/Makefile.am | 2 +- c/src/exec/wrapup/rtems/Makefile.am | 2 +- c/src/lib/include/Makefile.am | 2 +- c/src/lib/include/motorola/Makefile.am | 2 +- c/src/lib/include/sys/Makefile.am | 2 +- c/src/lib/include/zilog/Makefile.am | 2 +- .../libbsp/a29k/portsw/console/Makefile.am | 2 +- .../libbsp/a29k/portsw/include/Makefile.am | 2 +- .../libbsp/a29k/portsw/shmsupp/Makefile.am | 4 +- .../lib/libbsp/a29k/portsw/start/Makefile.am | 2 +- .../libbsp/a29k/portsw/startup/Makefile.am | 2 +- .../lib/libbsp/a29k/portsw/wrapup/Makefile.am | 2 +- c/src/lib/libbsp/bare/include/Makefile.am | 2 +- .../hppa1.1/simhppa/include/Makefile.am | 2 +- .../hppa1.1/simhppa/shmsupp/Makefile.am | 2 +- .../libbsp/hppa1.1/simhppa/start/Makefile.am | 2 +- .../hppa1.1/simhppa/startup/Makefile.am | 2 +- .../libbsp/hppa1.1/simhppa/tty/Makefile.am | 2 +- .../libbsp/hppa1.1/simhppa/wrapup/Makefile.am | 2 +- .../lib/libbsp/i386/i386ex/clock/Makefile.am | 2 +- .../libbsp/i386/i386ex/console/Makefile.am | 2 +- .../libbsp/i386/i386ex/include/Makefile.am | 2 +- .../libbsp/i386/i386ex/network/Makefile.am | 2 +- .../lib/libbsp/i386/i386ex/start/Makefile.am | 2 +- .../libbsp/i386/i386ex/startup/Makefile.am | 2 +- .../lib/libbsp/i386/i386ex/timer/Makefile.am | 2 +- .../lib/libbsp/i386/i386ex/wrapup/Makefile.am | 2 +- c/src/lib/libbsp/i386/pc386/3c509/Makefile.am | 2 +- c/src/lib/libbsp/i386/pc386/clock/Makefile.am | 2 +- .../lib/libbsp/i386/pc386/console/Makefile.am | 2 +- .../lib/libbsp/i386/pc386/include/Makefile.am | 2 +- .../lib/libbsp/i386/pc386/ne2000/Makefile.am | 2 +- c/src/lib/libbsp/i386/pc386/start/Makefile.am | 2 +- .../lib/libbsp/i386/pc386/startup/Makefile.am | 2 +- c/src/lib/libbsp/i386/pc386/timer/Makefile.am | 2 +- .../lib/libbsp/i386/pc386/wd8003/Makefile.am | 2 +- .../lib/libbsp/i386/pc386/wrapup/Makefile.am | 2 +- c/src/lib/libbsp/i386/shared/comm/Makefile.am | 2 +- c/src/lib/libbsp/i386/shared/io/Makefile.am | 2 +- c/src/lib/libbsp/i386/shared/irq/Makefile.am | 2 +- c/src/lib/libbsp/i386/shared/pci/Makefile.am | 2 +- .../libbsp/i386/ts_386ex/clock/Makefile.am | 2 +- .../libbsp/i386/ts_386ex/console/Makefile.am | 2 +- .../libbsp/i386/ts_386ex/include/Makefile.am | 2 +- .../libbsp/i386/ts_386ex/network/Makefile.am | 2 +- .../libbsp/i386/ts_386ex/start/Makefile.am | 2 +- .../libbsp/i386/ts_386ex/startup/Makefile.am | 2 +- .../libbsp/i386/ts_386ex/timer/Makefile.am | 2 +- .../libbsp/i386/ts_386ex/wrapup/Makefile.am | 2 +- .../lib/libbsp/i960/cvme961/clock/Makefile.am | 2 +- .../libbsp/i960/cvme961/console/Makefile.am | 2 +- .../libbsp/i960/cvme961/include/Makefile.am | 2 +- .../libbsp/i960/cvme961/shmsupp/Makefile.am | 2 +- .../lib/libbsp/i960/cvme961/start/Makefile.am | 2 +- .../libbsp/i960/cvme961/startup/Makefile.am | 2 +- .../lib/libbsp/i960/cvme961/timer/Makefile.am | 2 +- .../libbsp/i960/cvme961/wrapup/Makefile.am | 2 +- c/src/lib/libbsp/i960/rxgen960/bsp_specs | 8 +++- .../libbsp/i960/rxgen960/clock/Makefile.am | 2 +- .../libbsp/i960/rxgen960/console/Makefile.am | 2 +- .../libbsp/i960/rxgen960/include/Makefile.am | 2 +- .../libbsp/i960/rxgen960/shmsupp/Makefile.am | 2 +- .../libbsp/i960/rxgen960/startup/Makefile.am | 2 +- .../libbsp/i960/rxgen960/timer/Makefile.am | 2 +- .../libbsp/i960/rxgen960/wrapup/Makefile.am | 2 +- .../lib/libbsp/m68k/dmv152/clock/Makefile.am | 2 +- .../libbsp/m68k/dmv152/console/Makefile.am | 2 +- .../libbsp/m68k/dmv152/include/Makefile.am | 2 +- .../libbsp/m68k/dmv152/spurious/Makefile.am | 2 +- .../lib/libbsp/m68k/dmv152/start/Makefile.am | 2 +- .../libbsp/m68k/dmv152/startup/Makefile.am | 2 +- .../lib/libbsp/m68k/dmv152/timer/Makefile.am | 2 +- .../lib/libbsp/m68k/dmv152/wrapup/Makefile.am | 2 +- .../lib/libbsp/m68k/efi332/clock/Makefile.am | 2 +- .../libbsp/m68k/efi332/console/Makefile.am | 2 +- .../libbsp/m68k/efi332/include/Makefile.am | 2 +- .../libbsp/m68k/efi332/spurious/Makefile.am | 2 +- .../lib/libbsp/m68k/efi332/start/Makefile.am | 2 +- .../libbsp/m68k/efi332/startup/Makefile.am | 2 +- .../lib/libbsp/m68k/efi332/timer/Makefile.am | 2 +- .../lib/libbsp/m68k/efi332/wrapup/Makefile.am | 2 +- .../lib/libbsp/m68k/efi68k/clock/Makefile.am | 2 +- .../libbsp/m68k/efi68k/console/Makefile.am | 2 +- .../libbsp/m68k/efi68k/include/Makefile.am | 2 +- .../libbsp/m68k/efi68k/spurious/Makefile.am | 2 +- .../lib/libbsp/m68k/efi68k/start/Makefile.am | 2 +- .../libbsp/m68k/efi68k/startup/Makefile.am | 2 +- .../lib/libbsp/m68k/efi68k/timer/Makefile.am | 2 +- .../lib/libbsp/m68k/efi68k/wrapup/Makefile.am | 2 +- .../libbsp/m68k/gen68302/clock/Makefile.am | 2 +- .../libbsp/m68k/gen68302/console/Makefile.am | 2 +- .../libbsp/m68k/gen68302/include/Makefile.am | 2 +- .../libbsp/m68k/gen68302/start/Makefile.am | 2 +- .../libbsp/m68k/gen68302/startup/Makefile.am | 2 +- .../libbsp/m68k/gen68302/timer/Makefile.am | 2 +- .../libbsp/m68k/gen68302/wrapup/Makefile.am | 2 +- .../libbsp/m68k/gen68340/clock/Makefile.am | 2 +- .../libbsp/m68k/gen68340/console/Makefile.am | 2 +- .../libbsp/m68k/gen68340/include/Makefile.am | 2 +- .../libbsp/m68k/gen68340/start/Makefile.am | 2 +- .../libbsp/m68k/gen68340/startup/Makefile.am | 2 +- .../libbsp/m68k/gen68340/timer/Makefile.am | 2 +- .../libbsp/m68k/gen68340/wrapup/Makefile.am | 2 +- .../libbsp/m68k/gen68360/clock/Makefile.am | 2 +- .../libbsp/m68k/gen68360/console/Makefile.am | 2 +- .../libbsp/m68k/gen68360/include/Makefile.am | 2 +- .../libbsp/m68k/gen68360/network/Makefile.am | 2 +- .../libbsp/m68k/gen68360/start/Makefile.am | 2 +- .../libbsp/m68k/gen68360/startup/Makefile.am | 2 +- .../libbsp/m68k/gen68360/timer/Makefile.am | 2 +- .../libbsp/m68k/gen68360/wrapup/Makefile.am | 2 +- c/src/lib/libbsp/m68k/idp/clock/Makefile.am | 2 +- c/src/lib/libbsp/m68k/idp/console/Makefile.am | 2 +- c/src/lib/libbsp/m68k/idp/include/Makefile.am | 2 +- c/src/lib/libbsp/m68k/idp/start/Makefile.am | 2 +- c/src/lib/libbsp/m68k/idp/startup/Makefile.am | 2 +- c/src/lib/libbsp/m68k/idp/timer/Makefile.am | 2 +- c/src/lib/libbsp/m68k/idp/wrapup/Makefile.am | 2 +- .../lib/libbsp/m68k/mvme136/clock/Makefile.am | 2 +- .../libbsp/m68k/mvme136/console/Makefile.am | 2 +- .../libbsp/m68k/mvme136/include/Makefile.am | 2 +- .../libbsp/m68k/mvme136/shmsupp/Makefile.am | 2 +- .../lib/libbsp/m68k/mvme136/start/Makefile.am | 2 +- .../libbsp/m68k/mvme136/startup/Makefile.am | 2 +- .../lib/libbsp/m68k/mvme136/timer/Makefile.am | 2 +- .../libbsp/m68k/mvme136/wrapup/Makefile.am | 2 +- .../lib/libbsp/m68k/mvme147/clock/Makefile.am | 2 +- .../libbsp/m68k/mvme147/console/Makefile.am | 2 +- .../libbsp/m68k/mvme147/include/Makefile.am | 2 +- .../lib/libbsp/m68k/mvme147/start/Makefile.am | 2 +- .../libbsp/m68k/mvme147/startup/Makefile.am | 2 +- .../lib/libbsp/m68k/mvme147/timer/Makefile.am | 2 +- .../libbsp/m68k/mvme147/wrapup/Makefile.am | 2 +- .../libbsp/m68k/mvme147s/clock/Makefile.am | 2 +- .../libbsp/m68k/mvme147s/console/Makefile.am | 2 +- .../libbsp/m68k/mvme147s/include/Makefile.am | 2 +- .../libbsp/m68k/mvme147s/shmsupp/Makefile.am | 2 +- .../libbsp/m68k/mvme147s/start/Makefile.am | 2 +- .../libbsp/m68k/mvme147s/startup/Makefile.am | 2 +- .../libbsp/m68k/mvme147s/timer/Makefile.am | 2 +- .../libbsp/m68k/mvme147s/wrapup/Makefile.am | 2 +- .../lib/libbsp/m68k/mvme162/clock/Makefile.am | 2 +- .../libbsp/m68k/mvme162/console/Makefile.am | 2 +- .../libbsp/m68k/mvme162/consolex/Makefile.am | 2 +- .../libbsp/m68k/mvme162/include/Makefile.am | 2 +- .../lib/libbsp/m68k/mvme162/start/Makefile.am | 2 +- .../libbsp/m68k/mvme162/startup/Makefile.am | 2 +- .../lib/libbsp/m68k/mvme162/timer/Makefile.am | 2 +- c/src/lib/libbsp/m68k/mvme162/tod/Makefile.am | 2 +- .../libbsp/m68k/mvme162/wrapup/Makefile.am | 2 +- .../lib/libbsp/m68k/mvme167/clock/Makefile.am | 2 +- .../libbsp/m68k/mvme167/console/Makefile.am | 2 +- .../lib/libbsp/m68k/mvme167/fatal/Makefile.am | 2 +- .../libbsp/m68k/mvme167/include/Makefile.am | 2 +- .../lib/libbsp/m68k/mvme167/start/Makefile.am | 2 +- .../libbsp/m68k/mvme167/startup/Makefile.am | 2 +- .../lib/libbsp/m68k/mvme167/timer/Makefile.am | 2 +- .../libbsp/m68k/mvme167/wrapup/Makefile.am | 2 +- .../libbsp/m68k/ods68302/clock/Makefile.am | 2 +- .../libbsp/m68k/ods68302/console/Makefile.am | 2 +- .../libbsp/m68k/ods68302/include/Makefile.am | 2 +- .../libbsp/m68k/ods68302/start/Makefile.am | 2 +- .../libbsp/m68k/ods68302/startup/Makefile.am | 2 +- .../libbsp/m68k/ods68302/timer/Makefile.am | 2 +- .../libbsp/m68k/ods68302/wrapup/Makefile.am | 2 +- .../mips64orion/p4000/console/Makefile.am | 2 +- .../mips64orion/p4000/include/Makefile.am | 2 +- .../mips64orion/p4000/liblnk/Makefile.am | 2 +- .../mips64orion/p4000/start/Makefile.am | 2 +- .../mips64orion/p4000/startup/Makefile.am | 2 +- .../mips64orion/p4000/wrapup/Makefile.am | 2 +- .../libbsp/no_cpu/no_bsp/clock/Makefile.am | 2 +- .../libbsp/no_cpu/no_bsp/console/Makefile.am | 2 +- .../libbsp/no_cpu/no_bsp/include/Makefile.am | 2 +- .../libbsp/no_cpu/no_bsp/shmsupp/Makefile.am | 2 +- .../libbsp/no_cpu/no_bsp/startup/Makefile.am | 2 +- .../libbsp/no_cpu/no_bsp/timer/Makefile.am | 2 +- .../libbsp/no_cpu/no_bsp/wrapup/Makefile.am | 2 +- .../libbsp/powerpc/dmv177/clock/Makefile.am | 2 +- .../libbsp/powerpc/dmv177/console/Makefile.am | 2 +- .../libbsp/powerpc/dmv177/include/Makefile.am | 2 +- .../libbsp/powerpc/dmv177/scv64/Makefile.am | 2 +- .../libbsp/powerpc/dmv177/sonic/Makefile.am | 2 +- .../libbsp/powerpc/dmv177/start/Makefile.am | 2 +- .../libbsp/powerpc/dmv177/startup/Makefile.am | 2 +- .../libbsp/powerpc/dmv177/timer/Makefile.am | 2 +- .../lib/libbsp/powerpc/dmv177/tod/Makefile.am | 2 +- .../libbsp/powerpc/dmv177/wrapup/Makefile.am | 2 +- .../powerpc/eth_comm/canbus/Makefile.am | 2 +- .../powerpc/eth_comm/console/Makefile.am | 2 +- .../powerpc/eth_comm/include/Makefile.am | 2 +- .../powerpc/eth_comm/network/Makefile.am | 2 +- .../libbsp/powerpc/eth_comm/start/Makefile.am | 2 +- .../powerpc/eth_comm/startup/Makefile.am | 2 +- .../powerpc/eth_comm/wrapup/Makefile.am | 2 +- .../powerpc/helas403/dlentry/Makefile.am | 2 +- .../powerpc/helas403/flashentry/Makefile.am | 2 +- .../powerpc/helas403/include/Makefile.am | 2 +- .../powerpc/helas403/startup/Makefile.am | 2 +- .../powerpc/helas403/wrapup/Makefile.am | 2 +- .../motorola_powerpc/bootloader/Makefile.am | 2 +- .../motorola_powerpc/clock/Makefile.am | 2 +- .../motorola_powerpc/console/Makefile.am | 2 +- .../motorola_powerpc/include/Makefile.am | 2 +- .../powerpc/motorola_powerpc/irq/Makefile.am | 2 +- .../motorola_powerpc/motorola/Makefile.am | 2 +- .../motorola_powerpc/openpic/Makefile.am | 2 +- .../powerpc/motorola_powerpc/pci/Makefile.am | 2 +- .../motorola_powerpc/residual/Makefile.am | 2 +- .../motorola_powerpc/start/Makefile.am | 2 +- .../motorola_powerpc/startup/Makefile.am | 2 +- .../motorola_powerpc/vectors/Makefile.am | 2 +- .../motorola_powerpc/wrapup/Makefile.am | 2 +- .../powerpc/papyrus/dlentry/Makefile.am | 2 +- .../powerpc/papyrus/flashentry/Makefile.am | 2 +- .../powerpc/papyrus/include/Makefile.am | 2 +- .../powerpc/papyrus/startup/Makefile.am | 2 +- .../libbsp/powerpc/papyrus/wrapup/Makefile.am | 2 +- .../libbsp/powerpc/ppcn_60x/clock/Makefile.am | 2 +- .../powerpc/ppcn_60x/console/Makefile.am | 2 +- .../powerpc/ppcn_60x/include/Makefile.am | 2 +- .../powerpc/ppcn_60x/network/Makefile.am | 2 +- .../libbsp/powerpc/ppcn_60x/nvram/Makefile.am | 2 +- .../libbsp/powerpc/ppcn_60x/pci/Makefile.am | 2 +- .../libbsp/powerpc/ppcn_60x/start/Makefile.am | 2 +- .../powerpc/ppcn_60x/startup/Makefile.am | 2 +- .../libbsp/powerpc/ppcn_60x/timer/Makefile.am | 2 +- .../libbsp/powerpc/ppcn_60x/tod/Makefile.am | 2 +- .../powerpc/ppcn_60x/universe/Makefile.am | 2 +- .../powerpc/ppcn_60x/vectors/Makefile.am | 2 +- .../powerpc/ppcn_60x/wrapup/Makefile.am | 2 +- .../lib/libbsp/powerpc/psim/clock/Makefile.am | 2 +- .../libbsp/powerpc/psim/console/Makefile.am | 2 +- .../libbsp/powerpc/psim/include/Makefile.am | 2 +- .../libbsp/powerpc/psim/shmsupp/Makefile.am | 2 +- .../lib/libbsp/powerpc/psim/start/Makefile.am | 2 +- .../libbsp/powerpc/psim/startup/Makefile.am | 2 +- .../lib/libbsp/powerpc/psim/timer/Makefile.am | 2 +- .../libbsp/powerpc/psim/vectors/Makefile.am | 2 +- .../libbsp/powerpc/psim/wrapup/Makefile.am | 2 +- .../powerpc/score603e/PCI_bus/Makefile.am | 2 +- .../powerpc/score603e/clock/Makefile.am | 2 +- .../powerpc/score603e/console/Makefile.am | 2 +- .../powerpc/score603e/include/Makefile.am | 2 +- .../powerpc/score603e/start/Makefile.am | 2 +- .../powerpc/score603e/startup/Makefile.am | 2 +- .../powerpc/score603e/timer/Makefile.am | 2 +- .../libbsp/powerpc/score603e/tod/Makefile.am | 2 +- .../powerpc/score603e/vectors/Makefile.am | 2 +- .../powerpc/score603e/wrapup/Makefile.am | 2 +- .../libbsp/powerpc/shared/console/Makefile.am | 2 +- .../lib/libbsp/powerpc/shared/irq/Makefile.am | 2 +- .../powerpc/shared/motorola/Makefile.am | 2 +- .../libbsp/powerpc/shared/openpic/Makefile.am | 2 +- .../lib/libbsp/powerpc/shared/pci/Makefile.am | 2 +- .../powerpc/shared/residual/Makefile.am | 2 +- .../libbsp/powerpc/shared/vectors/Makefile.am | 2 +- .../lib/libbsp/sh/gensh1/console/Makefile.am | 2 +- .../lib/libbsp/sh/gensh1/include/Makefile.am | 2 +- c/src/lib/libbsp/sh/gensh1/scitab/Makefile.am | 2 +- c/src/lib/libbsp/sh/gensh1/start/Makefile.am | 2 +- .../lib/libbsp/sh/gensh1/startup/Makefile.am | 2 +- c/src/lib/libbsp/sh/gensh1/wrapup/Makefile.am | 2 +- .../lib/libbsp/sh/gensh2/console/Makefile.am | 2 +- .../lib/libbsp/sh/gensh2/include/Makefile.am | 2 +- c/src/lib/libbsp/sh/gensh2/scitab/Makefile.am | 2 +- c/src/lib/libbsp/sh/gensh2/start/Makefile.am | 2 +- .../lib/libbsp/sh/gensh2/startup/Makefile.am | 2 +- c/src/lib/libbsp/sh/gensh2/wrapup/Makefile.am | 2 +- c/src/lib/libbsp/shmdr/Makefile.am | 2 +- .../lib/libbsp/sparc/erc32/clock/Makefile.am | 2 +- .../libbsp/sparc/erc32/console/Makefile.am | 2 +- .../libbsp/sparc/erc32/gnatsupp/Makefile.am | 2 +- .../libbsp/sparc/erc32/include/Makefile.am | 2 +- .../lib/libbsp/sparc/erc32/start/Makefile.am | 2 +- .../libbsp/sparc/erc32/startup/Makefile.am | 2 +- .../lib/libbsp/sparc/erc32/timer/Makefile.am | 2 +- .../lib/libbsp/sparc/erc32/wrapup/Makefile.am | 2 +- c/src/lib/libbsp/unix/posix/clock/Makefile.am | 2 +- .../lib/libbsp/unix/posix/console/Makefile.am | 2 +- .../lib/libbsp/unix/posix/include/Makefile.am | 2 +- .../lib/libbsp/unix/posix/shmsupp/Makefile.am | 2 +- .../lib/libbsp/unix/posix/startup/Makefile.am | 4 +- c/src/lib/libbsp/unix/posix/timer/Makefile.am | 4 +- .../lib/libbsp/unix/posix/wrapup/Makefile.am | 2 +- c/src/lib/libc/Makefile.am | 2 +- c/src/lib/libcpu/a29k/clock/Makefile.am | 2 +- c/src/lib/libcpu/a29k/timer/Makefile.am | 2 +- c/src/lib/libcpu/hppa1.1/clock/Makefile.am | 2 +- c/src/lib/libcpu/hppa1.1/include/Makefile.am | 2 +- c/src/lib/libcpu/hppa1.1/milli/Makefile.am | 2 +- .../lib/libcpu/hppa1.1/semaphore/Makefile.am | 2 +- c/src/lib/libcpu/hppa1.1/timer/Makefile.am | 2 +- c/src/lib/libcpu/i386/Makefile.am | 2 +- c/src/lib/libcpu/m68k/m68040/fpsp/Makefile.am | 4 +- .../lib/libcpu/mips64orion/clock/Makefile.am | 2 +- .../lib/libcpu/mips64orion/timer/Makefile.am | 2 +- .../libcpu/powerpc/mpc505/timer/Makefile.am | 4 +- .../libcpu/powerpc/mpc505/vectors/Makefile.am | 4 +- .../libcpu/powerpc/mpc6xx/clock/Makefile.am | 4 +- .../powerpc/mpc6xx/exceptions/Makefile.am | 4 +- .../lib/libcpu/powerpc/mpc6xx/mmu/Makefile.am | 4 +- .../libcpu/powerpc/mpc6xx/timer/Makefile.am | 4 +- .../libcpu/powerpc/mpc6xx/wrapup/Makefile.am | 2 +- .../libcpu/powerpc/mpc821/clock/Makefile.am | 4 +- .../mpc821/console-generic/Makefile.am | 4 +- .../libcpu/powerpc/mpc821/include/Makefile.am | 2 +- .../libcpu/powerpc/mpc821/timer/Makefile.am | 4 +- .../libcpu/powerpc/mpc821/vectors/Makefile.am | 4 +- .../libcpu/powerpc/mpc860/clock/Makefile.am | 4 +- .../mpc860/console-generic/Makefile.am | 4 +- .../libcpu/powerpc/mpc860/include/Makefile.am | 2 +- .../libcpu/powerpc/mpc860/timer/Makefile.am | 4 +- .../libcpu/powerpc/mpc860/vectors/Makefile.am | 4 +- .../libcpu/powerpc/ppc403/clock/Makefile.am | 4 +- .../libcpu/powerpc/ppc403/console/Makefile.am | 4 +- .../libcpu/powerpc/ppc403/ictrl/Makefile.am | 4 +- .../libcpu/powerpc/ppc403/timer/Makefile.am | 4 +- .../libcpu/powerpc/ppc403/vectors/Makefile.am | 4 +- c/src/lib/libcpu/powerpc/shared/Makefile.am | 2 +- c/src/lib/libcpu/powerpc/wrapup/Makefile.am | 2 +- c/src/lib/libcpu/sh/sh7032/clock/Makefile.am | 4 +- c/src/lib/libcpu/sh/sh7032/delay/Makefile.am | 2 +- .../lib/libcpu/sh/sh7032/include/Makefile.am | 2 +- c/src/lib/libcpu/sh/sh7032/null/Makefile.am | 2 +- c/src/lib/libcpu/sh/sh7032/sci/Makefile.am | 2 +- c/src/lib/libcpu/sh/sh7032/timer/Makefile.am | 2 +- c/src/lib/libcpu/sh/sh7045/clock/Makefile.am | 4 +- .../lib/libcpu/sh/sh7045/include/Makefile.am | 2 +- c/src/lib/libcpu/sh/sh7045/null/Makefile.am | 2 +- c/src/lib/libcpu/sh/sh7045/sci/Makefile.am | 2 +- c/src/lib/libcpu/sh/sh7045/timer/Makefile.am | 2 +- c/src/lib/libcpu/sparc/reg_win/Makefile.am | 4 +- c/src/lib/libcpu/sparc/syscall/Makefile.am | 4 +- c/src/libchip/network/Makefile.am | 2 +- c/src/libchip/rtc/Makefile.am | 2 +- c/src/libchip/serial/Makefile.am | 2 +- c/src/libmisc/cpuuse/Makefile.am | 2 +- c/src/libmisc/dummy/Makefile.am | 2 +- c/src/libmisc/dumpbuf/Makefile.am | 2 +- c/src/libmisc/monitor/Makefile.am | 2 +- c/src/libmisc/rtmonuse/Makefile.am | 2 +- c/src/libmisc/stackchk/Makefile.am | 2 +- c/src/libmisc/untar/Makefile.am | 2 +- c/src/libmisc/wrapup/Makefile.am | 2 +- c/src/libnetworking/include/Makefile.am | 2 +- c/src/libnetworking/kern/Makefile.am | 2 +- c/src/libnetworking/lib/Makefile.am | 2 +- c/src/libnetworking/libc/Makefile.am | 2 +- c/src/libnetworking/net/Makefile.am | 2 +- c/src/libnetworking/netinet/Makefile.am | 2 +- c/src/libnetworking/nfs/Makefile.am | 2 +- c/src/libnetworking/pppd/Makefile.am | 2 +- c/src/libnetworking/rtems/Makefile.am | 2 +- c/src/libnetworking/rtems_servers/Makefile.am | 2 +- .../libnetworking/rtems_webserver/Makefile.am | 2 +- c/src/libnetworking/wrapup/Makefile.am | 2 +- c/src/librdbg/include/rdbg/Makefile.am | 2 +- c/src/librdbg/include/rdbg/i386/Makefile.am | 2 +- .../librdbg/include/rdbg/powerpc/Makefile.am | 2 +- c/src/librdbg/src/i386/any/Makefile.am | 2 +- c/src/librdbg/src/powerpc/mcp750/Makefile.am | 2 +- c/src/librpc/include/rpc/Makefile.am | 2 +- c/src/librpc/src/Makefile.am | 2 +- c/src/librtems++/include/rtems++/Makefile.am | 2 +- c/src/librtems++/src/Makefile.am | 2 +- c/src/make/configure.in | 1 - c/src/make/main.cfg.in | 22 ----------- c/src/tests/itrontests/itronhello/Makefile.am | 2 +- c/src/tests/itrontests/itronmbf01/Makefile.am | 2 +- .../tests/itrontests/itronmbox01/Makefile.am | 2 +- c/src/tests/itrontests/itronsem01/Makefile.am | 2 +- .../tests/itrontests/itrontask01/Makefile.am | 2 +- .../tests/itrontests/itrontask02/Makefile.am | 2 +- .../tests/itrontests/itrontask03/Makefile.am | 2 +- .../tests/itrontests/itrontask04/Makefile.am | 2 +- .../tests/itrontests/itrontime01/Makefile.am | 2 +- c/src/tests/libtests/cpuuse/Makefile.am | 2 +- c/src/tests/libtests/malloctest/Makefile.am | 2 +- c/src/tests/libtests/monitor/Makefile.am | 2 +- c/src/tests/libtests/putenvtest/Makefile.am | 2 +- c/src/tests/libtests/rtems++/Makefile.am | 4 +- c/src/tests/libtests/rtmonuse/Makefile.am | 2 +- c/src/tests/libtests/stackchk/Makefile.am | 2 +- c/src/tests/libtests/termios/Makefile.am | 2 +- c/src/tests/mptests/mp01/node1/Makefile.am | 4 +- c/src/tests/mptests/mp01/node2/Makefile.am | 4 +- c/src/tests/mptests/mp02/node1/Makefile.am | 4 +- c/src/tests/mptests/mp02/node2/Makefile.am | 4 +- c/src/tests/mptests/mp03/node1/Makefile.am | 4 +- c/src/tests/mptests/mp03/node2/Makefile.am | 4 +- c/src/tests/mptests/mp04/node1/Makefile.am | 4 +- c/src/tests/mptests/mp04/node2/Makefile.am | 4 +- c/src/tests/mptests/mp05/node1/Makefile.am | 4 +- c/src/tests/mptests/mp05/node2/Makefile.am | 4 +- c/src/tests/mptests/mp06/node1/Makefile.am | 4 +- c/src/tests/mptests/mp06/node2/Makefile.am | 4 +- c/src/tests/mptests/mp07/node1/Makefile.am | 4 +- c/src/tests/mptests/mp07/node2/Makefile.am | 4 +- c/src/tests/mptests/mp08/node1/Makefile.am | 4 +- c/src/tests/mptests/mp08/node2/Makefile.am | 4 +- c/src/tests/mptests/mp09/node1/Makefile.am | 4 +- c/src/tests/mptests/mp09/node2/Makefile.am | 4 +- c/src/tests/mptests/mp10/node1/Makefile.am | 4 +- c/src/tests/mptests/mp10/node2/Makefile.am | 4 +- c/src/tests/mptests/mp11/node1/Makefile.am | 4 +- c/src/tests/mptests/mp11/node2/Makefile.am | 4 +- c/src/tests/mptests/mp12/node1/Makefile.am | 4 +- c/src/tests/mptests/mp12/node2/Makefile.am | 4 +- c/src/tests/mptests/mp13/node1/Makefile.am | 4 +- c/src/tests/mptests/mp13/node2/Makefile.am | 4 +- c/src/tests/mptests/mp14/node1/Makefile.am | 4 +- c/src/tests/mptests/mp14/node2/Makefile.am | 4 +- c/src/tests/psxtests/psx01/Makefile.am | 2 +- c/src/tests/psxtests/psx02/Makefile.am | 2 +- c/src/tests/psxtests/psx03/Makefile.am | 2 +- c/src/tests/psxtests/psx04/Makefile.am | 2 +- c/src/tests/psxtests/psx05/Makefile.am | 2 +- c/src/tests/psxtests/psx06/Makefile.am | 2 +- c/src/tests/psxtests/psx07/Makefile.am | 2 +- c/src/tests/psxtests/psx08/Makefile.am | 2 +- c/src/tests/psxtests/psx09/Makefile.am | 2 +- c/src/tests/psxtests/psx10/Makefile.am | 2 +- c/src/tests/psxtests/psx11/Makefile.am | 2 +- c/src/tests/psxtests/psx12/Makefile.am | 2 +- c/src/tests/psxtests/psx13/Makefile.am | 2 +- c/src/tests/psxtests/psxcancel/Makefile.am | 2 +- c/src/tests/psxtests/psxfile01/Makefile.am | 2 +- c/src/tests/psxtests/psxhdrs/Makefile.am | 2 +- c/src/tests/psxtests/psxmount/Makefile.am | 2 +- c/src/tests/psxtests/psxmsgq01/Makefile.am | 2 +- c/src/tests/psxtests/psxreaddir/Makefile.am | 2 +- c/src/tests/psxtests/psxsem01/Makefile.am | 2 +- c/src/tests/psxtests/psxstat/Makefile.am | 2 +- c/src/tests/psxtests/psxtime/Makefile.am | 2 +- c/src/tests/psxtests/psxtimer/Makefile.am | 2 +- c/src/tests/samples/base_mp/node1/Makefile.am | 4 +- c/src/tests/samples/base_mp/node2/Makefile.am | 4 +- c/src/tests/samples/base_sp/Makefile.am | 2 +- c/src/tests/samples/cdtest/Makefile.am | 4 +- c/src/tests/samples/hello/Makefile.am | 2 +- c/src/tests/samples/minimum/Makefile.am | 2 +- c/src/tests/samples/paranoia/Makefile.am | 2 +- c/src/tests/samples/ticker/Makefile.am | 2 +- c/src/tests/samples/unlimited/Makefile.am | 2 +- c/src/tests/sptests/sp01/Makefile.am | 2 +- c/src/tests/sptests/sp02/Makefile.am | 2 +- c/src/tests/sptests/sp03/Makefile.am | 2 +- c/src/tests/sptests/sp04/Makefile.am | 2 +- c/src/tests/sptests/sp05/Makefile.am | 2 +- c/src/tests/sptests/sp06/Makefile.am | 2 +- c/src/tests/sptests/sp07/Makefile.am | 2 +- c/src/tests/sptests/sp08/Makefile.am | 2 +- c/src/tests/sptests/sp09/Makefile.am | 2 +- c/src/tests/sptests/sp11/Makefile.am | 2 +- c/src/tests/sptests/sp12/Makefile.am | 2 +- c/src/tests/sptests/sp13/Makefile.am | 2 +- c/src/tests/sptests/sp14/Makefile.am | 2 +- c/src/tests/sptests/sp15/Makefile.am | 2 +- c/src/tests/sptests/sp16/Makefile.am | 2 +- c/src/tests/sptests/sp17/Makefile.am | 2 +- c/src/tests/sptests/sp19/Makefile.am | 2 +- c/src/tests/sptests/sp20/Makefile.am | 2 +- c/src/tests/sptests/sp21/Makefile.am | 2 +- c/src/tests/sptests/sp22/Makefile.am | 2 +- c/src/tests/sptests/sp23/Makefile.am | 2 +- c/src/tests/sptests/sp24/Makefile.am | 2 +- c/src/tests/sptests/sp25/Makefile.am | 2 +- c/src/tests/sptests/sp26/Makefile.am | 2 +- c/src/tests/sptests/sp27/Makefile.am | 2 +- c/src/tests/sptests/sp28/Makefile.am | 2 +- c/src/tests/sptests/sp29/Makefile.am | 2 +- c/src/tests/sptests/spfatal/Makefile.am | 2 +- c/src/tests/sptests/spsize/Makefile.am | 2 +- c/src/tests/support/include/Makefile.am | 2 +- c/src/tests/support/stubdr/Makefile.am | 2 +- c/src/tests/support/wrapup/Makefile.am | 2 +- .../tmitrontests/tmitronsem01/Makefile.am | 2 +- c/src/tests/tmtests/tm01/Makefile.am | 2 +- c/src/tests/tmtests/tm02/Makefile.am | 2 +- c/src/tests/tmtests/tm03/Makefile.am | 2 +- c/src/tests/tmtests/tm04/Makefile.am | 2 +- c/src/tests/tmtests/tm05/Makefile.am | 2 +- c/src/tests/tmtests/tm06/Makefile.am | 2 +- c/src/tests/tmtests/tm07/Makefile.am | 2 +- c/src/tests/tmtests/tm08/Makefile.am | 2 +- c/src/tests/tmtests/tm09/Makefile.am | 2 +- c/src/tests/tmtests/tm10/Makefile.am | 2 +- c/src/tests/tmtests/tm11/Makefile.am | 2 +- c/src/tests/tmtests/tm12/Makefile.am | 2 +- c/src/tests/tmtests/tm13/Makefile.am | 2 +- c/src/tests/tmtests/tm14/Makefile.am | 2 +- c/src/tests/tmtests/tm15/Makefile.am | 2 +- c/src/tests/tmtests/tm16/Makefile.am | 2 +- c/src/tests/tmtests/tm17/Makefile.am | 2 +- c/src/tests/tmtests/tm18/Makefile.am | 2 +- c/src/tests/tmtests/tm19/Makefile.am | 2 +- c/src/tests/tmtests/tm20/Makefile.am | 2 +- c/src/tests/tmtests/tm21/Makefile.am | 2 +- c/src/tests/tmtests/tm22/Makefile.am | 2 +- c/src/tests/tmtests/tm23/Makefile.am | 2 +- c/src/tests/tmtests/tm24/Makefile.am | 2 +- c/src/tests/tmtests/tm25/Makefile.am | 2 +- c/src/tests/tmtests/tm26/Makefile.am | 2 +- c/src/tests/tmtests/tm27/Makefile.am | 2 +- c/src/tests/tmtests/tm28/Makefile.am | 2 +- c/src/tests/tmtests/tm29/Makefile.am | 2 +- c/src/tests/tmtests/tmck/Makefile.am | 2 +- c/src/tests/tmtests/tmoverhd/Makefile.am | 2 +- c/src/tests/tools/generic/Makefile.am | 2 +- c/src/wrapup/Makefile.am | 7 ++-- make/compilers/gcc-target-default.cfg | 6 ++- make/custom/FreeBSD-posix.cfg | 2 +- make/custom/HPUX9-posix.cfg | 2 +- make/custom/Linux-posix.cfg | 2 +- make/custom/Solaris-posix.cfg | 2 +- make/custom/cvme961.cfg | 2 +- make/custom/dmv152.cfg | 2 +- make/custom/dmv177.cfg | 2 +- make/custom/efi332.cfg | 2 +- make/custom/efi68k.cfg | 2 +- make/custom/erc32.cfg | 2 +- make/custom/eth_comm.cfg | 2 +- make/custom/gen68302.cfg | 6 +-- make/custom/gen68340.cfg | 36 ++++++++--------- make/custom/gen68360.cfg | 2 +- make/custom/gensh1.cfg | 3 +- make/custom/gensh2.cfg | 2 +- make/custom/helas403.cfg | 2 +- make/custom/i386ex.cfg | 2 +- make/custom/idp.cfg | 2 +- make/custom/mcp750.cfg | 3 +- make/custom/mvme136.cfg | 2 +- make/custom/mvme147.cfg | 2 +- make/custom/mvme162.cfg | 2 +- make/custom/mvme167.cfg | 6 +-- make/custom/p4000.cfg | 2 +- make/custom/p4600.cfg | 10 ++--- make/custom/p4650.cfg | 2 +- make/custom/papyrus.cfg | 2 +- make/custom/pc386.cfg | 13 +++---- make/custom/ppcn_60x.cfg | 2 +- make/custom/psim.cfg | 2 +- make/custom/score603e.cfg | 2 +- make/custom/simhppa.cfg | 4 +- make/custom/ts_386ex.cfg | 2 +- tools/update/ampolish | 7 ++++ 604 files changed, 724 insertions(+), 779 deletions(-) diff --git a/automake/host.am b/automake/host.am index a9ebea3275..7ace38f793 100644 --- a/automake/host.am +++ b/automake/host.am @@ -5,13 +5,19 @@ ## Once automake is fully integrated these make targets ## and this file will probably be removed -debug-am: all-am -debug: debug-am -.PHONY: debug debug-am +debug: + @echo + @echo "\"make debug\" is obsolete, instead use:" + @echo " make VARIANT=DEBUG" + @echo -profile-am: all-am -profile: profile-am -.PHONY: profile profile-am +.PHONY: debug + +profile: + @echo + @echo "\"make profile\" is obsolete, instead use:" + @echo " make VARIANT=PROFILE" + @echo preinstall-am: $(PREINSTALL_FILES) preinstall: preinstall-am diff --git a/automake/local.am b/automake/local.am index 4cf0f85a3f..3186db0436 100644 --- a/automake/local.am +++ b/automake/local.am @@ -5,21 +5,30 @@ ## Once automake is fully integrated these make targets ## and this file will probably be removed -debug-am: - $(MAKE) $(AM_MAKEFLAGS) "ARCH=o-debug" \ - "CFLAGS_DEBUG=$(CFLAGS_DEBUG_V)" \ - "LDFLAGS_DEBUG=$(LDFLAGS_DEBUG_V)" $(TARGET_VA) +VARIANT = OPTIMIZE -debug: debug-am -.PHONY: debug debug-am +VARIANT_OPTIMIZE_V = optimize +VARIANT_DEBUG_V = debug +VARIANT_PROFILE_V = profile -profile-am: - $(MAKE) $(AM_MAKEFLAGS) "ARCH=o-profile" \ - "CFLAGS_PROFILE=$(CFLAGS_PROFILE_V)" \ - "LDFLAGS_PROFILE=$(LDFLAGS_PROFILE_V)" $(TARGET_VA) +ARCH = o-$(VARIANT_$(VARIANT)_V) +AM_CFLAGS += $(CFLAGS_$(VARIANT)_V) -profile: profile-am -.PHONY: profile profile-am +debug: + @echo + @echo "\"make debug\" is obsolete, instead use:" + @echo " make VARIANT=DEBUG" + @echo + +.PHONY: debug + +profile: + @echo + @echo "\"make profile\" is obsolete, instead use:" + @echo " make VARIANT=PROFILE" + @echo + +.PHONY: profile preinstall-am: $(PREINSTALL_FILES) preinstall: preinstall-am @@ -28,3 +37,9 @@ preinstall: preinstall-am depend-am: depend: depend-am .PHONY: depend depend-am + +${ARCH}: + mkdir ${ARCH} + +clean: + $(RM) -r o-optimize o-debug o-profile diff --git a/automake/subdirs.am b/automake/subdirs.am index dfca504623..3d54285dec 100644 --- a/automake/subdirs.am +++ b/automake/subdirs.am @@ -8,9 +8,7 @@ ## and this file will probably be removed depend-recursive \ -preinstall-recursive \ -debug-recursive \ -profile-recursive: +preinstall-recursive: @set fnord $(MAKEFLAGS); amf=$$2; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ @@ -31,12 +29,6 @@ profile-recursive: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" -debug: debug-recursive -.PHONY: debug-recursive - -profile: profile-recursive -.PHONY: profile-recursive - preinstall: preinstall-recursive .PHONY: preinstall-recursive diff --git a/c/Makefile.am b/c/Makefile.am index 882d4c7d54..172af7c870 100644 --- a/c/Makefile.am +++ b/c/Makefile.am @@ -28,7 +28,7 @@ SUBDIRS = make . $(RTEMS_BSP) done ## Let all RTEMS' make targets depend on ${RTEMS_BSP} -all-am: ${RTEMS_BSP} +all-local: ${RTEMS_BSP} preinstall-am: ${RTEMS_BSP} depend-am: ${RTEMS_BSP} diff --git a/c/src/exec/itron/include/Makefile.am b/c/src/exec/itron/include/Makefile.am index ed1a918495..66bdf8c9e7 100644 --- a/c/src/exec/itron/include/Makefile.am +++ b/c/src/exec/itron/include/Makefile.am @@ -16,7 +16,7 @@ $(PROJECT_INCLUDE): $(PROJECT_INCLUDE)/%.h: %.h $(INSTALL_DATA) $< $@ -all-am: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) SUBDIRS = rtems itronsys diff --git a/c/src/exec/itron/include/itronsys/Makefile.am b/c/src/exec/itron/include/itronsys/Makefile.am index 9875a9e31c..2aa2a0b0ea 100644 --- a/c/src/exec/itron/include/itronsys/Makefile.am +++ b/c/src/exec/itron/include/itronsys/Makefile.am @@ -17,6 +17,6 @@ $(PROJECT_INCLUDE)/itronsys: $(PROJECT_INCLUDE)/itronsys/%.h: %.h $(INSTALL_DATA) $< $@ -all-am: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) include $(top_srcdir)/../../../../automake/local.am diff --git a/c/src/exec/itron/include/rtems/itron/Makefile.am b/c/src/exec/itron/include/rtems/itron/Makefile.am index 1de098bcfd..96053cfb9a 100644 --- a/c/src/exec/itron/include/rtems/itron/Makefile.am +++ b/c/src/exec/itron/include/rtems/itron/Makefile.am @@ -18,7 +18,7 @@ $(PROJECT_INCLUDE)/rtems/itron: $(PROJECT_INCLUDE)/rtems/itron/%.h: %.h $(INSTALL_DATA) $< $@ -all-am: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) EXTRA_DIST = README diff --git a/c/src/exec/itron/inline/rtems/itron/Makefile.am b/c/src/exec/itron/inline/rtems/itron/Makefile.am index 209d205f00..f5368fff77 100644 --- a/c/src/exec/itron/inline/rtems/itron/Makefile.am +++ b/c/src/exec/itron/inline/rtems/itron/Makefile.am @@ -20,6 +20,6 @@ $(PROJECT_INCLUDE)/rtems/itron/%.inl: %.inl $(INSTALL_DATA) $< $@ endif -all-am: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) include $(top_srcdir)/../../../../automake/local.am diff --git a/c/src/exec/itron/src/Makefile.am b/c/src/exec/itron/src/Makefile.am index cd931cda1e..92ae498c69 100644 --- a/c/src/exec/itron/src/Makefile.am +++ b/c/src/exec/itron/src/Makefile.am @@ -49,9 +49,8 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../../automake/lib.am AM_CPPFLAGS += -D__RTEMS_INSIDE__ -AM_CFLAGS += $(CFLAGS_OS_V) -all: ${ARCH} ${OBJS} +all-local: ${ARCH} ${OBJS} UNUSED_C_FILES = cre_mbx.c del_mbx.c mboxtranslatereturncode.c network.c \ prcv_mbx.c rcv_mbx.c ref_mbx.c snd_mbx.c sysmgmt.c trcv_mbx.c diff --git a/c/src/exec/posix/include/Makefile.am b/c/src/exec/posix/include/Makefile.am index 555b542e92..e799407ef8 100644 --- a/c/src/exec/posix/include/Makefile.am +++ b/c/src/exec/posix/include/Makefile.am @@ -19,7 +19,7 @@ $(PROJECT_INCLUDE): $(PROJECT_INCLUDE)/%.h: %.h $(INSTALL_DATA) $< $@ -all-am: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) SUBDIRS = rtems sys diff --git a/c/src/exec/posix/include/rtems/posix/Makefile.am b/c/src/exec/posix/include/rtems/posix/Makefile.am index ab3cdceebc..c66a0015c9 100644 --- a/c/src/exec/posix/include/rtems/posix/Makefile.am +++ b/c/src/exec/posix/include/rtems/posix/Makefile.am @@ -28,7 +28,7 @@ $(PROJECT_INCLUDE)/rtems/posix: $(PROJECT_INCLUDE)/rtems/posix/%.h: %.h $(INSTALL_DATA) $< $@ -all-am: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) EXTRA_DIST = $(UNUSED_H_FILES) diff --git a/c/src/exec/posix/include/sys/Makefile.am b/c/src/exec/posix/include/sys/Makefile.am index d14b5f1022..f07a7218b3 100644 --- a/c/src/exec/posix/include/sys/Makefile.am +++ b/c/src/exec/posix/include/sys/Makefile.am @@ -16,6 +16,6 @@ $(PROJECT_INCLUDE)/sys: $(PROJECT_INCLUDE)/sys/%.h: %.h $(INSTALL_DATA) $< $@ -all-am: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) include $(top_srcdir)/../../../../automake/local.am diff --git a/c/src/exec/posix/inline/rtems/posix/Makefile.am b/c/src/exec/posix/inline/rtems/posix/Makefile.am index 8c3e3dcbc4..a38f1fa8f1 100644 --- a/c/src/exec/posix/inline/rtems/posix/Makefile.am +++ b/c/src/exec/posix/inline/rtems/posix/Makefile.am @@ -20,7 +20,7 @@ $(PROJECT_INCLUDE)/rtems/posix/%.inl: %.inl $(INSTALL_DATA) $< $@ endif -all-am: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) EXTRA_DIST = intr.inl diff --git a/c/src/exec/posix/macros/rtems/posix/Makefile.am b/c/src/exec/posix/macros/rtems/posix/Makefile.am index fceca44cc2..48f00c8a30 100644 --- a/c/src/exec/posix/macros/rtems/posix/Makefile.am +++ b/c/src/exec/posix/macros/rtems/posix/Makefile.am @@ -18,6 +18,6 @@ $(PROJECT_INCLUDE)/rtems/posix/%.inl: %.inl $(INSTALL_DATA) $< $@ endif -all-am: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) include $(top_srcdir)/../../../../automake/local.am diff --git a/c/src/exec/posix/optman/Makefile.am b/c/src/exec/posix/optman/Makefile.am index 234270f32a..c6277ca054 100644 --- a/c/src/exec/posix/optman/Makefile.am +++ b/c/src/exec/posix/optman/Makefile.am @@ -22,10 +22,9 @@ $(PROJECT_RELEASE)/lib/%$(LIB_VARIANT).rel: $(ARCH)/%.rel # (OPTIONAL) Add local stuff here using += # -AM_CFLAGS += $(CFLAGS_OS_V) ASM4FLAGS += -I$(PROJECT_INCLUDE)/rtems -all: ${ARCH} $(PGMS) $(TMPINSTALL_FILES) +all-local: ${ARCH} $(PGMS) $(TMPINSTALL_FILES) .PRECIOUS: $(PGMS) diff --git a/c/src/exec/posix/src/Makefile.am b/c/src/exec/posix/src/Makefile.am index 345ea4de22..506d9c53fa 100644 --- a/c/src/exec/posix/src/Makefile.am +++ b/c/src/exec/posix/src/Makefile.am @@ -91,9 +91,8 @@ include $(top_srcdir)/../../../../automake/lib.am # AM_CPPFLAGS += -D__RTEMS_INSIDE__ -AM_CFLAGS += $(CFLAGS_OS_V) -all: ${ARCH} ${OBJS} +all-local: ${ARCH} ${OBJS} # temporary so we can see how many things are left to implement not: diff --git a/c/src/exec/rtems/include/Makefile.am b/c/src/exec/rtems/include/Makefile.am index 413994fc76..09e318db3b 100644 --- a/c/src/exec/rtems/include/Makefile.am +++ b/c/src/exec/rtems/include/Makefile.am @@ -16,7 +16,7 @@ $(PROJECT_INCLUDE): $(PROJECT_INCLUDE)/%.h: %.h $(INSTALL_DATA) $< $@ -all-am: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) SUBDIRS = rtems diff --git a/c/src/exec/rtems/include/rtems/rtems/Makefile.am b/c/src/exec/rtems/include/rtems/rtems/Makefile.am index 2be1ee3f84..f9c8d82fef 100644 --- a/c/src/exec/rtems/include/rtems/rtems/Makefile.am +++ b/c/src/exec/rtems/include/rtems/rtems/Makefile.am @@ -28,6 +28,6 @@ $(PROJECT_INCLUDE)/rtems/rtems: $(PROJECT_INCLUDE)/rtems/rtems/%.h: %.h $(INSTALL_DATA) $< $@ -all-am: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) include $(top_srcdir)/../../../automake/local.am diff --git a/c/src/exec/rtems/inline/rtems/rtems/Makefile.am b/c/src/exec/rtems/inline/rtems/rtems/Makefile.am index c703109372..b8b787a40e 100644 --- a/c/src/exec/rtems/inline/rtems/rtems/Makefile.am +++ b/c/src/exec/rtems/inline/rtems/rtems/Makefile.am @@ -20,6 +20,6 @@ $(PROJECT_INCLUDE)/rtems/rtems/%.inl: %.inl $(INSTALL_DATA) $< $@ endif -all-am: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) include $(top_srcdir)/../../../automake/local.am diff --git a/c/src/exec/rtems/macros/rtems/rtems/Makefile.am b/c/src/exec/rtems/macros/rtems/rtems/Makefile.am index 9cc149da25..dacf3011fe 100644 --- a/c/src/exec/rtems/macros/rtems/rtems/Makefile.am +++ b/c/src/exec/rtems/macros/rtems/rtems/Makefile.am @@ -21,6 +21,6 @@ $(PROJECT_INCLUDE)/rtems/rtems/%.inl: %.inl $(INSTALL_DATA) $< $@ endif -all-am: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) include $(top_srcdir)/../../../automake/local.am diff --git a/c/src/exec/rtems/optman/Makefile.am b/c/src/exec/rtems/optman/Makefile.am index 86655be693..dc6c6292b7 100644 --- a/c/src/exec/rtems/optman/Makefile.am +++ b/c/src/exec/rtems/optman/Makefile.am @@ -23,10 +23,9 @@ $(PROJECT_RELEASE)/lib/%$(LIB_VARIANT).rel: $(ARCH)/%.rel # (OPTIONAL) Add local stuff here using += # -AM_CFLAGS += $(CFLAGS_OS_V) ASM4FLAGS += -I$(PROJECT_INCLUDE)/rtems -all: ${ARCH} $(PGMS) $(TMPINSTALL_FILES) +all-local: ${ARCH} $(PGMS) $(TMPINSTALL_FILES) .PRECIOUS: $(PGMS) diff --git a/c/src/exec/rtems/src/Makefile.am b/c/src/exec/rtems/src/Makefile.am index 4ba26a23af..f597292be1 100644 --- a/c/src/exec/rtems/src/Makefile.am +++ b/c/src/exec/rtems/src/Makefile.am @@ -70,9 +70,8 @@ OBJS = $(C_O_FILES) # AM_CPPFLAGS += -D__RTEMS_INSIDE__ -AM_CFLAGS += $(CFLAGS_OS_V) -all: ${ARCH} ${OBJS} +all-local: ${ARCH} ${OBJS} EXTRA_DIST = $(STD_C_FILES) $(MP_C_FILES) diff --git a/c/src/exec/sapi/include/Makefile.am b/c/src/exec/sapi/include/Makefile.am index 30a8819e05..d206ebc214 100644 --- a/c/src/exec/sapi/include/Makefile.am +++ b/c/src/exec/sapi/include/Makefile.am @@ -16,7 +16,7 @@ $(PROJECT_INCLUDE): $(PROJECT_INCLUDE)/%.h: %.h $(INSTALL_DATA) $< $@ -all-am: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) SUBDIRS = rtems diff --git a/c/src/exec/sapi/include/rtems/Makefile.am b/c/src/exec/sapi/include/rtems/Makefile.am index 63edf7d3c4..0483ede4c3 100644 --- a/c/src/exec/sapi/include/rtems/Makefile.am +++ b/c/src/exec/sapi/include/rtems/Makefile.am @@ -19,6 +19,6 @@ $(PROJECT_INCLUDE)/rtems/%.h: %.h EXTRA_DIST = README -all-am: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) include $(top_srcdir)/../../../automake/local.am diff --git a/c/src/exec/sapi/inline/rtems/Makefile.am b/c/src/exec/sapi/inline/rtems/Makefile.am index 54ea10ca24..cdc59dd96a 100644 --- a/c/src/exec/sapi/inline/rtems/Makefile.am +++ b/c/src/exec/sapi/inline/rtems/Makefile.am @@ -18,6 +18,6 @@ $(PROJECT_INCLUDE)/rtems/%.inl: %.inl $(INSTALL_DATA) $< $@ endif -all-am: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) include $(top_srcdir)/../../../automake/local.am diff --git a/c/src/exec/sapi/macros/rtems/Makefile.am b/c/src/exec/sapi/macros/rtems/Makefile.am index bc9eead236..857ad0615c 100644 --- a/c/src/exec/sapi/macros/rtems/Makefile.am +++ b/c/src/exec/sapi/macros/rtems/Makefile.am @@ -18,6 +18,6 @@ $(PROJECT_INCLUDE)/rtems/%.inl: %.inl $(INSTALL_DATA) $< $@ endif -all-am: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) include $(top_srcdir)/../../../automake/local.am diff --git a/c/src/exec/sapi/optman/Makefile.am b/c/src/exec/sapi/optman/Makefile.am index 466cf27cdc..76d3e4fbb8 100644 --- a/c/src/exec/sapi/optman/Makefile.am +++ b/c/src/exec/sapi/optman/Makefile.am @@ -22,10 +22,9 @@ $(PROJECT_RELEASE)/lib/%$(LIB_VARIANT).rel: $(ARCH)/%.rel # (OPTIONAL) Add local stuff here using += # -AM_CFLAGS += $(CFLAGS_OS_V) ASM4FLAGS += -I $(PROJECT_INCLUDE)/rtems -all: ${ARCH} $(PGMS) $(TMPINSTALL_FILES) +all-local: ${ARCH} $(PGMS) $(TMPINSTALL_FILES) .PRECIOUS: $(PGMS) diff --git a/c/src/exec/sapi/src/Makefile.am b/c/src/exec/sapi/src/Makefile.am index 91d461279c..a9d642921d 100644 --- a/c/src/exec/sapi/src/Makefile.am +++ b/c/src/exec/sapi/src/Makefile.am @@ -18,9 +18,8 @@ include $(top_srcdir)/../../../automake/lib.am # AM_CPPFLAGS += -D__RTEMS_INSIDE__ -AM_CFLAGS += $(CFLAGS_OS_V) -all: ${ARCH} ${OBJS} +all-local: ${ARCH} ${OBJS} EXTRA_DIST = $(C_FILES) diff --git a/c/src/exec/score/cpu/a29k/Makefile.am b/c/src/exec/score/cpu/a29k/Makefile.am index dbfe20a358..92cdcbd384 100644 --- a/c/src/exec/score/cpu/a29k/Makefile.am +++ b/c/src/exec/score/cpu/a29k/Makefile.am @@ -41,7 +41,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%=$(PROJECT_INCLUDE)/%) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/rtems$(LIB_VARIANT).o -all: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \ +all-local: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \ $(TMPINSTALL_FILES) .PRECIOUS: $(REL) diff --git a/c/src/exec/score/cpu/a29k/rtems/score/Makefile.am b/c/src/exec/score/cpu/a29k/rtems/score/Makefile.am index 431f851b1b..6f47d2e20b 100644 --- a/c/src/exec/score/cpu/a29k/rtems/score/Makefile.am +++ b/c/src/exec/score/cpu/a29k/rtems/score/Makefile.am @@ -20,6 +20,6 @@ $(PROJECT_INCLUDE)/rtems/score: $(PROJECT_INCLUDE)/rtems/score/%.h: %.h $(INSTALL_DATA) $< $@ -all: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) include $(top_srcdir)/../../../../../../automake/local.am diff --git a/c/src/exec/score/cpu/hppa1.1/Makefile.am b/c/src/exec/score/cpu/hppa1.1/Makefile.am index 6eb8182a74..f26f2ca8fa 100644 --- a/c/src/exec/score/cpu/hppa1.1/Makefile.am +++ b/c/src/exec/score/cpu/hppa1.1/Makefile.am @@ -36,7 +36,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%=$(PROJECT_INCLUDE)/%) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/rtems$(LIB_VARIANT).o -all: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \ +all-local: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \ $(TMPINSTALL_FILES) .PRECIOUS: $(REL) diff --git a/c/src/exec/score/cpu/hppa1.1/rtems/score/Makefile.am b/c/src/exec/score/cpu/hppa1.1/rtems/score/Makefile.am index 6bf17b8e6c..f578ebdda9 100644 --- a/c/src/exec/score/cpu/hppa1.1/rtems/score/Makefile.am +++ b/c/src/exec/score/cpu/hppa1.1/rtems/score/Makefile.am @@ -20,6 +20,6 @@ $(PROJECT_INCLUDE)/rtems/score: $(PROJECT_INCLUDE)/rtems/score/%.h: %.h $(INSTALL_DATA) $< $@ -all: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) include $(top_srcdir)/../../../../../../automake/local.am diff --git a/c/src/exec/score/cpu/i386/Makefile.am b/c/src/exec/score/cpu/i386/Makefile.am index 041add53ba..2801a9fc88 100644 --- a/c/src/exec/score/cpu/i386/Makefile.am +++ b/c/src/exec/score/cpu/i386/Makefile.am @@ -38,7 +38,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%=$(PROJECT_INCLUDE)/%) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/rtems$(LIB_VARIANT).o -all: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \ +all-local: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \ $(TMPINSTALL_FILES) .PRECIOUS: $(REL) diff --git a/c/src/exec/score/cpu/i386/rtems/score/Makefile.am b/c/src/exec/score/cpu/i386/rtems/score/Makefile.am index 4d6b27085b..9d7ca37423 100644 --- a/c/src/exec/score/cpu/i386/rtems/score/Makefile.am +++ b/c/src/exec/score/cpu/i386/rtems/score/Makefile.am @@ -20,6 +20,6 @@ $(PROJECT_INCLUDE)/rtems/score: $(PROJECT_INCLUDE)/rtems/score/%.h: %.h $(INSTALL_DATA) $< $@ -all: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) include $(top_srcdir)/../../../../../../automake/local.am diff --git a/c/src/exec/score/cpu/i960/Makefile.am b/c/src/exec/score/cpu/i960/Makefile.am index 0ecca4aa1e..f26a4e9382 100644 --- a/c/src/exec/score/cpu/i960/Makefile.am +++ b/c/src/exec/score/cpu/i960/Makefile.am @@ -38,7 +38,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%=$(PROJECT_INCLUDE)/%) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/rtems$(LIB_VARIANT).o -all: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \ +all-local: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \ $(TMPINSTALL_FILES) .PRECIOUS: $(REL) diff --git a/c/src/exec/score/cpu/i960/rtems/score/Makefile.am b/c/src/exec/score/cpu/i960/rtems/score/Makefile.am index b32ad81581..c7c8212303 100644 --- a/c/src/exec/score/cpu/i960/rtems/score/Makefile.am +++ b/c/src/exec/score/cpu/i960/rtems/score/Makefile.am @@ -20,6 +20,6 @@ $(PROJECT_INCLUDE)/rtems/score: $(PROJECT_INCLUDE)/rtems/score/%.h: %.h $(INSTALL_DATA) $< $@ -all: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) include $(top_srcdir)/../../../../../../automake/local.am diff --git a/c/src/exec/score/cpu/m68k/Makefile.am b/c/src/exec/score/cpu/m68k/Makefile.am index e2cd6c65e8..cffdcf4fc4 100644 --- a/c/src/exec/score/cpu/m68k/Makefile.am +++ b/c/src/exec/score/cpu/m68k/Makefile.am @@ -38,7 +38,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%=$(PROJECT_INCLUDE)/%) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/rtems$(LIB_VARIANT).o -all: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \ +all-local: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \ $(TMPINSTALL_FILES) .PRECIOUS: $(REL) diff --git a/c/src/exec/score/cpu/m68k/rtems/score/Makefile.am b/c/src/exec/score/cpu/m68k/rtems/score/Makefile.am index ae8c314976..fa38bea692 100644 --- a/c/src/exec/score/cpu/m68k/rtems/score/Makefile.am +++ b/c/src/exec/score/cpu/m68k/rtems/score/Makefile.am @@ -20,6 +20,6 @@ $(PROJECT_INCLUDE)/rtems/score: $(PROJECT_INCLUDE)/rtems/score/%.h: %.h $(INSTALL_DATA) $< $@ -all: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) include $(top_srcdir)/../../../../../../automake/local.am diff --git a/c/src/exec/score/cpu/mips64orion/Makefile.am b/c/src/exec/score/cpu/mips64orion/Makefile.am index 79cecc5263..5c13d378e9 100644 --- a/c/src/exec/score/cpu/mips64orion/Makefile.am +++ b/c/src/exec/score/cpu/mips64orion/Makefile.am @@ -38,7 +38,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%=$(PROJECT_INCLUDE)/%) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/rtems$(LIB_VARIANT).o -all: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \ +all-local: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \ $(TMPINSTALL_FILES) .PRECIOUS: $(REL) diff --git a/c/src/exec/score/cpu/mips64orion/rtems/score/Makefile.am b/c/src/exec/score/cpu/mips64orion/rtems/score/Makefile.am index f06e67e9e4..be1e4fd6b7 100644 --- a/c/src/exec/score/cpu/mips64orion/rtems/score/Makefile.am +++ b/c/src/exec/score/cpu/mips64orion/rtems/score/Makefile.am @@ -20,6 +20,6 @@ $(PROJECT_INCLUDE)/rtems/score: $(PROJECT_INCLUDE)/rtems/score/%.h: %.h $(INSTALL_DATA) $< $@ -all: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) include $(top_srcdir)/../../../../../../automake/local.am diff --git a/c/src/exec/score/cpu/no_cpu/Makefile.am b/c/src/exec/score/cpu/no_cpu/Makefile.am index f217fcd914..b055a2d202 100644 --- a/c/src/exec/score/cpu/no_cpu/Makefile.am +++ b/c/src/exec/score/cpu/no_cpu/Makefile.am @@ -35,7 +35,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%=$(PROJECT_INCLUDE)/%) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/rtems$(LIB_VARIANT).o -all: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \ +all-local: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \ $(TMPINSTALL_FILES) .PRECIOUS: $(REL) diff --git a/c/src/exec/score/cpu/no_cpu/rtems/score/Makefile.am b/c/src/exec/score/cpu/no_cpu/rtems/score/Makefile.am index 807d74ec64..972d50d860 100644 --- a/c/src/exec/score/cpu/no_cpu/rtems/score/Makefile.am +++ b/c/src/exec/score/cpu/no_cpu/rtems/score/Makefile.am @@ -20,6 +20,6 @@ $(PROJECT_INCLUDE)/rtems/score: $(PROJECT_INCLUDE)/rtems/score/%.h: %.h $(INSTALL_DATA) $< $@ -all: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) include $(top_srcdir)/../../../../../../automake/local.am diff --git a/c/src/exec/score/cpu/powerpc/new_exception_processing/Makefile.am b/c/src/exec/score/cpu/powerpc/new_exception_processing/Makefile.am index 3bddcd895f..8d14102e51 100644 --- a/c/src/exec/score/cpu/powerpc/new_exception_processing/Makefile.am +++ b/c/src/exec/score/cpu/powerpc/new_exception_processing/Makefile.am @@ -49,9 +49,9 @@ $(REL): $(C_O_FILES) $(S_O_FILES) test -d ../$(ARCH) || mkdir ../$(ARCH) $(make-rel) -all: $(ARCH) $(PREINSTALL_FILES) $(REL) +all-local: $(ARCH) $(PREINSTALL_FILES) $(REL) ## all: $(ARCH)/rtems.o -all: $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) clean-local: $(RM) -r ../o-optimize ../o-debug ../o-profile diff --git a/c/src/exec/score/cpu/powerpc/old_exception_processing/Makefile.am b/c/src/exec/score/cpu/powerpc/old_exception_processing/Makefile.am index fcfde8c48c..ab0585386b 100644 --- a/c/src/exec/score/cpu/powerpc/old_exception_processing/Makefile.am +++ b/c/src/exec/score/cpu/powerpc/old_exception_processing/Makefile.am @@ -46,9 +46,7 @@ $(REL): $(C_O_FILES) $(S_O_FILES) test -d ../$(ARCH) || mkdir ../$(ARCH) $(make-rel) -all: $(ARCH) $(PREINSTALL_FILES) $(REL) -all: $(ARCH)/rtems.o -all: $(TMPINSTALL_FILES) +all-local: $(ARCH) $(PREINSTALL_FILES) $(REL) $(ARCH)/rtems.o $(TMPINSTALL_FILES) clean-local: $(RM) -r ../o-optimize ../o-debug ../o-profile diff --git a/c/src/exec/score/cpu/powerpc/shared/Makefile.am b/c/src/exec/score/cpu/powerpc/shared/Makefile.am index 403dada8ba..7aae87d8d3 100644 --- a/c/src/exec/score/cpu/powerpc/shared/Makefile.am +++ b/c/src/exec/score/cpu/powerpc/shared/Makefile.am @@ -28,6 +28,6 @@ $(PROJECT_INCLUDE)/rtems/score/%.h: %.h $(PROJECT_INCLUDE)/%.h: %.h $(INSTALL_DATA) $< $@ -all: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) include $(top_srcdir)/../../../../../../automake/local.am diff --git a/c/src/exec/score/cpu/sh/Makefile.am b/c/src/exec/score/cpu/sh/Makefile.am index f1df581cd3..d6c8f3ae05 100644 --- a/c/src/exec/score/cpu/sh/Makefile.am +++ b/c/src/exec/score/cpu/sh/Makefile.am @@ -35,7 +35,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%=$(PROJECT_INCLUDE)/%) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/rtems$(LIB_VARIANT).o -all: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \ +all-local: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \ $(TMPINSTALL_FILES) .PRECIOUS: $(REL) diff --git a/c/src/exec/score/cpu/sh/rtems/score/Makefile.am b/c/src/exec/score/cpu/sh/rtems/score/Makefile.am index d78217516c..f650704221 100644 --- a/c/src/exec/score/cpu/sh/rtems/score/Makefile.am +++ b/c/src/exec/score/cpu/sh/rtems/score/Makefile.am @@ -22,6 +22,6 @@ $(PROJECT_INCLUDE)/rtems/score: $(PROJECT_INCLUDE)/rtems/score/%.h: %.h $(INSTALL_DATA) $< $@ -all: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) include $(top_srcdir)/../../../../../../automake/local.am diff --git a/c/src/exec/score/cpu/sparc/Makefile.am b/c/src/exec/score/cpu/sparc/Makefile.am index 783dd0d603..493f2c8e76 100644 --- a/c/src/exec/score/cpu/sparc/Makefile.am +++ b/c/src/exec/score/cpu/sparc/Makefile.am @@ -38,7 +38,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%=$(PROJECT_INCLUDE)/%) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/rtems$(LIB_VARIANT).o -all: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \ +all-local: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \ $(TMPINSTALL_FILES) .PRECIOUS: $(REL) diff --git a/c/src/exec/score/cpu/sparc/rtems/score/Makefile.am b/c/src/exec/score/cpu/sparc/rtems/score/Makefile.am index 2b71649438..f73fc35933 100644 --- a/c/src/exec/score/cpu/sparc/rtems/score/Makefile.am +++ b/c/src/exec/score/cpu/sparc/rtems/score/Makefile.am @@ -20,6 +20,6 @@ $(PROJECT_INCLUDE)/rtems/score: $(PROJECT_INCLUDE)/rtems/score/%.h: %.h $(INSTALL_DATA) $< $@ -all: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) include $(top_srcdir)/../../../../../../automake/local.am diff --git a/c/src/exec/score/cpu/unix/Makefile.am b/c/src/exec/score/cpu/unix/Makefile.am index f4b60fce72..3aadc93da0 100644 --- a/c/src/exec/score/cpu/unix/Makefile.am +++ b/c/src/exec/score/cpu/unix/Makefile.am @@ -22,7 +22,7 @@ rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(REL): $(rtems_cpu_rel_OBJECTS) $(make-rel) -all: $(ARCH) $(rtems_cpu_rel_OBJECTS) $(REL) +all-local: $(ARCH) $(rtems_cpu_rel_OBJECTS) $(REL) .PRECIOUS: $(REL) diff --git a/c/src/exec/score/cpu/unix/rtems/score/Makefile.am b/c/src/exec/score/cpu/unix/rtems/score/Makefile.am index ef6a4df333..52d5d046ef 100644 --- a/c/src/exec/score/cpu/unix/rtems/score/Makefile.am +++ b/c/src/exec/score/cpu/unix/rtems/score/Makefile.am @@ -30,6 +30,6 @@ $(PROJECT_INCLUDE)/rtems/score: $(PROJECT_INCLUDE)/rtems/score/%.h: %.h $(INSTALL_DATA) $< $@ -all: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) include $(top_srcdir)/../../../../../../automake/local.am diff --git a/c/src/exec/score/include/rtems/Makefile.am b/c/src/exec/score/include/rtems/Makefile.am index e06b52a6a9..f4ac2b1717 100644 --- a/c/src/exec/score/include/rtems/Makefile.am +++ b/c/src/exec/score/include/rtems/Makefile.am @@ -16,7 +16,7 @@ $(PROJECT_INCLUDE)/rtems: $(PROJECT_INCLUDE)/rtems/%.h: %.h $(INSTALL_DATA) $< $@ -all-am: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) SUBDIRS = score diff --git a/c/src/exec/score/include/rtems/score/Makefile.am b/c/src/exec/score/include/rtems/score/Makefile.am index 7dd3023937..01468381c6 100644 --- a/c/src/exec/score/include/rtems/score/Makefile.am +++ b/c/src/exec/score/include/rtems/score/Makefile.am @@ -88,7 +88,7 @@ $(TARGOPTS): @echo >>$@ @echo "#endif" >>$@ -all: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) EXTRA_DIST = $(STD_H_FILES) $(MP_H_FILES) diff --git a/c/src/exec/score/inline/rtems/score/Makefile.am b/c/src/exec/score/inline/rtems/score/Makefile.am index 6002d6fb85..6b6083f625 100644 --- a/c/src/exec/score/inline/rtems/score/Makefile.am +++ b/c/src/exec/score/inline/rtems/score/Makefile.am @@ -30,6 +30,6 @@ $(PROJECT_INCLUDE)/rtems/score/%.inl: %.inl $(INSTALL_DATA) $< $@ endif -all-am: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) include $(top_srcdir)/../../../automake/local.am diff --git a/c/src/exec/score/macros/rtems/score/Makefile.am b/c/src/exec/score/macros/rtems/score/Makefile.am index 2f49909d55..4260e15c08 100644 --- a/c/src/exec/score/macros/rtems/score/Makefile.am +++ b/c/src/exec/score/macros/rtems/score/Makefile.am @@ -30,6 +30,6 @@ $(PROJECT_INCLUDE)/rtems/score/%.inl: %.inl $(INSTALL_DATA) $< $@ endif -all-am: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) include $(top_srcdir)/../../../automake/local.am diff --git a/c/src/exec/score/src/Makefile.am b/c/src/exec/score/src/Makefile.am index f5914fdb37..c348a606f1 100644 --- a/c/src/exec/score/src/Makefile.am +++ b/c/src/exec/score/src/Makefile.am @@ -71,9 +71,8 @@ OBJS = $(C_O_FILES) # AM_CPPFLAGS += -D__RTEMS_INSIDE__ -AM_CFLAGS += $(CFLAGS_OS_V) -all: ${ARCH} ${OBJS} +all-local: ${ARCH} ${OBJS} EXTRA_DIST = $(STD_C_FILES) $(MP_C_FILES) Unlimited.txt diff --git a/c/src/exec/wrapup/itron/Makefile.am b/c/src/exec/wrapup/itron/Makefile.am index 62909bb171..8f801355df 100644 --- a/c/src/exec/wrapup/itron/Makefile.am +++ b/c/src/exec/wrapup/itron/Makefile.am @@ -26,7 +26,7 @@ ITRON_LIB = $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB) $(INSTALL_DATA) $< $@ -all: ${ARCH} $(LIB) $(TMPINSTALL_FILES) +all-local: ${ARCH} $(LIB) $(TMPINSTALL_FILES) endif diff --git a/c/src/exec/wrapup/posix/Makefile.am b/c/src/exec/wrapup/posix/Makefile.am index fdd0733bbb..7bcd49438a 100644 --- a/c/src/exec/wrapup/posix/Makefile.am +++ b/c/src/exec/wrapup/posix/Makefile.am @@ -26,7 +26,7 @@ POSIX_LIB = $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB) $(INSTALL_DATA) $< $@ -all: ${ARCH} $(LIB) $(TMPINSTALL_FILES) +all-local: ${ARCH} $(LIB) $(TMPINSTALL_FILES) endif diff --git a/c/src/exec/wrapup/rtems/Makefile.am b/c/src/exec/wrapup/rtems/Makefile.am index eac9ecf837..4659f409ce 100644 --- a/c/src/exec/wrapup/rtems/Makefile.am +++ b/c/src/exec/wrapup/rtems/Makefile.am @@ -30,6 +30,6 @@ TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB) $(INSTALL_DATA) $< $@ -all: ${ARCH} $(TMPINSTALL_FILES) +all-local: ${ARCH} $(TMPINSTALL_FILES) include $(top_srcdir)/../../../automake/local.am diff --git a/c/src/lib/include/Makefile.am b/c/src/lib/include/Makefile.am index 1b11c125cf..4a5e8d14c4 100644 --- a/c/src/lib/include/Makefile.am +++ b/c/src/lib/include/Makefile.am @@ -17,7 +17,7 @@ $(PROJECT_INCLUDE): $(PROJECT_INCLUDE)/%.h: %.h $(INSTALL_DATA) $< $@ -all-am: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) SUBDIRS = sys motorola zilog diff --git a/c/src/lib/include/motorola/Makefile.am b/c/src/lib/include/motorola/Makefile.am index 9add8f9d18..cb589bda78 100644 --- a/c/src/lib/include/motorola/Makefile.am +++ b/c/src/lib/include/motorola/Makefile.am @@ -16,6 +16,6 @@ $(PROJECT_INCLUDE)/motorola: $(PROJECT_INCLUDE)/motorola/%.h: %.h $(INSTALL_DATA) $< $@ -all-am: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) include $(top_srcdir)/../../../automake/local.am diff --git a/c/src/lib/include/sys/Makefile.am b/c/src/lib/include/sys/Makefile.am index fdcc72200e..aa8c375690 100644 --- a/c/src/lib/include/sys/Makefile.am +++ b/c/src/lib/include/sys/Makefile.am @@ -26,6 +26,6 @@ $(PROJECT_INCLUDE)/sys: $(PROJECT_INCLUDE)/sys/%.h: %.h $(INSTALL_DATA) $< $@ -all-am: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) include $(top_srcdir)/../../../automake/local.am diff --git a/c/src/lib/include/zilog/Makefile.am b/c/src/lib/include/zilog/Makefile.am index 9fed35a443..db9ab19472 100644 --- a/c/src/lib/include/zilog/Makefile.am +++ b/c/src/lib/include/zilog/Makefile.am @@ -16,6 +16,6 @@ $(PROJECT_INCLUDE)/zilog: $(PROJECT_INCLUDE)/zilog/%.h: %.h $(INSTALL_DATA) $< $@ -all-am: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) include $(top_srcdir)/../../../automake/local.am diff --git a/c/src/lib/libbsp/a29k/portsw/console/Makefile.am b/c/src/lib/libbsp/a29k/portsw/console/Makefile.am index 5a61a594ba..56c8b9e75d 100644 --- a/c/src/lib/libbsp/a29k/portsw/console/Makefile.am +++ b/c/src/lib/libbsp/a29k/portsw/console/Makefile.am @@ -29,7 +29,7 @@ $(PROJECT_INCLUDE)/concntl.h: concntl.h # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/concntl.h -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/a29k/portsw/include/Makefile.am b/c/src/lib/libbsp/a29k/portsw/include/Makefile.am index eb0af0021b..aa21a7b155 100644 --- a/c/src/lib/libbsp/a29k/portsw/include/Makefile.am +++ b/c/src/lib/libbsp/a29k/portsw/include/Makefile.am @@ -18,7 +18,7 @@ $(PROJECT_INCLUDE)/coverhd.h: ../../../shared/include/coverhd.h TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \ $(PROJECT_INCLUDE)/coverhd.h -all: $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = bsp.h diff --git a/c/src/lib/libbsp/a29k/portsw/shmsupp/Makefile.am b/c/src/lib/libbsp/a29k/portsw/shmsupp/Makefile.am index 3ab03d813e..64cf8bc02b 100644 --- a/c/src/lib/libbsp/a29k/portsw/shmsupp/Makefile.am +++ b/c/src/lib/libbsp/a29k/portsw/shmsupp/Makefile.am @@ -23,9 +23,9 @@ $(PGM): ${OBJS} $(make-rel) if HAS_MP -all: ${ARCH} $(PGM) +all-local: ${ARCH} $(PGM) else -all: +all-local: endif # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile diff --git a/c/src/lib/libbsp/a29k/portsw/start/Makefile.am b/c/src/lib/libbsp/a29k/portsw/start/Makefile.am index d5bd2071d2..3d6f0b734c 100644 --- a/c/src/lib/libbsp/a29k/portsw/start/Makefile.am +++ b/c/src/lib/libbsp/a29k/portsw/start/Makefile.am @@ -23,7 +23,7 @@ $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o: $(PGM) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/a29k/portsw/startup/Makefile.am b/c/src/lib/libbsp/a29k/portsw/startup/Makefile.am index dfdd48ea3a..3d538de532 100644 --- a/c/src/lib/libbsp/a29k/portsw/startup/Makefile.am +++ b/c/src/lib/libbsp/a29k/portsw/startup/Makefile.am @@ -34,7 +34,7 @@ $(PROJECT_RELEASE)/lib/romlink: romlink TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/ramlink \ $(PROJECT_RELEASE)/lib/romlink -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/a29k/portsw/wrapup/Makefile.am b/c/src/lib/libbsp/a29k/portsw/wrapup/Makefile.am index b5fed0cb62..1674f26d38 100644 --- a/c/src/lib/libbsp/a29k/portsw/wrapup/Makefile.am +++ b/c/src/lib/libbsp/a29k/portsw/wrapup/Makefile.am @@ -31,7 +31,7 @@ $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a -all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) .PRECIOUS: $(LIB) diff --git a/c/src/lib/libbsp/bare/include/Makefile.am b/c/src/lib/libbsp/bare/include/Makefile.am index a4006fbdb9..c0db52355d 100644 --- a/c/src/lib/libbsp/bare/include/Makefile.am +++ b/c/src/lib/libbsp/bare/include/Makefile.am @@ -18,7 +18,7 @@ $(PROJECT_INCLUDE)/coverhd.h: $(srcdir)/../../shared/include/coverhd.h TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%.h=$(PROJECT_INCLUDE)/%.h) \ $(PROJECT_INCLUDE)/coverhd.h -all: $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = bsp.h diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/include/Makefile.am b/c/src/lib/libbsp/hppa1.1/simhppa/include/Makefile.am index a67bd099c5..d2abb7f5c7 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/include/Makefile.am +++ b/c/src/lib/libbsp/hppa1.1/simhppa/include/Makefile.am @@ -27,7 +27,7 @@ TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \ $(PROJECT_INCLUDE)/coverhd.h $(PROJECT_INCLUDE)/rtems \ $(PROJECT_INCLUDE)/rtems/ttydrv.h -all: $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = bsp.h ttydrv.h diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/Makefile.am b/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/Makefile.am index 8b5cb45412..bef2178809 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/Makefile.am +++ b/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/Makefile.am @@ -22,7 +22,7 @@ $(PGM): $(OBJS) $(make-rel) if HAS_MP -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) endif # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/start/Makefile.am b/c/src/lib/libbsp/hppa1.1/simhppa/start/Makefile.am index 0ddf660224..58abb62a6e 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/start/Makefile.am +++ b/c/src/lib/libbsp/hppa1.1/simhppa/start/Makefile.am @@ -23,7 +23,7 @@ $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o: $(PGMS) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o -all: $(ARCH) $(OBJS) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(TMPINSTALL_FILES) EXTRA_DIST = start.S diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/startup/Makefile.am b/c/src/lib/libbsp/hppa1.1/simhppa/startup/Makefile.am index ce1a1b2377..0666c32432 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/startup/Makefile.am +++ b/c/src/lib/libbsp/hppa1.1/simhppa/startup/Makefile.am @@ -26,7 +26,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/tty/Makefile.am b/c/src/lib/libbsp/hppa1.1/simhppa/tty/Makefile.am index c0af7773f1..55895d8535 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/tty/Makefile.am +++ b/c/src/lib/libbsp/hppa1.1/simhppa/tty/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.am b/c/src/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.am index 81c989e72a..dbb47fe6db 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.am +++ b/c/src/lib/libbsp/hppa1.1/simhppa/wrapup/Makefile.am @@ -39,7 +39,7 @@ $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a -all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) .PRECIOUS: $(LIB) diff --git a/c/src/lib/libbsp/i386/i386ex/clock/Makefile.am b/c/src/lib/libbsp/i386/i386ex/clock/Makefile.am index 834d0a801a..1c5f03eaf5 100644 --- a/c/src/lib/libbsp/i386/i386ex/clock/Makefile.am +++ b/c/src/lib/libbsp/i386/i386ex/clock/Makefile.am @@ -22,7 +22,7 @@ $(PGM): $(clock_rel_OBJECTS) # the .rel file built here will be put into libbsp.a by # ../wrapup/Makefile -all: $(ARCH) $(clock_rel_OBJECTS) $(PGM) +all-local: $(ARCH) $(clock_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/i386/i386ex/console/Makefile.am b/c/src/lib/libbsp/i386/i386ex/console/Makefile.am index a463bd949c..4b0c14dbdc 100644 --- a/c/src/lib/libbsp/i386/i386ex/console/Makefile.am +++ b/c/src/lib/libbsp/i386/i386ex/console/Makefile.am @@ -26,7 +26,7 @@ $(PGM): $(console_rel_OBJECTS) # the .rel file built here will be put into libbsp.a by # ../wrapup/Makefile -all: $(ARCH) $(console_rel_OBJECTS) $(PGM) +all-local: $(ARCH) $(console_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/i386/i386ex/include/Makefile.am b/c/src/lib/libbsp/i386/i386ex/include/Makefile.am index 6af3b698ba..3f061aa216 100644 --- a/c/src/lib/libbsp/i386/i386ex/include/Makefile.am +++ b/c/src/lib/libbsp/i386/i386ex/include/Makefile.am @@ -14,7 +14,7 @@ $(PROJECT_INCLUDE)/%.h: %.h PREINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%.h=$(PROJECT_INCLUDE)/%.h) -all: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) EXTRA_DIST = bsp.h coverhd.h diff --git a/c/src/lib/libbsp/i386/i386ex/network/Makefile.am b/c/src/lib/libbsp/i386/i386ex/network/Makefile.am index 2cbb6c78ee..d0e6c20966 100644 --- a/c/src/lib/libbsp/i386/i386ex/network/Makefile.am +++ b/c/src/lib/libbsp/i386/i386ex/network/Makefile.am @@ -26,7 +26,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile if HAS_NETWORKING -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) endif .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/i386/i386ex/start/Makefile.am b/c/src/lib/libbsp/i386/i386ex/start/Makefile.am index b5db2c48c6..e8514e5c0c 100644 --- a/c/src/lib/libbsp/i386/i386ex/start/Makefile.am +++ b/c/src/lib/libbsp/i386/i386ex/start/Makefile.am @@ -29,7 +29,7 @@ $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o: $(ARCH)/start.o TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o -all: $(ARCH) $(OBJS) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(TMPINSTALL_FILES) EXTRA_DIST = 80386ex.h 80386ex.inc macros.inc start.S diff --git a/c/src/lib/libbsp/i386/i386ex/startup/Makefile.am b/c/src/lib/libbsp/i386/i386ex/startup/Makefile.am index 440be66d19..c351417051 100644 --- a/c/src/lib/libbsp/i386/i386ex/startup/Makefile.am +++ b/c/src/lib/libbsp/i386/i386ex/startup/Makefile.am @@ -40,7 +40,7 @@ UNUSED_C_FILES = setvec.c TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds -all: $(ARCH) $(startup_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(startup_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/i386/i386ex/timer/Makefile.am b/c/src/lib/libbsp/i386/i386ex/timer/Makefile.am index 799938f1a9..df08f6e87d 100644 --- a/c/src/lib/libbsp/i386/i386ex/timer/Makefile.am +++ b/c/src/lib/libbsp/i386/i386ex/timer/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(timer_rel_OBJECTS) # the .rel file built here will be put into libbsp.a by # ../wrapup/Makefile -all: $(ARCH) $(timer_rel_OBJECTS) $(PGM) +all-local: $(ARCH) $(timer_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/i386/i386ex/wrapup/Makefile.am b/c/src/lib/libbsp/i386/i386ex/wrapup/Makefile.am index 0823bce692..0c3d7fa39c 100644 --- a/c/src/lib/libbsp/i386/i386ex/wrapup/Makefile.am +++ b/c/src/lib/libbsp/i386/i386ex/wrapup/Makefile.am @@ -31,7 +31,7 @@ $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a -all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) .PRECIOUS: $(LIB) diff --git a/c/src/lib/libbsp/i386/pc386/3c509/Makefile.am b/c/src/lib/libbsp/i386/pc386/3c509/Makefile.am index 6df0ac1dcb..6c741eea90 100644 --- a/c/src/lib/libbsp/i386/pc386/3c509/Makefile.am +++ b/c/src/lib/libbsp/i386/pc386/3c509/Makefile.am @@ -27,7 +27,7 @@ $(PGM): $(X3c509_rel_OBJECTS) # ../wrapup/Makefile if HAS_NETWORKING -all: $(ARCH) $(X3c509_rel_OBJECTS) $(PGM) +all-local: $(ARCH) $(X3c509_rel_OBJECTS) $(PGM) endif .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/i386/pc386/clock/Makefile.am b/c/src/lib/libbsp/i386/pc386/clock/Makefile.am index 5b0cb313ce..131b243ca6 100644 --- a/c/src/lib/libbsp/i386/pc386/clock/Makefile.am +++ b/c/src/lib/libbsp/i386/pc386/clock/Makefile.am @@ -22,7 +22,7 @@ $(PGM): $(clock_rel_OBJECTS) # the .rel file built here will be put into libbsp.a by # ../wrapup/Makefile -all: $(ARCH) $(clock_rel_OBJECTS) $(PGM) +all-local: $(ARCH) $(clock_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/i386/pc386/console/Makefile.am b/c/src/lib/libbsp/i386/pc386/console/Makefile.am index 14c96e8ca6..c845b25351 100644 --- a/c/src/lib/libbsp/i386/pc386/console/Makefile.am +++ b/c/src/lib/libbsp/i386/pc386/console/Makefile.am @@ -26,7 +26,7 @@ $(PGM): $(console_rel_OBJECTS) # the .rel file built here will be put into libbsp.a by # ../wrapup/Makefile -all: $(ARCH) $(console_rel_OBJECTS) $(PGM) +all-local: $(ARCH) $(console_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/i386/pc386/include/Makefile.am b/c/src/lib/libbsp/i386/pc386/include/Makefile.am index 005925fe3f..2f4544274f 100644 --- a/c/src/lib/libbsp/i386/pc386/include/Makefile.am +++ b/c/src/lib/libbsp/i386/pc386/include/Makefile.am @@ -24,7 +24,7 @@ $(PROJECT_INCLUDE)/coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h PREINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%.h=$(PROJECT_INCLUDE)/%.h) \ $(PROJECT_INCLUDE)/coverhd.h -all: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) EXTRA_DIST = bsp.h crt.h wd80x3.h diff --git a/c/src/lib/libbsp/i386/pc386/ne2000/Makefile.am b/c/src/lib/libbsp/i386/pc386/ne2000/Makefile.am index 6599bffd96..ef41a484d9 100644 --- a/c/src/lib/libbsp/i386/pc386/ne2000/Makefile.am +++ b/c/src/lib/libbsp/i386/pc386/ne2000/Makefile.am @@ -25,7 +25,7 @@ $(PGM): $(ne2000_rel_OBJECTS) # ../wrapup/Makefile if HAS_NETWORKING -all: $(ARCH) $(ne2000_rel_OBJECTS) $(PGM) +all-local: $(ARCH) $(ne2000_rel_OBJECTS) $(PGM) endif .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/i386/pc386/start/Makefile.am b/c/src/lib/libbsp/i386/pc386/start/Makefile.am index 721be283b7..2d530c6695 100644 --- a/c/src/lib/libbsp/i386/pc386/start/Makefile.am +++ b/c/src/lib/libbsp/i386/pc386/start/Makefile.am @@ -40,7 +40,7 @@ $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o: $(ARCH)/start.o TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start16$(LIB_VARIANT).bin \ $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o -all: $(ARCH) $(OBJS) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(TMPINSTALL_FILES) EXTRA_DIST = start.S start16.S diff --git a/c/src/lib/libbsp/i386/pc386/startup/Makefile.am b/c/src/lib/libbsp/i386/pc386/startup/Makefile.am index b59c77a9b8..a634ef5724 100644 --- a/c/src/lib/libbsp/i386/pc386/startup/Makefile.am +++ b/c/src/lib/libbsp/i386/pc386/startup/Makefile.am @@ -37,7 +37,7 @@ $(PROJECT_RELEASE)/lib/linkcmds: linkcmds TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds -all: $(ARCH) $(startup_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(startup_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/i386/pc386/timer/Makefile.am b/c/src/lib/libbsp/i386/pc386/timer/Makefile.am index 799938f1a9..df08f6e87d 100644 --- a/c/src/lib/libbsp/i386/pc386/timer/Makefile.am +++ b/c/src/lib/libbsp/i386/pc386/timer/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(timer_rel_OBJECTS) # the .rel file built here will be put into libbsp.a by # ../wrapup/Makefile -all: $(ARCH) $(timer_rel_OBJECTS) $(PGM) +all-local: $(ARCH) $(timer_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/i386/pc386/wd8003/Makefile.am b/c/src/lib/libbsp/i386/pc386/wd8003/Makefile.am index a8068b94c1..24abfa1c65 100644 --- a/c/src/lib/libbsp/i386/pc386/wd8003/Makefile.am +++ b/c/src/lib/libbsp/i386/pc386/wd8003/Makefile.am @@ -24,7 +24,7 @@ $(PGM): $(wd8003_rel_OBJECTS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile if HAS_NETWORKING -all: $(ARCH) $(wd8003_rel_OBJECTS) $(PGM) +all-local: $(ARCH) $(wd8003_rel_OBJECTS) $(PGM) endif .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/i386/pc386/wrapup/Makefile.am b/c/src/lib/libbsp/i386/pc386/wrapup/Makefile.am index 9c87144269..9250a7c3cd 100644 --- a/c/src/lib/libbsp/i386/pc386/wrapup/Makefile.am +++ b/c/src/lib/libbsp/i386/pc386/wrapup/Makefile.am @@ -31,7 +31,7 @@ $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a -all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) .PRECIOUS: $(LIB) diff --git a/c/src/lib/libbsp/i386/shared/comm/Makefile.am b/c/src/lib/libbsp/i386/shared/comm/Makefile.am index ceab179ef0..5db6da55a3 100644 --- a/c/src/lib/libbsp/i386/shared/comm/Makefile.am +++ b/c/src/lib/libbsp/i386/shared/comm/Makefile.am @@ -17,7 +17,7 @@ $(PROJECT_INCLUDE)/%.h: %.h PREINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%.h=$(PROJECT_INCLUDE)/%.h) -all: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) EXTRA_DIST = GDB.HOWTO i386-stub-glue.c i386-stub.c uart.c uart.h diff --git a/c/src/lib/libbsp/i386/shared/io/Makefile.am b/c/src/lib/libbsp/i386/shared/io/Makefile.am index 39570037da..f3d98b6b1a 100644 --- a/c/src/lib/libbsp/i386/shared/io/Makefile.am +++ b/c/src/lib/libbsp/i386/shared/io/Makefile.am @@ -15,7 +15,7 @@ $(PROJECT_INCLUDE)/%.h: %.h PREINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%.h=$(PROJECT_INCLUDE)/%.h) -all: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) EXTRA_DIST = bspIo.h printk.c diff --git a/c/src/lib/libbsp/i386/shared/irq/Makefile.am b/c/src/lib/libbsp/i386/shared/irq/Makefile.am index e2f8c3edd6..26b590d864 100644 --- a/c/src/lib/libbsp/i386/shared/irq/Makefile.am +++ b/c/src/lib/libbsp/i386/shared/irq/Makefile.am @@ -16,7 +16,7 @@ $(PROJECT_INCLUDE)/%.h: %.h PREINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%.h=$(PROJECT_INCLUDE)/%.h) -all: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) EXTRA_DIST = irq.c irq.h irq_asm.S irq_asm.h irq_init.c diff --git a/c/src/lib/libbsp/i386/shared/pci/Makefile.am b/c/src/lib/libbsp/i386/shared/pci/Makefile.am index e4919b39ed..d33cca7737 100644 --- a/c/src/lib/libbsp/i386/shared/pci/Makefile.am +++ b/c/src/lib/libbsp/i386/shared/pci/Makefile.am @@ -15,7 +15,7 @@ $(PROJECT_INCLUDE)/%.h: %.h PREINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%.h=$(PROJECT_INCLUDE)/%.h) -all: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) EXTRA_DIST = pcibios.c pcibios.h diff --git a/c/src/lib/libbsp/i386/ts_386ex/clock/Makefile.am b/c/src/lib/libbsp/i386/ts_386ex/clock/Makefile.am index 5b0cb313ce..131b243ca6 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/clock/Makefile.am +++ b/c/src/lib/libbsp/i386/ts_386ex/clock/Makefile.am @@ -22,7 +22,7 @@ $(PGM): $(clock_rel_OBJECTS) # the .rel file built here will be put into libbsp.a by # ../wrapup/Makefile -all: $(ARCH) $(clock_rel_OBJECTS) $(PGM) +all-local: $(ARCH) $(clock_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/i386/ts_386ex/console/Makefile.am b/c/src/lib/libbsp/i386/ts_386ex/console/Makefile.am index a463bd949c..4b0c14dbdc 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/console/Makefile.am +++ b/c/src/lib/libbsp/i386/ts_386ex/console/Makefile.am @@ -26,7 +26,7 @@ $(PGM): $(console_rel_OBJECTS) # the .rel file built here will be put into libbsp.a by # ../wrapup/Makefile -all: $(ARCH) $(console_rel_OBJECTS) $(PGM) +all-local: $(ARCH) $(console_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/i386/ts_386ex/include/Makefile.am b/c/src/lib/libbsp/i386/ts_386ex/include/Makefile.am index c88561b525..ef1a5dcf9d 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/include/Makefile.am +++ b/c/src/lib/libbsp/i386/ts_386ex/include/Makefile.am @@ -18,7 +18,7 @@ $(PROJECT_INCLUDE)/%.h: %.h PREINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%.h=$(PROJECT_INCLUDE)/%.h) -all: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) EXTRA_DIST = bsp.h coverhd.h wd80x3.h diff --git a/c/src/lib/libbsp/i386/ts_386ex/network/Makefile.am b/c/src/lib/libbsp/i386/ts_386ex/network/Makefile.am index 4baacff5d8..780cd08f1d 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/network/Makefile.am +++ b/c/src/lib/libbsp/i386/ts_386ex/network/Makefile.am @@ -27,7 +27,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile if HAS_NETWORKING -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) endif .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/i386/ts_386ex/start/Makefile.am b/c/src/lib/libbsp/i386/ts_386ex/start/Makefile.am index da840d7771..80eb714504 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/start/Makefile.am +++ b/c/src/lib/libbsp/i386/ts_386ex/start/Makefile.am @@ -29,7 +29,7 @@ $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o: $(ARCH)/start.o TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o -all: $(ARCH) $(OBJS) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(TMPINSTALL_FILES) EXTRA_DIST = 80386ex.h 80386ex.inc macros.inc start.S ts_1325.inc diff --git a/c/src/lib/libbsp/i386/ts_386ex/startup/Makefile.am b/c/src/lib/libbsp/i386/ts_386ex/startup/Makefile.am index 24c2374af3..c6fc068e4e 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/startup/Makefile.am +++ b/c/src/lib/libbsp/i386/ts_386ex/startup/Makefile.am @@ -40,7 +40,7 @@ UNUSED_C_FILES = setvec.c TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds -all: $(ARCH) $(startup_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(startup_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/i386/ts_386ex/timer/Makefile.am b/c/src/lib/libbsp/i386/ts_386ex/timer/Makefile.am index 26d719fd92..66e6f2be37 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/timer/Makefile.am +++ b/c/src/lib/libbsp/i386/ts_386ex/timer/Makefile.am @@ -24,7 +24,7 @@ $(PGM): $(timer_rel_OBJECTS) # the .rel file built here will be put into libbsp.a by # ../wrapup/Makefile -all: $(ARCH) $(timer_rel_OBJECTS) $(PGM) +all-local: $(ARCH) $(timer_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/i386/ts_386ex/wrapup/Makefile.am b/c/src/lib/libbsp/i386/ts_386ex/wrapup/Makefile.am index 0823bce692..0c3d7fa39c 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/wrapup/Makefile.am +++ b/c/src/lib/libbsp/i386/ts_386ex/wrapup/Makefile.am @@ -31,7 +31,7 @@ $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a -all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) .PRECIOUS: $(LIB) diff --git a/c/src/lib/libbsp/i960/cvme961/clock/Makefile.am b/c/src/lib/libbsp/i960/cvme961/clock/Makefile.am index 8780620234..3e08045c00 100644 --- a/c/src/lib/libbsp/i960/cvme961/clock/Makefile.am +++ b/c/src/lib/libbsp/i960/cvme961/clock/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/i960/cvme961/console/Makefile.am b/c/src/lib/libbsp/i960/cvme961/console/Makefile.am index 7dfd55b730..d4e5619fac 100644 --- a/c/src/lib/libbsp/i960/cvme961/console/Makefile.am +++ b/c/src/lib/libbsp/i960/cvme961/console/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/i960/cvme961/include/Makefile.am b/c/src/lib/libbsp/i960/cvme961/include/Makefile.am index 49dcd85c57..1d6c3074ec 100644 --- a/c/src/lib/libbsp/i960/cvme961/include/Makefile.am +++ b/c/src/lib/libbsp/i960/cvme961/include/Makefile.am @@ -18,7 +18,7 @@ $(PROJECT_INCLUDE)/coverhd.h: ../../../shared/include/coverhd.h TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \ $(PROJECT_INCLUDE)/coverhd.h -all: $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = bsp.h diff --git a/c/src/lib/libbsp/i960/cvme961/shmsupp/Makefile.am b/c/src/lib/libbsp/i960/cvme961/shmsupp/Makefile.am index 730bbd51df..f013cd37b0 100644 --- a/c/src/lib/libbsp/i960/cvme961/shmsupp/Makefile.am +++ b/c/src/lib/libbsp/i960/cvme961/shmsupp/Makefile.am @@ -22,7 +22,7 @@ $(PGM): ${OBJS} $(make-rel) if HAS_MP -all: ${ARCH} $(PGM) +all-local: ${ARCH} $(PGM) endif # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile diff --git a/c/src/lib/libbsp/i960/cvme961/start/Makefile.am b/c/src/lib/libbsp/i960/cvme961/start/Makefile.am index 80dbe641ce..e5a9f26a27 100644 --- a/c/src/lib/libbsp/i960/cvme961/start/Makefile.am +++ b/c/src/lib/libbsp/i960/cvme961/start/Makefile.am @@ -23,7 +23,7 @@ $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o: $(PGM) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/i960/cvme961/startup/Makefile.am b/c/src/lib/libbsp/i960/cvme961/startup/Makefile.am index f5713a9b18..7a31b8edf8 100644 --- a/c/src/lib/libbsp/i960/cvme961/startup/Makefile.am +++ b/c/src/lib/libbsp/i960/cvme961/startup/Makefile.am @@ -30,7 +30,7 @@ $(PROJECT_RELEASE)/lib/linkcmds: linkcmds # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/i960/cvme961/timer/Makefile.am b/c/src/lib/libbsp/i960/cvme961/timer/Makefile.am index 4cc0aed98d..c85ca86376 100644 --- a/c/src/lib/libbsp/i960/cvme961/timer/Makefile.am +++ b/c/src/lib/libbsp/i960/cvme961/timer/Makefile.am @@ -26,7 +26,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/i960/cvme961/wrapup/Makefile.am b/c/src/lib/libbsp/i960/cvme961/wrapup/Makefile.am index 5b3f7bcd5b..01c85b4bbc 100644 --- a/c/src/lib/libbsp/i960/cvme961/wrapup/Makefile.am +++ b/c/src/lib/libbsp/i960/cvme961/wrapup/Makefile.am @@ -35,6 +35,6 @@ $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a -all: ${ARCH} $(TMPINSTALL_FILES) +all-local: ${ARCH} $(TMPINSTALL_FILES) include $(top_srcdir)/../../../../../../automake/local.am diff --git a/c/src/lib/libbsp/i960/rxgen960/bsp_specs b/c/src/lib/libbsp/i960/rxgen960/bsp_specs index 8373c99db1..2e23a2fe9a 100644 --- a/c/src/lib/libbsp/i960/rxgen960/bsp_specs +++ b/c/src/lib/libbsp/i960/rxgen960/bsp_specs @@ -8,10 +8,14 @@ %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) *lib: -%{!qrtems: %(old_lib)} %{qrtems: --start-group -lc -lrtemsall -lgcc --end-group} +%{!qrtems: %(old_lib)} \ +%{qrtems: --start-group -lc \ +%{!qrtems_debug: -lrtemsall } %{qrtems_debug: -lrtemsall_g} \ +-lgcc --end-group} *startfile: -%{!qrtems: %(old_startfile)} %{qrtems: start.o%s} +%{!qrtems: %(old_startfile)} \ +%{qrtems: %{qrtems_debug: start_g.o%s} %{!qrtems_debug: start.o%s} *link: %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -T linkcmds%s -e _start} diff --git a/c/src/lib/libbsp/i960/rxgen960/clock/Makefile.am b/c/src/lib/libbsp/i960/rxgen960/clock/Makefile.am index 8780620234..3e08045c00 100644 --- a/c/src/lib/libbsp/i960/rxgen960/clock/Makefile.am +++ b/c/src/lib/libbsp/i960/rxgen960/clock/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/i960/rxgen960/console/Makefile.am b/c/src/lib/libbsp/i960/rxgen960/console/Makefile.am index 8dec7e063d..10b41a8864 100644 --- a/c/src/lib/libbsp/i960/rxgen960/console/Makefile.am +++ b/c/src/lib/libbsp/i960/rxgen960/console/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/i960/rxgen960/include/Makefile.am b/c/src/lib/libbsp/i960/rxgen960/include/Makefile.am index 8df97e238e..da44c1faa9 100644 --- a/c/src/lib/libbsp/i960/rxgen960/include/Makefile.am +++ b/c/src/lib/libbsp/i960/rxgen960/include/Makefile.am @@ -18,7 +18,7 @@ $(PROJECT_INCLUDE)/coverhd.h: ../../../shared/include/coverhd.h TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \ $(PROJECT_INCLUDE)/coverhd.h -all: $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = bsp.h rxgen960_config.h diff --git a/c/src/lib/libbsp/i960/rxgen960/shmsupp/Makefile.am b/c/src/lib/libbsp/i960/rxgen960/shmsupp/Makefile.am index b997667cdf..7e28b30954 100644 --- a/c/src/lib/libbsp/i960/rxgen960/shmsupp/Makefile.am +++ b/c/src/lib/libbsp/i960/rxgen960/shmsupp/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile if HAS_MP -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) endif .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/i960/rxgen960/startup/Makefile.am b/c/src/lib/libbsp/i960/rxgen960/startup/Makefile.am index 367431e354..95071ef9ee 100644 --- a/c/src/lib/libbsp/i960/rxgen960/startup/Makefile.am +++ b/c/src/lib/libbsp/i960/rxgen960/startup/Makefile.am @@ -39,7 +39,7 @@ $(PROJECT_RELEASE)/lib/linkcmds: linkcmds TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/i960/rxgen960/timer/Makefile.am b/c/src/lib/libbsp/i960/rxgen960/timer/Makefile.am index 40139bd420..ceb29504da 100644 --- a/c/src/lib/libbsp/i960/rxgen960/timer/Makefile.am +++ b/c/src/lib/libbsp/i960/rxgen960/timer/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/i960/rxgen960/wrapup/Makefile.am b/c/src/lib/libbsp/i960/rxgen960/wrapup/Makefile.am index 770e05c1db..e3dd06fc1e 100644 --- a/c/src/lib/libbsp/i960/rxgen960/wrapup/Makefile.am +++ b/c/src/lib/libbsp/i960/rxgen960/wrapup/Makefile.am @@ -34,7 +34,7 @@ $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a -all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) .PRECIOUS: $(LIB) diff --git a/c/src/lib/libbsp/m68k/dmv152/clock/Makefile.am b/c/src/lib/libbsp/m68k/dmv152/clock/Makefile.am index 8780620234..3e08045c00 100644 --- a/c/src/lib/libbsp/m68k/dmv152/clock/Makefile.am +++ b/c/src/lib/libbsp/m68k/dmv152/clock/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/dmv152/console/Makefile.am b/c/src/lib/libbsp/m68k/dmv152/console/Makefile.am index 7dfd55b730..d4e5619fac 100644 --- a/c/src/lib/libbsp/m68k/dmv152/console/Makefile.am +++ b/c/src/lib/libbsp/m68k/dmv152/console/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/dmv152/include/Makefile.am b/c/src/lib/libbsp/m68k/dmv152/include/Makefile.am index 42bbd9f577..2b8181354c 100644 --- a/c/src/lib/libbsp/m68k/dmv152/include/Makefile.am +++ b/c/src/lib/libbsp/m68k/dmv152/include/Makefile.am @@ -18,7 +18,7 @@ $(PROJECT_INCLUDE)/coverhd.h: coverhd.h TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \ $(PROJECT_INCLUDE)/coverhd.h -all: $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = bsp.h coverhd.h diff --git a/c/src/lib/libbsp/m68k/dmv152/spurious/Makefile.am b/c/src/lib/libbsp/m68k/dmv152/spurious/Makefile.am index 41c6754926..bfd07bd28e 100644 --- a/c/src/lib/libbsp/m68k/dmv152/spurious/Makefile.am +++ b/c/src/lib/libbsp/m68k/dmv152/spurious/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/dmv152/start/Makefile.am b/c/src/lib/libbsp/m68k/dmv152/start/Makefile.am index a8b7c33714..afb2a158f7 100644 --- a/c/src/lib/libbsp/m68k/dmv152/start/Makefile.am +++ b/c/src/lib/libbsp/m68k/dmv152/start/Makefile.am @@ -25,7 +25,7 @@ $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o: $(PGM) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/dmv152/startup/Makefile.am b/c/src/lib/libbsp/m68k/dmv152/startup/Makefile.am index dbdd41b074..86816251b6 100644 --- a/c/src/lib/libbsp/m68k/dmv152/startup/Makefile.am +++ b/c/src/lib/libbsp/m68k/dmv152/startup/Makefile.am @@ -30,7 +30,7 @@ $(PROJECT_RELEASE)/lib/linkcmds: linkcmds TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/dmv152/timer/Makefile.am b/c/src/lib/libbsp/m68k/dmv152/timer/Makefile.am index 4cc0aed98d..c85ca86376 100644 --- a/c/src/lib/libbsp/m68k/dmv152/timer/Makefile.am +++ b/c/src/lib/libbsp/m68k/dmv152/timer/Makefile.am @@ -26,7 +26,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/dmv152/wrapup/Makefile.am b/c/src/lib/libbsp/m68k/dmv152/wrapup/Makefile.am index bea13bed77..5b82482da1 100644 --- a/c/src/lib/libbsp/m68k/dmv152/wrapup/Makefile.am +++ b/c/src/lib/libbsp/m68k/dmv152/wrapup/Makefile.am @@ -25,7 +25,7 @@ $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a -all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) .PRECIOUS: $(LIB) diff --git a/c/src/lib/libbsp/m68k/efi332/clock/Makefile.am b/c/src/lib/libbsp/m68k/efi332/clock/Makefile.am index 8780620234..3e08045c00 100644 --- a/c/src/lib/libbsp/m68k/efi332/clock/Makefile.am +++ b/c/src/lib/libbsp/m68k/efi332/clock/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/efi332/console/Makefile.am b/c/src/lib/libbsp/m68k/efi332/console/Makefile.am index 7dfd55b730..d4e5619fac 100644 --- a/c/src/lib/libbsp/m68k/efi332/console/Makefile.am +++ b/c/src/lib/libbsp/m68k/efi332/console/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/efi332/include/Makefile.am b/c/src/lib/libbsp/m68k/efi332/include/Makefile.am index a11f33bc49..550d392e01 100644 --- a/c/src/lib/libbsp/m68k/efi332/include/Makefile.am +++ b/c/src/lib/libbsp/m68k/efi332/include/Makefile.am @@ -21,7 +21,7 @@ $(PROJECT_INCLUDE)/efi332.h: efi332.h TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \ $(PROJECT_INCLUDE)/coverhd.h $(PROJECT_INCLUDE)/efi332.h -all: $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = bsp.h efi332.h diff --git a/c/src/lib/libbsp/m68k/efi332/spurious/Makefile.am b/c/src/lib/libbsp/m68k/efi332/spurious/Makefile.am index 41c6754926..bfd07bd28e 100644 --- a/c/src/lib/libbsp/m68k/efi332/spurious/Makefile.am +++ b/c/src/lib/libbsp/m68k/efi332/spurious/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/efi332/start/Makefile.am b/c/src/lib/libbsp/m68k/efi332/start/Makefile.am index 7fd24e41b3..9005137d73 100644 --- a/c/src/lib/libbsp/m68k/efi332/start/Makefile.am +++ b/c/src/lib/libbsp/m68k/efi332/start/Makefile.am @@ -23,7 +23,7 @@ $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o: $(PGM) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/efi332/startup/Makefile.am b/c/src/lib/libbsp/m68k/efi332/startup/Makefile.am index 7b3cca26c7..23e586c049 100644 --- a/c/src/lib/libbsp/m68k/efi332/startup/Makefile.am +++ b/c/src/lib/libbsp/m68k/efi332/startup/Makefile.am @@ -42,7 +42,7 @@ TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds \ $(PROJECT_RELEASE)/lib/linkcmds_ROM \ $(PROJECT_RELEASE)/lib/except_vect_332_ROM$(LIB_VARIANT).o -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/efi332/timer/Makefile.am b/c/src/lib/libbsp/m68k/efi332/timer/Makefile.am index bdd48baf1a..5c2b8edf56 100644 --- a/c/src/lib/libbsp/m68k/efi332/timer/Makefile.am +++ b/c/src/lib/libbsp/m68k/efi332/timer/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/efi332/wrapup/Makefile.am b/c/src/lib/libbsp/m68k/efi332/wrapup/Makefile.am index bea13bed77..5b82482da1 100644 --- a/c/src/lib/libbsp/m68k/efi332/wrapup/Makefile.am +++ b/c/src/lib/libbsp/m68k/efi332/wrapup/Makefile.am @@ -25,7 +25,7 @@ $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a -all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) .PRECIOUS: $(LIB) diff --git a/c/src/lib/libbsp/m68k/efi68k/clock/Makefile.am b/c/src/lib/libbsp/m68k/efi68k/clock/Makefile.am index 8780620234..3e08045c00 100644 --- a/c/src/lib/libbsp/m68k/efi68k/clock/Makefile.am +++ b/c/src/lib/libbsp/m68k/efi68k/clock/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/efi68k/console/Makefile.am b/c/src/lib/libbsp/m68k/efi68k/console/Makefile.am index 7dfd55b730..d4e5619fac 100644 --- a/c/src/lib/libbsp/m68k/efi68k/console/Makefile.am +++ b/c/src/lib/libbsp/m68k/efi68k/console/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/efi68k/include/Makefile.am b/c/src/lib/libbsp/m68k/efi68k/include/Makefile.am index 1f5876f208..74f64dafcb 100644 --- a/c/src/lib/libbsp/m68k/efi68k/include/Makefile.am +++ b/c/src/lib/libbsp/m68k/efi68k/include/Makefile.am @@ -25,7 +25,7 @@ TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \ $(PROJECT_INCLUDE)/coverhd.h $(PROJECT_INCLUDE)/efi68k.h \ $(PROJECT_INCLUDE)/16550.h $(PROJECT_INCLUDE)/DP8570A.h -all: $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = 16550.h DP8570A.h bsp.h efi68k.h diff --git a/c/src/lib/libbsp/m68k/efi68k/spurious/Makefile.am b/c/src/lib/libbsp/m68k/efi68k/spurious/Makefile.am index 41c6754926..bfd07bd28e 100644 --- a/c/src/lib/libbsp/m68k/efi68k/spurious/Makefile.am +++ b/c/src/lib/libbsp/m68k/efi68k/spurious/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/efi68k/start/Makefile.am b/c/src/lib/libbsp/m68k/efi68k/start/Makefile.am index 7fd24e41b3..9005137d73 100644 --- a/c/src/lib/libbsp/m68k/efi68k/start/Makefile.am +++ b/c/src/lib/libbsp/m68k/efi68k/start/Makefile.am @@ -23,7 +23,7 @@ $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o: $(PGM) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/efi68k/startup/Makefile.am b/c/src/lib/libbsp/m68k/efi68k/startup/Makefile.am index fe95f516e5..a2dff2fd1b 100644 --- a/c/src/lib/libbsp/m68k/efi68k/startup/Makefile.am +++ b/c/src/lib/libbsp/m68k/efi68k/startup/Makefile.am @@ -31,7 +31,7 @@ $(PROJECT_RELEASE)/lib/linkcmds: linkcmds # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/efi68k/timer/Makefile.am b/c/src/lib/libbsp/m68k/efi68k/timer/Makefile.am index bdd48baf1a..5c2b8edf56 100644 --- a/c/src/lib/libbsp/m68k/efi68k/timer/Makefile.am +++ b/c/src/lib/libbsp/m68k/efi68k/timer/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/efi68k/wrapup/Makefile.am b/c/src/lib/libbsp/m68k/efi68k/wrapup/Makefile.am index bea13bed77..5b82482da1 100644 --- a/c/src/lib/libbsp/m68k/efi68k/wrapup/Makefile.am +++ b/c/src/lib/libbsp/m68k/efi68k/wrapup/Makefile.am @@ -25,7 +25,7 @@ $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a -all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) .PRECIOUS: $(LIB) diff --git a/c/src/lib/libbsp/m68k/gen68302/clock/Makefile.am b/c/src/lib/libbsp/m68k/gen68302/clock/Makefile.am index 8780620234..3e08045c00 100644 --- a/c/src/lib/libbsp/m68k/gen68302/clock/Makefile.am +++ b/c/src/lib/libbsp/m68k/gen68302/clock/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/gen68302/console/Makefile.am b/c/src/lib/libbsp/m68k/gen68302/console/Makefile.am index 7dfd55b730..d4e5619fac 100644 --- a/c/src/lib/libbsp/m68k/gen68302/console/Makefile.am +++ b/c/src/lib/libbsp/m68k/gen68302/console/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/gen68302/include/Makefile.am b/c/src/lib/libbsp/m68k/gen68302/include/Makefile.am index 42bbd9f577..2b8181354c 100644 --- a/c/src/lib/libbsp/m68k/gen68302/include/Makefile.am +++ b/c/src/lib/libbsp/m68k/gen68302/include/Makefile.am @@ -18,7 +18,7 @@ $(PROJECT_INCLUDE)/coverhd.h: coverhd.h TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \ $(PROJECT_INCLUDE)/coverhd.h -all: $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = bsp.h coverhd.h diff --git a/c/src/lib/libbsp/m68k/gen68302/start/Makefile.am b/c/src/lib/libbsp/m68k/gen68302/start/Makefile.am index 80dbe641ce..e5a9f26a27 100644 --- a/c/src/lib/libbsp/m68k/gen68302/start/Makefile.am +++ b/c/src/lib/libbsp/m68k/gen68302/start/Makefile.am @@ -23,7 +23,7 @@ $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o: $(PGM) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/gen68302/startup/Makefile.am b/c/src/lib/libbsp/m68k/gen68302/startup/Makefile.am index 768deb9006..e80fec5874 100644 --- a/c/src/lib/libbsp/m68k/gen68302/startup/Makefile.am +++ b/c/src/lib/libbsp/m68k/gen68302/startup/Makefile.am @@ -30,7 +30,7 @@ $(PROJECT_RELEASE)/lib/linkcmds: linkcmds # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/gen68302/timer/Makefile.am b/c/src/lib/libbsp/m68k/gen68302/timer/Makefile.am index 4cc0aed98d..c85ca86376 100644 --- a/c/src/lib/libbsp/m68k/gen68302/timer/Makefile.am +++ b/c/src/lib/libbsp/m68k/gen68302/timer/Makefile.am @@ -26,7 +26,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/gen68302/wrapup/Makefile.am b/c/src/lib/libbsp/m68k/gen68302/wrapup/Makefile.am index 34397b61f6..cd855d70eb 100644 --- a/c/src/lib/libbsp/m68k/gen68302/wrapup/Makefile.am +++ b/c/src/lib/libbsp/m68k/gen68302/wrapup/Makefile.am @@ -25,7 +25,7 @@ $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a -all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) .PRECIOUS: $(LIB) diff --git a/c/src/lib/libbsp/m68k/gen68340/clock/Makefile.am b/c/src/lib/libbsp/m68k/gen68340/clock/Makefile.am index 8780620234..3e08045c00 100644 --- a/c/src/lib/libbsp/m68k/gen68340/clock/Makefile.am +++ b/c/src/lib/libbsp/m68k/gen68340/clock/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/gen68340/console/Makefile.am b/c/src/lib/libbsp/m68k/gen68340/console/Makefile.am index 9a5360b798..ea3e69cd4c 100644 --- a/c/src/lib/libbsp/m68k/gen68340/console/Makefile.am +++ b/c/src/lib/libbsp/m68k/gen68340/console/Makefile.am @@ -26,7 +26,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/gen68340/include/Makefile.am b/c/src/lib/libbsp/m68k/gen68340/include/Makefile.am index 1b76c275ba..8bf11a4ce6 100644 --- a/c/src/lib/libbsp/m68k/gen68340/include/Makefile.am +++ b/c/src/lib/libbsp/m68k/gen68340/include/Makefile.am @@ -36,7 +36,7 @@ TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \ $(PROJECT_INCLUDE)/m340timer.h $(PROJECT_INCLUDE)/m68340.h \ $(PROJECT_INCLUDE)/m68340.inc $(PROJECT_INCLUDE)/m68349.inc -all: $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = bsp.h coverhd.h m340timer.h m340uart.h m68340.h m68340.inc \ m68349.inc diff --git a/c/src/lib/libbsp/m68k/gen68340/start/Makefile.am b/c/src/lib/libbsp/m68k/gen68340/start/Makefile.am index 95c62c3bd0..c91ab5d3a9 100644 --- a/c/src/lib/libbsp/m68k/gen68340/start/Makefile.am +++ b/c/src/lib/libbsp/m68k/gen68340/start/Makefile.am @@ -23,7 +23,7 @@ $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o: $(PGM) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/gen68340/startup/Makefile.am b/c/src/lib/libbsp/m68k/gen68340/startup/Makefile.am index 0f92070d6f..1a087b0a04 100644 --- a/c/src/lib/libbsp/m68k/gen68340/startup/Makefile.am +++ b/c/src/lib/libbsp/m68k/gen68340/startup/Makefile.am @@ -31,7 +31,7 @@ $(PROJECT_RELEASE)/lib/linkcmds: linkcmds # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/gen68340/timer/Makefile.am b/c/src/lib/libbsp/m68k/gen68340/timer/Makefile.am index bdd48baf1a..5c2b8edf56 100644 --- a/c/src/lib/libbsp/m68k/gen68340/timer/Makefile.am +++ b/c/src/lib/libbsp/m68k/gen68340/timer/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/gen68340/wrapup/Makefile.am b/c/src/lib/libbsp/m68k/gen68340/wrapup/Makefile.am index f93271be99..1db35832b2 100644 --- a/c/src/lib/libbsp/m68k/gen68340/wrapup/Makefile.am +++ b/c/src/lib/libbsp/m68k/gen68340/wrapup/Makefile.am @@ -26,7 +26,7 @@ $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a -all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) .PRECIOUS: $(LIB) diff --git a/c/src/lib/libbsp/m68k/gen68360/clock/Makefile.am b/c/src/lib/libbsp/m68k/gen68360/clock/Makefile.am index 8780620234..3e08045c00 100644 --- a/c/src/lib/libbsp/m68k/gen68360/clock/Makefile.am +++ b/c/src/lib/libbsp/m68k/gen68360/clock/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/gen68360/console/Makefile.am b/c/src/lib/libbsp/m68k/gen68360/console/Makefile.am index 5ff7b5c82e..f4a5b22b6e 100644 --- a/c/src/lib/libbsp/m68k/gen68360/console/Makefile.am +++ b/c/src/lib/libbsp/m68k/gen68360/console/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/gen68360/include/Makefile.am b/c/src/lib/libbsp/m68k/gen68360/include/Makefile.am index 42bbd9f577..2b8181354c 100644 --- a/c/src/lib/libbsp/m68k/gen68360/include/Makefile.am +++ b/c/src/lib/libbsp/m68k/gen68360/include/Makefile.am @@ -18,7 +18,7 @@ $(PROJECT_INCLUDE)/coverhd.h: coverhd.h TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \ $(PROJECT_INCLUDE)/coverhd.h -all: $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = bsp.h coverhd.h diff --git a/c/src/lib/libbsp/m68k/gen68360/network/Makefile.am b/c/src/lib/libbsp/m68k/gen68360/network/Makefile.am index b9c5370214..b7b337a83e 100644 --- a/c/src/lib/libbsp/m68k/gen68360/network/Makefile.am +++ b/c/src/lib/libbsp/m68k/gen68360/network/Makefile.am @@ -26,7 +26,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile if HAS_NETWORKING -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) endif .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/gen68360/start/Makefile.am b/c/src/lib/libbsp/m68k/gen68360/start/Makefile.am index 80dbe641ce..e5a9f26a27 100644 --- a/c/src/lib/libbsp/m68k/gen68360/start/Makefile.am +++ b/c/src/lib/libbsp/m68k/gen68360/start/Makefile.am @@ -23,7 +23,7 @@ $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o: $(PGM) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/gen68360/startup/Makefile.am b/c/src/lib/libbsp/m68k/gen68360/startup/Makefile.am index 10f7b52305..4f2d9d0e47 100644 --- a/c/src/lib/libbsp/m68k/gen68360/startup/Makefile.am +++ b/c/src/lib/libbsp/m68k/gen68360/startup/Makefile.am @@ -41,7 +41,7 @@ TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds \ $(PROJECT_RELEASE)/lib/linkcmds.prom \ $(PROJECT_RELEASE)/lib/linkcmds.bootp -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/gen68360/timer/Makefile.am b/c/src/lib/libbsp/m68k/gen68360/timer/Makefile.am index bdd48baf1a..5c2b8edf56 100644 --- a/c/src/lib/libbsp/m68k/gen68360/timer/Makefile.am +++ b/c/src/lib/libbsp/m68k/gen68360/timer/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/gen68360/wrapup/Makefile.am b/c/src/lib/libbsp/m68k/gen68360/wrapup/Makefile.am index 529b5705ca..b1637c8e91 100644 --- a/c/src/lib/libbsp/m68k/gen68360/wrapup/Makefile.am +++ b/c/src/lib/libbsp/m68k/gen68360/wrapup/Makefile.am @@ -31,7 +31,7 @@ $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a -all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) .PRECIOUS: $(LIB) diff --git a/c/src/lib/libbsp/m68k/idp/clock/Makefile.am b/c/src/lib/libbsp/m68k/idp/clock/Makefile.am index 8780620234..3e08045c00 100644 --- a/c/src/lib/libbsp/m68k/idp/clock/Makefile.am +++ b/c/src/lib/libbsp/m68k/idp/clock/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/idp/console/Makefile.am b/c/src/lib/libbsp/m68k/idp/console/Makefile.am index ca14db2c62..532b42606c 100644 --- a/c/src/lib/libbsp/m68k/idp/console/Makefile.am +++ b/c/src/lib/libbsp/m68k/idp/console/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/idp/include/Makefile.am b/c/src/lib/libbsp/m68k/idp/include/Makefile.am index 7e8eacf02c..bc3c519d5b 100644 --- a/c/src/lib/libbsp/m68k/idp/include/Makefile.am +++ b/c/src/lib/libbsp/m68k/idp/include/Makefile.am @@ -21,7 +21,7 @@ $(PROJECT_INCLUDE)/leds.h: leds.h TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \ $(PROJECT_INCLUDE)/coverhd.h $(PROJECT_INCLUDE)/leds.h -all: $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = README bsp.h leds.h diff --git a/c/src/lib/libbsp/m68k/idp/start/Makefile.am b/c/src/lib/libbsp/m68k/idp/start/Makefile.am index a8b7c33714..afb2a158f7 100644 --- a/c/src/lib/libbsp/m68k/idp/start/Makefile.am +++ b/c/src/lib/libbsp/m68k/idp/start/Makefile.am @@ -25,7 +25,7 @@ $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o: $(PGM) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/idp/startup/Makefile.am b/c/src/lib/libbsp/m68k/idp/startup/Makefile.am index 55032f7fec..e2ec1fdf45 100644 --- a/c/src/lib/libbsp/m68k/idp/startup/Makefile.am +++ b/c/src/lib/libbsp/m68k/idp/startup/Makefile.am @@ -30,7 +30,7 @@ $(PROJECT_RELEASE)/lib/linkcmds: linkcmds # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/idp/timer/Makefile.am b/c/src/lib/libbsp/m68k/idp/timer/Makefile.am index 4cc0aed98d..c85ca86376 100644 --- a/c/src/lib/libbsp/m68k/idp/timer/Makefile.am +++ b/c/src/lib/libbsp/m68k/idp/timer/Makefile.am @@ -26,7 +26,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/idp/wrapup/Makefile.am b/c/src/lib/libbsp/m68k/idp/wrapup/Makefile.am index 34397b61f6..cd855d70eb 100644 --- a/c/src/lib/libbsp/m68k/idp/wrapup/Makefile.am +++ b/c/src/lib/libbsp/m68k/idp/wrapup/Makefile.am @@ -25,7 +25,7 @@ $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a -all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) .PRECIOUS: $(LIB) diff --git a/c/src/lib/libbsp/m68k/mvme136/clock/Makefile.am b/c/src/lib/libbsp/m68k/mvme136/clock/Makefile.am index 8780620234..3e08045c00 100644 --- a/c/src/lib/libbsp/m68k/mvme136/clock/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme136/clock/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/mvme136/console/Makefile.am b/c/src/lib/libbsp/m68k/mvme136/console/Makefile.am index 7dfd55b730..d4e5619fac 100644 --- a/c/src/lib/libbsp/m68k/mvme136/console/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme136/console/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/mvme136/include/Makefile.am b/c/src/lib/libbsp/m68k/mvme136/include/Makefile.am index 42bbd9f577..2b8181354c 100644 --- a/c/src/lib/libbsp/m68k/mvme136/include/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme136/include/Makefile.am @@ -18,7 +18,7 @@ $(PROJECT_INCLUDE)/coverhd.h: coverhd.h TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \ $(PROJECT_INCLUDE)/coverhd.h -all: $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = bsp.h coverhd.h diff --git a/c/src/lib/libbsp/m68k/mvme136/shmsupp/Makefile.am b/c/src/lib/libbsp/m68k/mvme136/shmsupp/Makefile.am index 8711cfae09..8965374ec1 100644 --- a/c/src/lib/libbsp/m68k/mvme136/shmsupp/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme136/shmsupp/Makefile.am @@ -24,7 +24,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile if HAS_MP -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) endif .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/mvme136/start/Makefile.am b/c/src/lib/libbsp/m68k/mvme136/start/Makefile.am index a8b7c33714..afb2a158f7 100644 --- a/c/src/lib/libbsp/m68k/mvme136/start/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme136/start/Makefile.am @@ -25,7 +25,7 @@ $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o: $(PGM) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/mvme136/startup/Makefile.am b/c/src/lib/libbsp/m68k/mvme136/startup/Makefile.am index 768deb9006..e80fec5874 100644 --- a/c/src/lib/libbsp/m68k/mvme136/startup/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme136/startup/Makefile.am @@ -30,7 +30,7 @@ $(PROJECT_RELEASE)/lib/linkcmds: linkcmds # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/mvme136/timer/Makefile.am b/c/src/lib/libbsp/m68k/mvme136/timer/Makefile.am index 4cc0aed98d..c85ca86376 100644 --- a/c/src/lib/libbsp/m68k/mvme136/timer/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme136/timer/Makefile.am @@ -26,7 +26,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/mvme136/wrapup/Makefile.am b/c/src/lib/libbsp/m68k/mvme136/wrapup/Makefile.am index 770e05c1db..e3dd06fc1e 100644 --- a/c/src/lib/libbsp/m68k/mvme136/wrapup/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme136/wrapup/Makefile.am @@ -34,7 +34,7 @@ $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a -all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) .PRECIOUS: $(LIB) diff --git a/c/src/lib/libbsp/m68k/mvme147/clock/Makefile.am b/c/src/lib/libbsp/m68k/mvme147/clock/Makefile.am index 8780620234..3e08045c00 100644 --- a/c/src/lib/libbsp/m68k/mvme147/clock/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme147/clock/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/mvme147/console/Makefile.am b/c/src/lib/libbsp/m68k/mvme147/console/Makefile.am index 7dfd55b730..d4e5619fac 100644 --- a/c/src/lib/libbsp/m68k/mvme147/console/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme147/console/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/mvme147/include/Makefile.am b/c/src/lib/libbsp/m68k/mvme147/include/Makefile.am index 42bbd9f577..2b8181354c 100644 --- a/c/src/lib/libbsp/m68k/mvme147/include/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme147/include/Makefile.am @@ -18,7 +18,7 @@ $(PROJECT_INCLUDE)/coverhd.h: coverhd.h TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \ $(PROJECT_INCLUDE)/coverhd.h -all: $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = bsp.h coverhd.h diff --git a/c/src/lib/libbsp/m68k/mvme147/start/Makefile.am b/c/src/lib/libbsp/m68k/mvme147/start/Makefile.am index a8b7c33714..afb2a158f7 100644 --- a/c/src/lib/libbsp/m68k/mvme147/start/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme147/start/Makefile.am @@ -25,7 +25,7 @@ $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o: $(PGM) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/mvme147/startup/Makefile.am b/c/src/lib/libbsp/m68k/mvme147/startup/Makefile.am index 768deb9006..e80fec5874 100644 --- a/c/src/lib/libbsp/m68k/mvme147/startup/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme147/startup/Makefile.am @@ -30,7 +30,7 @@ $(PROJECT_RELEASE)/lib/linkcmds: linkcmds # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/mvme147/timer/Makefile.am b/c/src/lib/libbsp/m68k/mvme147/timer/Makefile.am index 4cc0aed98d..c85ca86376 100644 --- a/c/src/lib/libbsp/m68k/mvme147/timer/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme147/timer/Makefile.am @@ -26,7 +26,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/mvme147/wrapup/Makefile.am b/c/src/lib/libbsp/m68k/mvme147/wrapup/Makefile.am index 34397b61f6..cd855d70eb 100644 --- a/c/src/lib/libbsp/m68k/mvme147/wrapup/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme147/wrapup/Makefile.am @@ -25,7 +25,7 @@ $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a -all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) .PRECIOUS: $(LIB) diff --git a/c/src/lib/libbsp/m68k/mvme147s/clock/Makefile.am b/c/src/lib/libbsp/m68k/mvme147s/clock/Makefile.am index 782d3fcde8..11c7977842 100644 --- a/c/src/lib/libbsp/m68k/mvme147s/clock/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme147s/clock/Makefile.am @@ -25,7 +25,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/mvme147s/console/Makefile.am b/c/src/lib/libbsp/m68k/mvme147s/console/Makefile.am index c0e9b4d821..2c2152a8b8 100644 --- a/c/src/lib/libbsp/m68k/mvme147s/console/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme147s/console/Makefile.am @@ -25,7 +25,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/mvme147s/include/Makefile.am b/c/src/lib/libbsp/m68k/mvme147s/include/Makefile.am index 42bbd9f577..2b8181354c 100644 --- a/c/src/lib/libbsp/m68k/mvme147s/include/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme147s/include/Makefile.am @@ -18,7 +18,7 @@ $(PROJECT_INCLUDE)/coverhd.h: coverhd.h TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \ $(PROJECT_INCLUDE)/coverhd.h -all: $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = bsp.h coverhd.h diff --git a/c/src/lib/libbsp/m68k/mvme147s/shmsupp/Makefile.am b/c/src/lib/libbsp/m68k/mvme147s/shmsupp/Makefile.am index 8711cfae09..8965374ec1 100644 --- a/c/src/lib/libbsp/m68k/mvme147s/shmsupp/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme147s/shmsupp/Makefile.am @@ -24,7 +24,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile if HAS_MP -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) endif .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/mvme147s/start/Makefile.am b/c/src/lib/libbsp/m68k/mvme147s/start/Makefile.am index a8b7c33714..afb2a158f7 100644 --- a/c/src/lib/libbsp/m68k/mvme147s/start/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme147s/start/Makefile.am @@ -25,7 +25,7 @@ $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o: $(PGM) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/mvme147s/startup/Makefile.am b/c/src/lib/libbsp/m68k/mvme147s/startup/Makefile.am index 45be46a80c..59a98d86f6 100644 --- a/c/src/lib/libbsp/m68k/mvme147s/startup/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme147s/startup/Makefile.am @@ -30,7 +30,7 @@ $(PROJECT_RELEASE)/lib/linkcmds: linkcmds # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/mvme147s/timer/Makefile.am b/c/src/lib/libbsp/m68k/mvme147s/timer/Makefile.am index 7f776c0e61..624d07fcf5 100644 --- a/c/src/lib/libbsp/m68k/mvme147s/timer/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme147s/timer/Makefile.am @@ -28,7 +28,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/mvme147s/wrapup/Makefile.am b/c/src/lib/libbsp/m68k/mvme147s/wrapup/Makefile.am index 770e05c1db..e3dd06fc1e 100644 --- a/c/src/lib/libbsp/m68k/mvme147s/wrapup/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme147s/wrapup/Makefile.am @@ -34,7 +34,7 @@ $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a -all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) .PRECIOUS: $(LIB) diff --git a/c/src/lib/libbsp/m68k/mvme162/clock/Makefile.am b/c/src/lib/libbsp/m68k/mvme162/clock/Makefile.am index 8780620234..3e08045c00 100644 --- a/c/src/lib/libbsp/m68k/mvme162/clock/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme162/clock/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/mvme162/console/Makefile.am b/c/src/lib/libbsp/m68k/mvme162/console/Makefile.am index 7dfd55b730..d4e5619fac 100644 --- a/c/src/lib/libbsp/m68k/mvme162/console/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme162/console/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/mvme162/consolex/Makefile.am b/c/src/lib/libbsp/m68k/mvme162/consolex/Makefile.am index 457fc7e959..b554eac753 100644 --- a/c/src/lib/libbsp/m68k/mvme162/consolex/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme162/consolex/Makefile.am @@ -31,7 +31,7 @@ $(PROJECT_INCLUDE)/consolex.h: consolex.h TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/consolex.h -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/mvme162/include/Makefile.am b/c/src/lib/libbsp/m68k/mvme162/include/Makefile.am index 52f44eb9ee..6be4387768 100644 --- a/c/src/lib/libbsp/m68k/mvme162/include/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme162/include/Makefile.am @@ -25,7 +25,7 @@ TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \ $(PROJECT_INCLUDE)/coverhd.h $(PROJECT_INCLUDE)/page_table.h \ $(PROJECT_INCLUDE)/tod.h -all: $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = bsp.h coverhd.h page_table.h tod.h diff --git a/c/src/lib/libbsp/m68k/mvme162/start/Makefile.am b/c/src/lib/libbsp/m68k/mvme162/start/Makefile.am index a8b7c33714..afb2a158f7 100644 --- a/c/src/lib/libbsp/m68k/mvme162/start/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme162/start/Makefile.am @@ -25,7 +25,7 @@ $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o: $(PGM) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/mvme162/startup/Makefile.am b/c/src/lib/libbsp/m68k/mvme162/startup/Makefile.am index 3b86f0bd70..b86e42c572 100644 --- a/c/src/lib/libbsp/m68k/mvme162/startup/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme162/startup/Makefile.am @@ -31,7 +31,7 @@ $(PROJECT_RELEASE)/lib/linkcmds: linkcmds # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/mvme162/timer/Makefile.am b/c/src/lib/libbsp/m68k/mvme162/timer/Makefile.am index 4cc0aed98d..c85ca86376 100644 --- a/c/src/lib/libbsp/m68k/mvme162/timer/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme162/timer/Makefile.am @@ -26,7 +26,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/mvme162/tod/Makefile.am b/c/src/lib/libbsp/m68k/mvme162/tod/Makefile.am index 63cdc28c3e..dd13da9f5c 100644 --- a/c/src/lib/libbsp/m68k/mvme162/tod/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme162/tod/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/mvme162/wrapup/Makefile.am b/c/src/lib/libbsp/m68k/mvme162/wrapup/Makefile.am index 153f0cd7b8..57a8214873 100644 --- a/c/src/lib/libbsp/m68k/mvme162/wrapup/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme162/wrapup/Makefile.am @@ -28,7 +28,7 @@ $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a -all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) .PRECIOUS: $(LIB) diff --git a/c/src/lib/libbsp/m68k/mvme167/clock/Makefile.am b/c/src/lib/libbsp/m68k/mvme167/clock/Makefile.am index 8780620234..3e08045c00 100644 --- a/c/src/lib/libbsp/m68k/mvme167/clock/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme167/clock/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/mvme167/console/Makefile.am b/c/src/lib/libbsp/m68k/mvme167/console/Makefile.am index 7dfd55b730..d4e5619fac 100644 --- a/c/src/lib/libbsp/m68k/mvme167/console/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme167/console/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/mvme167/fatal/Makefile.am b/c/src/lib/libbsp/m68k/mvme167/fatal/Makefile.am index 5073bf6797..978189a3ce 100644 --- a/c/src/lib/libbsp/m68k/mvme167/fatal/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme167/fatal/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/mvme167/include/Makefile.am b/c/src/lib/libbsp/m68k/mvme167/include/Makefile.am index cec9878eb3..8aed70bc55 100644 --- a/c/src/lib/libbsp/m68k/mvme167/include/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme167/include/Makefile.am @@ -25,7 +25,7 @@ TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \ $(PROJECT_INCLUDE)/coverhd.h $(PROJECT_INCLUDE)/page_table.h \ $(PROJECT_INCLUDE)/fatal.h -all: $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = bsp.h coverhd.h fatal.h page_table.h diff --git a/c/src/lib/libbsp/m68k/mvme167/start/Makefile.am b/c/src/lib/libbsp/m68k/mvme167/start/Makefile.am index a8b7c33714..afb2a158f7 100644 --- a/c/src/lib/libbsp/m68k/mvme167/start/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme167/start/Makefile.am @@ -25,7 +25,7 @@ $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o: $(PGM) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/mvme167/startup/Makefile.am b/c/src/lib/libbsp/m68k/mvme167/startup/Makefile.am index f7a64e8eeb..c062ffd507 100644 --- a/c/src/lib/libbsp/m68k/mvme167/startup/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme167/startup/Makefile.am @@ -38,7 +38,7 @@ $(PROJECT_RELEASE)/lib/elflinkcmds: elflinkcmds TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds \ $(PROJECT_RELEASE)/lib/elflinkcmds -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/mvme167/timer/Makefile.am b/c/src/lib/libbsp/m68k/mvme167/timer/Makefile.am index 4cc0aed98d..c85ca86376 100644 --- a/c/src/lib/libbsp/m68k/mvme167/timer/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme167/timer/Makefile.am @@ -26,7 +26,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/mvme167/wrapup/Makefile.am b/c/src/lib/libbsp/m68k/mvme167/wrapup/Makefile.am index 3de7634775..2e1392ca6d 100644 --- a/c/src/lib/libbsp/m68k/mvme167/wrapup/Makefile.am +++ b/c/src/lib/libbsp/m68k/mvme167/wrapup/Makefile.am @@ -27,7 +27,7 @@ $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a -all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) .PRECIOUS: $(LIB) diff --git a/c/src/lib/libbsp/m68k/ods68302/clock/Makefile.am b/c/src/lib/libbsp/m68k/ods68302/clock/Makefile.am index 8780620234..3e08045c00 100644 --- a/c/src/lib/libbsp/m68k/ods68302/clock/Makefile.am +++ b/c/src/lib/libbsp/m68k/ods68302/clock/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/ods68302/console/Makefile.am b/c/src/lib/libbsp/m68k/ods68302/console/Makefile.am index 7dfd55b730..d4e5619fac 100644 --- a/c/src/lib/libbsp/m68k/ods68302/console/Makefile.am +++ b/c/src/lib/libbsp/m68k/ods68302/console/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/ods68302/include/Makefile.am b/c/src/lib/libbsp/m68k/ods68302/include/Makefile.am index c7889556b6..cddd8c5964 100644 --- a/c/src/lib/libbsp/m68k/ods68302/include/Makefile.am +++ b/c/src/lib/libbsp/m68k/ods68302/include/Makefile.am @@ -32,7 +32,7 @@ TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bare.h \ $(PROJECT_INCLUDE)/crc.h $(PROJECT_INCLUDE)/debugport.h \ $(PROJECT_INCLUDE)/m68302scc.h -all: $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = bare.h bsp.h coverhd.h crc.h debugport.h m68302scc.h diff --git a/c/src/lib/libbsp/m68k/ods68302/start/Makefile.am b/c/src/lib/libbsp/m68k/ods68302/start/Makefile.am index 9588b85e6e..23a055f6cd 100644 --- a/c/src/lib/libbsp/m68k/ods68302/start/Makefile.am +++ b/c/src/lib/libbsp/m68k/ods68302/start/Makefile.am @@ -40,7 +40,7 @@ $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o: $(PGM) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/ods68302/startup/Makefile.am b/c/src/lib/libbsp/m68k/ods68302/startup/Makefile.am index 84d29e0f53..a89d4e13f8 100644 --- a/c/src/lib/libbsp/m68k/ods68302/startup/Makefile.am +++ b/c/src/lib/libbsp/m68k/ods68302/startup/Makefile.am @@ -38,7 +38,7 @@ $(PROJECT_RELEASE)/lib/debugger: debugger TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds \ $(PROJECT_RELEASE)/lib/rom $(PROJECT_RELEASE)/lib/debugger -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/ods68302/timer/Makefile.am b/c/src/lib/libbsp/m68k/ods68302/timer/Makefile.am index 4cc0aed98d..c85ca86376 100644 --- a/c/src/lib/libbsp/m68k/ods68302/timer/Makefile.am +++ b/c/src/lib/libbsp/m68k/ods68302/timer/Makefile.am @@ -26,7 +26,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/m68k/ods68302/wrapup/Makefile.am b/c/src/lib/libbsp/m68k/ods68302/wrapup/Makefile.am index 34397b61f6..cd855d70eb 100644 --- a/c/src/lib/libbsp/m68k/ods68302/wrapup/Makefile.am +++ b/c/src/lib/libbsp/m68k/ods68302/wrapup/Makefile.am @@ -25,7 +25,7 @@ $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a -all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) .PRECIOUS: $(LIB) diff --git a/c/src/lib/libbsp/mips64orion/p4000/console/Makefile.am b/c/src/lib/libbsp/mips64orion/p4000/console/Makefile.am index b36fe11dd1..b11cb0e79a 100644 --- a/c/src/lib/libbsp/mips64orion/p4000/console/Makefile.am +++ b/c/src/lib/libbsp/mips64orion/p4000/console/Makefile.am @@ -26,7 +26,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/mips64orion/p4000/include/Makefile.am b/c/src/lib/libbsp/mips64orion/p4000/include/Makefile.am index e259f29dd1..8fb32f359f 100644 --- a/c/src/lib/libbsp/mips64orion/p4000/include/Makefile.am +++ b/c/src/lib/libbsp/mips64orion/p4000/include/Makefile.am @@ -14,7 +14,7 @@ $(PROJECT_INCLUDE)/%.h: %.h TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%.h=$(PROJECT_INCLUDE)/%.h) -all: $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = bsp.h coverhd.h diff --git a/c/src/lib/libbsp/mips64orion/p4000/liblnk/Makefile.am b/c/src/lib/libbsp/mips64orion/p4000/liblnk/Makefile.am index 13a687e01e..498c85a880 100644 --- a/c/src/lib/libbsp/mips64orion/p4000/liblnk/Makefile.am +++ b/c/src/lib/libbsp/mips64orion/p4000/liblnk/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/mips64orion/p4000/start/Makefile.am b/c/src/lib/libbsp/mips64orion/p4000/start/Makefile.am index 80dbe641ce..e5a9f26a27 100644 --- a/c/src/lib/libbsp/mips64orion/p4000/start/Makefile.am +++ b/c/src/lib/libbsp/mips64orion/p4000/start/Makefile.am @@ -23,7 +23,7 @@ $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o: $(PGM) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/mips64orion/p4000/startup/Makefile.am b/c/src/lib/libbsp/mips64orion/p4000/startup/Makefile.am index 4215911986..c322987d5e 100644 --- a/c/src/lib/libbsp/mips64orion/p4000/startup/Makefile.am +++ b/c/src/lib/libbsp/mips64orion/p4000/startup/Makefile.am @@ -37,7 +37,7 @@ $(PROJECT_RELEASE)/lib/linkcmds: linkcmds TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/ghlinkcmds \ $(PROJECT_RELEASE)/lib/linkcmds -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/mips64orion/p4000/wrapup/Makefile.am b/c/src/lib/libbsp/mips64orion/p4000/wrapup/Makefile.am index f35cecbbd7..5c7a76ffe8 100644 --- a/c/src/lib/libbsp/mips64orion/p4000/wrapup/Makefile.am +++ b/c/src/lib/libbsp/mips64orion/p4000/wrapup/Makefile.am @@ -27,7 +27,7 @@ $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a -all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) .PRECIOUS: $(LIB) diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/clock/Makefile.am b/c/src/lib/libbsp/no_cpu/no_bsp/clock/Makefile.am index 8780620234..3e08045c00 100644 --- a/c/src/lib/libbsp/no_cpu/no_bsp/clock/Makefile.am +++ b/c/src/lib/libbsp/no_cpu/no_bsp/clock/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/console/Makefile.am b/c/src/lib/libbsp/no_cpu/no_bsp/console/Makefile.am index 7dfd55b730..d4e5619fac 100644 --- a/c/src/lib/libbsp/no_cpu/no_bsp/console/Makefile.am +++ b/c/src/lib/libbsp/no_cpu/no_bsp/console/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/include/Makefile.am b/c/src/lib/libbsp/no_cpu/no_bsp/include/Makefile.am index 0243c17180..96bbbc3c69 100644 --- a/c/src/lib/libbsp/no_cpu/no_bsp/include/Makefile.am +++ b/c/src/lib/libbsp/no_cpu/no_bsp/include/Makefile.am @@ -18,7 +18,7 @@ $(PROJECT_INCLUDE)/coverhd.h: $(srcdir)/../../../shared/include/coverhd.h TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \ $(PROJECT_INCLUDE)/coverhd.h -all: $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = bsp.h diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/Makefile.am b/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/Makefile.am index 33beb3a4a7..703b62caed 100644 --- a/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/Makefile.am +++ b/c/src/lib/libbsp/no_cpu/no_bsp/shmsupp/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) $(make-rel) if HAS_MP -all: $(ARCH) $(PGM) +all-local: $(ARCH) $(PGM) endif # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/startup/Makefile.am b/c/src/lib/libbsp/no_cpu/no_bsp/startup/Makefile.am index 7222354390..d5509c6d67 100644 --- a/c/src/lib/libbsp/no_cpu/no_bsp/startup/Makefile.am +++ b/c/src/lib/libbsp/no_cpu/no_bsp/startup/Makefile.am @@ -29,7 +29,7 @@ $(PROJECT_RELEASE)/lib/linkcmds: linkcmds TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/timer/Makefile.am b/c/src/lib/libbsp/no_cpu/no_bsp/timer/Makefile.am index d1621e42b1..c2391d3605 100644 --- a/c/src/lib/libbsp/no_cpu/no_bsp/timer/Makefile.am +++ b/c/src/lib/libbsp/no_cpu/no_bsp/timer/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/wrapup/Makefile.am b/c/src/lib/libbsp/no_cpu/no_bsp/wrapup/Makefile.am index d9eb0eca1e..ca92b1d212 100644 --- a/c/src/lib/libbsp/no_cpu/no_bsp/wrapup/Makefile.am +++ b/c/src/lib/libbsp/no_cpu/no_bsp/wrapup/Makefile.am @@ -35,7 +35,7 @@ $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a -all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) .PRECIOUS: $(LIB) diff --git a/c/src/lib/libbsp/powerpc/dmv177/clock/Makefile.am b/c/src/lib/libbsp/powerpc/dmv177/clock/Makefile.am index 984fcb5183..f921d0730a 100644 --- a/c/src/lib/libbsp/powerpc/dmv177/clock/Makefile.am +++ b/c/src/lib/libbsp/powerpc/dmv177/clock/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/dmv177/console/Makefile.am b/c/src/lib/libbsp/powerpc/dmv177/console/Makefile.am index 284e2fb62a..ffa00c85d9 100644 --- a/c/src/lib/libbsp/powerpc/dmv177/console/Makefile.am +++ b/c/src/lib/libbsp/powerpc/dmv177/console/Makefile.am @@ -25,7 +25,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/dmv177/include/Makefile.am b/c/src/lib/libbsp/powerpc/dmv177/include/Makefile.am index 5f12c4638b..2497acacad 100644 --- a/c/src/lib/libbsp/powerpc/dmv177/include/Makefile.am +++ b/c/src/lib/libbsp/powerpc/dmv177/include/Makefile.am @@ -26,7 +26,7 @@ TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \ $(PROJECT_INCLUDE)/coverhd.h $(PROJECT_INCLUDE)/dmv170.h \ $(PROJECT_INCLUDE)/tod.h -all: $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = bsp.h dmv170.h diff --git a/c/src/lib/libbsp/powerpc/dmv177/scv64/Makefile.am b/c/src/lib/libbsp/powerpc/dmv177/scv64/Makefile.am index 10e93c219d..7108307411 100644 --- a/c/src/lib/libbsp/powerpc/dmv177/scv64/Makefile.am +++ b/c/src/lib/libbsp/powerpc/dmv177/scv64/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/dmv177/sonic/Makefile.am b/c/src/lib/libbsp/powerpc/dmv177/sonic/Makefile.am index dc8a3e2bf8..f5bb79a8a3 100644 --- a/c/src/lib/libbsp/powerpc/dmv177/sonic/Makefile.am +++ b/c/src/lib/libbsp/powerpc/dmv177/sonic/Makefile.am @@ -25,7 +25,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/dmv177/start/Makefile.am b/c/src/lib/libbsp/powerpc/dmv177/start/Makefile.am index 0ddf660224..58abb62a6e 100644 --- a/c/src/lib/libbsp/powerpc/dmv177/start/Makefile.am +++ b/c/src/lib/libbsp/powerpc/dmv177/start/Makefile.am @@ -23,7 +23,7 @@ $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o: $(PGMS) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o -all: $(ARCH) $(OBJS) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(TMPINSTALL_FILES) EXTRA_DIST = start.S diff --git a/c/src/lib/libbsp/powerpc/dmv177/startup/Makefile.am b/c/src/lib/libbsp/powerpc/dmv177/startup/Makefile.am index 992233970f..b48e9ec4db 100644 --- a/c/src/lib/libbsp/powerpc/dmv177/startup/Makefile.am +++ b/c/src/lib/libbsp/powerpc/dmv177/startup/Makefile.am @@ -29,7 +29,7 @@ $(PROJECT_RELEASE)/lib/linkcmds: linkcmds TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/dmv177/timer/Makefile.am b/c/src/lib/libbsp/powerpc/dmv177/timer/Makefile.am index bdd48baf1a..5c2b8edf56 100644 --- a/c/src/lib/libbsp/powerpc/dmv177/timer/Makefile.am +++ b/c/src/lib/libbsp/powerpc/dmv177/timer/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/dmv177/tod/Makefile.am b/c/src/lib/libbsp/powerpc/dmv177/tod/Makefile.am index f8d24b921f..6951625591 100644 --- a/c/src/lib/libbsp/powerpc/dmv177/tod/Makefile.am +++ b/c/src/lib/libbsp/powerpc/dmv177/tod/Makefile.am @@ -25,7 +25,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.am b/c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.am index 4ce626e316..6f4655620d 100644 --- a/c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.am +++ b/c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.am @@ -31,7 +31,7 @@ $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a -all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) .PRECIOUS: $(LIB) diff --git a/c/src/lib/libbsp/powerpc/eth_comm/canbus/Makefile.am b/c/src/lib/libbsp/powerpc/eth_comm/canbus/Makefile.am index c9d7df9af6..69522a1a98 100644 --- a/c/src/lib/libbsp/powerpc/eth_comm/canbus/Makefile.am +++ b/c/src/lib/libbsp/powerpc/eth_comm/canbus/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/eth_comm/console/Makefile.am b/c/src/lib/libbsp/powerpc/eth_comm/console/Makefile.am index 7dfd55b730..d4e5619fac 100644 --- a/c/src/lib/libbsp/powerpc/eth_comm/console/Makefile.am +++ b/c/src/lib/libbsp/powerpc/eth_comm/console/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/eth_comm/include/Makefile.am b/c/src/lib/libbsp/powerpc/eth_comm/include/Makefile.am index 1e3566b3f9..1c9de158e1 100644 --- a/c/src/lib/libbsp/powerpc/eth_comm/include/Makefile.am +++ b/c/src/lib/libbsp/powerpc/eth_comm/include/Makefile.am @@ -25,7 +25,7 @@ TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \ $(PROJECT_INCLUDE)/coverhd.h $(PROJECT_INCLUDE)/canbus.h \ $(PROJECT_INCLUDE)/info.h -all: $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = bsp.h canbus.h coverhd.h info.h diff --git a/c/src/lib/libbsp/powerpc/eth_comm/network/Makefile.am b/c/src/lib/libbsp/powerpc/eth_comm/network/Makefile.am index cf8410e628..c94307a351 100644 --- a/c/src/lib/libbsp/powerpc/eth_comm/network/Makefile.am +++ b/c/src/lib/libbsp/powerpc/eth_comm/network/Makefile.am @@ -26,7 +26,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile if HAS_NETWORKING -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) endif .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/eth_comm/start/Makefile.am b/c/src/lib/libbsp/powerpc/eth_comm/start/Makefile.am index 80dbe641ce..e5a9f26a27 100644 --- a/c/src/lib/libbsp/powerpc/eth_comm/start/Makefile.am +++ b/c/src/lib/libbsp/powerpc/eth_comm/start/Makefile.am @@ -23,7 +23,7 @@ $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o: $(PGM) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/eth_comm/startup/Makefile.am b/c/src/lib/libbsp/powerpc/eth_comm/startup/Makefile.am index c47a00807f..08c4df7b96 100644 --- a/c/src/lib/libbsp/powerpc/eth_comm/startup/Makefile.am +++ b/c/src/lib/libbsp/powerpc/eth_comm/startup/Makefile.am @@ -30,7 +30,7 @@ $(PROJECT_RELEASE)/lib/linkcmds: linkcmds # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/eth_comm/wrapup/Makefile.am b/c/src/lib/libbsp/powerpc/eth_comm/wrapup/Makefile.am index 0d891c6dff..b84c9b000b 100644 --- a/c/src/lib/libbsp/powerpc/eth_comm/wrapup/Makefile.am +++ b/c/src/lib/libbsp/powerpc/eth_comm/wrapup/Makefile.am @@ -33,7 +33,7 @@ $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a -all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) .PRECIOUS: $(LIB) diff --git a/c/src/lib/libbsp/powerpc/helas403/dlentry/Makefile.am b/c/src/lib/libbsp/powerpc/helas403/dlentry/Makefile.am index 33b5b3b8c5..0e7348c235 100644 --- a/c/src/lib/libbsp/powerpc/helas403/dlentry/Makefile.am +++ b/c/src/lib/libbsp/powerpc/helas403/dlentry/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/helas403/flashentry/Makefile.am b/c/src/lib/libbsp/powerpc/helas403/flashentry/Makefile.am index 0cd515e56c..a993f39735 100644 --- a/c/src/lib/libbsp/powerpc/helas403/flashentry/Makefile.am +++ b/c/src/lib/libbsp/powerpc/helas403/flashentry/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/helas403/include/Makefile.am b/c/src/lib/libbsp/powerpc/helas403/include/Makefile.am index 42bbd9f577..2b8181354c 100644 --- a/c/src/lib/libbsp/powerpc/helas403/include/Makefile.am +++ b/c/src/lib/libbsp/powerpc/helas403/include/Makefile.am @@ -18,7 +18,7 @@ $(PROJECT_INCLUDE)/coverhd.h: coverhd.h TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \ $(PROJECT_INCLUDE)/coverhd.h -all: $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = bsp.h coverhd.h diff --git a/c/src/lib/libbsp/powerpc/helas403/startup/Makefile.am b/c/src/lib/libbsp/powerpc/helas403/startup/Makefile.am index 311bf73c52..a9f24acdbd 100644 --- a/c/src/lib/libbsp/powerpc/helas403/startup/Makefile.am +++ b/c/src/lib/libbsp/powerpc/helas403/startup/Makefile.am @@ -30,7 +30,7 @@ $(PROJECT_RELEASE)/lib/linkcmds: linkcmds # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.am b/c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.am index a81e493f81..b098954601 100644 --- a/c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.am +++ b/c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.am @@ -28,7 +28,7 @@ $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a -all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) .PRECIOUS: $(LIB) diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/bootloader/Makefile.am b/c/src/lib/libbsp/powerpc/motorola_powerpc/bootloader/Makefile.am index 58b5808514..d9a75e988a 100644 --- a/c/src/lib/libbsp/powerpc/motorola_powerpc/bootloader/Makefile.am +++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/bootloader/Makefile.am @@ -61,6 +61,6 @@ rtems: $(BINARY_LOADED) rtems.gz: rtems gzip -vf9 rtems -all: $(ARCH) $(OBJS) +all-local: $(ARCH) $(OBJS) include $(top_srcdir)/../../../../../../automake/local.am diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/clock/Makefile.am b/c/src/lib/libbsp/powerpc/motorola_powerpc/clock/Makefile.am index 8ddd2c9a21..1206b032bb 100644 --- a/c/src/lib/libbsp/powerpc/motorola_powerpc/clock/Makefile.am +++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/clock/Makefile.am @@ -20,6 +20,6 @@ include $(top_srcdir)/../../../../../../automake/lib.am # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) +all-local: $(ARCH) $(OBJS) include $(top_srcdir)/../../../../../../automake/local.am diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/console/Makefile.am b/c/src/lib/libbsp/powerpc/motorola_powerpc/console/Makefile.am index aeb6f47bae..360e36037d 100644 --- a/c/src/lib/libbsp/powerpc/motorola_powerpc/console/Makefile.am +++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/console/Makefile.am @@ -23,6 +23,6 @@ include $(top_srcdir)/../../../../../../automake/lib.am AM_CPPFLAGS += -DSTATIC_LOG_ALLOC -all: $(ARCH) $(OBJS) +all-local: $(ARCH) $(OBJS) include $(top_srcdir)/../../../../../../automake/local.am diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/include/Makefile.am b/c/src/lib/libbsp/powerpc/motorola_powerpc/include/Makefile.am index 497336d82c..980401fd37 100644 --- a/c/src/lib/libbsp/powerpc/motorola_powerpc/include/Makefile.am +++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/include/Makefile.am @@ -43,6 +43,6 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp \ $(PROJECT_INCLUDE)/bsp/uart.h $(PROJECT_INCLUDE)/bsp/irq.h \ $(PROJECT_INCLUDE)/bsp/motorola.h -all: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) include $(top_srcdir)/../../../../../../automake/local.am diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/irq/Makefile.am b/c/src/lib/libbsp/powerpc/motorola_powerpc/irq/Makefile.am index 0256d708d9..da96801117 100644 --- a/c/src/lib/libbsp/powerpc/motorola_powerpc/irq/Makefile.am +++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/irq/Makefile.am @@ -24,6 +24,6 @@ include $(top_srcdir)/../../../../../../automake/lib.am # (OPTIONAL) Add local stuff here using += # -all: $(ARCH) $(OBJS) +all-local: $(ARCH) $(OBJS) include $(top_srcdir)/../../../../../../automake/local.am diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/motorola/Makefile.am b/c/src/lib/libbsp/powerpc/motorola_powerpc/motorola/Makefile.am index 6990666d98..bd50126c27 100644 --- a/c/src/lib/libbsp/powerpc/motorola_powerpc/motorola/Makefile.am +++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/motorola/Makefile.am @@ -23,6 +23,6 @@ include $(top_srcdir)/../../../../../../automake/lib.am # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) +all-local: $(ARCH) $(OBJS) include $(top_srcdir)/../../../../../../automake/local.am diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/openpic/Makefile.am b/c/src/lib/libbsp/powerpc/motorola_powerpc/openpic/Makefile.am index d09c830d80..03ed4ac63c 100644 --- a/c/src/lib/libbsp/powerpc/motorola_powerpc/openpic/Makefile.am +++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/openpic/Makefile.am @@ -27,6 +27,6 @@ $(PROJECT_INCLUDE)/bsp/openpic.h: ../../shared/openpic/openpic.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp $(PROJECT_INCLUDE)/bsp/openpic.h -all: $(ARCH) $(PREINSTALL_FILES) $(OBJS) +all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) include $(top_srcdir)/../../../../../../automake/local.am diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/pci/Makefile.am b/c/src/lib/libbsp/powerpc/motorola_powerpc/pci/Makefile.am index 0fcd508d3b..9334f0ffb2 100644 --- a/c/src/lib/libbsp/powerpc/motorola_powerpc/pci/Makefile.am +++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/pci/Makefile.am @@ -31,6 +31,6 @@ $(PROJECT_INCLUDE)/bsp/pci.h: ../../shared/pci/pci.h # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp $(PROJECT_INCLUDE)/bsp/pci.h -all: $(ARCH) $(PREINSTALL_FILES) $(OBJS) +all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) include $(top_srcdir)/../../../../../../automake/local.am diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/residual/Makefile.am b/c/src/lib/libbsp/powerpc/motorola_powerpc/residual/Makefile.am index 754bfa91d3..d5382769d6 100644 --- a/c/src/lib/libbsp/powerpc/motorola_powerpc/residual/Makefile.am +++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/residual/Makefile.am @@ -33,6 +33,6 @@ $(PROJECT_INCLUDE)/bsp/residual.h: ../../shared/residual/residual.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp $(PROJECT_INCLUDE)/bsp/pnp.h \ $(PROJECT_INCLUDE)/bsp/residual.h -all: $(ARCH) $(PREINSTALL_FILES) $(OBJS) +all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) include $(top_srcdir)/../../../../../../automake/local.am diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/start/Makefile.am b/c/src/lib/libbsp/powerpc/motorola_powerpc/start/Makefile.am index 28039e0528..f0c6e6180f 100644 --- a/c/src/lib/libbsp/powerpc/motorola_powerpc/start/Makefile.am +++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/start/Makefile.am @@ -25,7 +25,7 @@ $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o: $(PGM) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/startup/Makefile.am b/c/src/lib/libbsp/powerpc/motorola_powerpc/startup/Makefile.am index f848814822..c1ca73b2f5 100644 --- a/c/src/lib/libbsp/powerpc/motorola_powerpc/startup/Makefile.am +++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/startup/Makefile.am @@ -28,7 +28,7 @@ $(PROJECT_RELEASE)/lib/linkcmds: linkcmds TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds -all: $(ARCH) $(OBJS) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(TMPINSTALL_FILES) EXTRA_DIST = linkcmds diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/vectors/Makefile.am b/c/src/lib/libbsp/powerpc/motorola_powerpc/vectors/Makefile.am index d3727bda75..5d158dbe4f 100644 --- a/c/src/lib/libbsp/powerpc/motorola_powerpc/vectors/Makefile.am +++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/vectors/Makefile.am @@ -34,6 +34,6 @@ $(PROJECT_INCLUDE)/bsp/vectors.h: ../../shared/vectors/vectors.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp $(PROJECT_INCLUDE)/bsp/vectors.h -all: $(ARCH) $(PREINSTALL_FILES) $(OBJS) +all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) include $(top_srcdir)/../../../../../../automake/local.am diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/wrapup/Makefile.am b/c/src/lib/libbsp/powerpc/motorola_powerpc/wrapup/Makefile.am index e332785059..7f45a1d1b7 100644 --- a/c/src/lib/libbsp/powerpc/motorola_powerpc/wrapup/Makefile.am +++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/wrapup/Makefile.am @@ -25,7 +25,7 @@ $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a -all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) .PRECIOUS: $(LIB) diff --git a/c/src/lib/libbsp/powerpc/papyrus/dlentry/Makefile.am b/c/src/lib/libbsp/powerpc/papyrus/dlentry/Makefile.am index 33b5b3b8c5..0e7348c235 100644 --- a/c/src/lib/libbsp/powerpc/papyrus/dlentry/Makefile.am +++ b/c/src/lib/libbsp/powerpc/papyrus/dlentry/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/papyrus/flashentry/Makefile.am b/c/src/lib/libbsp/powerpc/papyrus/flashentry/Makefile.am index 0cd515e56c..a993f39735 100644 --- a/c/src/lib/libbsp/powerpc/papyrus/flashentry/Makefile.am +++ b/c/src/lib/libbsp/powerpc/papyrus/flashentry/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/papyrus/include/Makefile.am b/c/src/lib/libbsp/powerpc/papyrus/include/Makefile.am index 42bbd9f577..2b8181354c 100644 --- a/c/src/lib/libbsp/powerpc/papyrus/include/Makefile.am +++ b/c/src/lib/libbsp/powerpc/papyrus/include/Makefile.am @@ -18,7 +18,7 @@ $(PROJECT_INCLUDE)/coverhd.h: coverhd.h TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \ $(PROJECT_INCLUDE)/coverhd.h -all: $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = bsp.h coverhd.h diff --git a/c/src/lib/libbsp/powerpc/papyrus/startup/Makefile.am b/c/src/lib/libbsp/powerpc/papyrus/startup/Makefile.am index cd38dd0209..db765ee0cf 100644 --- a/c/src/lib/libbsp/powerpc/papyrus/startup/Makefile.am +++ b/c/src/lib/libbsp/powerpc/papyrus/startup/Makefile.am @@ -30,7 +30,7 @@ $(PROJECT_RELEASE)/lib/linkcmds: linkcmds # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/papyrus/wrapup/Makefile.am b/c/src/lib/libbsp/powerpc/papyrus/wrapup/Makefile.am index a81e493f81..b098954601 100644 --- a/c/src/lib/libbsp/powerpc/papyrus/wrapup/Makefile.am +++ b/c/src/lib/libbsp/powerpc/papyrus/wrapup/Makefile.am @@ -28,7 +28,7 @@ $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a -all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) .PRECIOUS: $(LIB) diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/clock/Makefile.am b/c/src/lib/libbsp/powerpc/ppcn_60x/clock/Makefile.am index 984fcb5183..f921d0730a 100644 --- a/c/src/lib/libbsp/powerpc/ppcn_60x/clock/Makefile.am +++ b/c/src/lib/libbsp/powerpc/ppcn_60x/clock/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/console/Makefile.am b/c/src/lib/libbsp/powerpc/ppcn_60x/console/Makefile.am index c762a90979..05e2a7d15a 100644 --- a/c/src/lib/libbsp/powerpc/ppcn_60x/console/Makefile.am +++ b/c/src/lib/libbsp/powerpc/ppcn_60x/console/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/include/Makefile.am b/c/src/lib/libbsp/powerpc/ppcn_60x/include/Makefile.am index 749b3a779e..ecdbc56b47 100644 --- a/c/src/lib/libbsp/powerpc/ppcn_60x/include/Makefile.am +++ b/c/src/lib/libbsp/powerpc/ppcn_60x/include/Makefile.am @@ -33,7 +33,7 @@ TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \ $(PROJECT_INCLUDE)/tod.h $(PROJECT_INCLUDE)/nvram.h \ $(PROJECT_INCLUDE)/pci.h -all: $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = bsp.h chain.h extisrdrv.h nvram.h pci.h tod.h diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/network/Makefile.am b/c/src/lib/libbsp/powerpc/ppcn_60x/network/Makefile.am index f686b749b1..f549a6409c 100644 --- a/c/src/lib/libbsp/powerpc/ppcn_60x/network/Makefile.am +++ b/c/src/lib/libbsp/powerpc/ppcn_60x/network/Makefile.am @@ -24,7 +24,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile if HAS_NETWORKING -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) endif .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/nvram/Makefile.am b/c/src/lib/libbsp/powerpc/ppcn_60x/nvram/Makefile.am index 69cc6335fc..4b739a0883 100644 --- a/c/src/lib/libbsp/powerpc/ppcn_60x/nvram/Makefile.am +++ b/c/src/lib/libbsp/powerpc/ppcn_60x/nvram/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/pci/Makefile.am b/c/src/lib/libbsp/powerpc/ppcn_60x/pci/Makefile.am index 18d4f8330c..9b504bff3d 100644 --- a/c/src/lib/libbsp/powerpc/ppcn_60x/pci/Makefile.am +++ b/c/src/lib/libbsp/powerpc/ppcn_60x/pci/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/start/Makefile.am b/c/src/lib/libbsp/powerpc/ppcn_60x/start/Makefile.am index 80dbe641ce..e5a9f26a27 100644 --- a/c/src/lib/libbsp/powerpc/ppcn_60x/start/Makefile.am +++ b/c/src/lib/libbsp/powerpc/ppcn_60x/start/Makefile.am @@ -23,7 +23,7 @@ $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o: $(PGM) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/startup/Makefile.am b/c/src/lib/libbsp/powerpc/ppcn_60x/startup/Makefile.am index 29282e31a6..1e11acc3ed 100644 --- a/c/src/lib/libbsp/powerpc/ppcn_60x/startup/Makefile.am +++ b/c/src/lib/libbsp/powerpc/ppcn_60x/startup/Makefile.am @@ -38,7 +38,7 @@ $(PROJECT_RELEASE)/lib/linkcmds: linkcmds TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/timer/Makefile.am b/c/src/lib/libbsp/powerpc/ppcn_60x/timer/Makefile.am index bdd48baf1a..5c2b8edf56 100644 --- a/c/src/lib/libbsp/powerpc/ppcn_60x/timer/Makefile.am +++ b/c/src/lib/libbsp/powerpc/ppcn_60x/timer/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/tod/Makefile.am b/c/src/lib/libbsp/powerpc/ppcn_60x/tod/Makefile.am index 0fc76a4eaa..6286fc3534 100644 --- a/c/src/lib/libbsp/powerpc/ppcn_60x/tod/Makefile.am +++ b/c/src/lib/libbsp/powerpc/ppcn_60x/tod/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/universe/Makefile.am b/c/src/lib/libbsp/powerpc/ppcn_60x/universe/Makefile.am index 0a829ff0d0..83f3319dfb 100644 --- a/c/src/lib/libbsp/powerpc/ppcn_60x/universe/Makefile.am +++ b/c/src/lib/libbsp/powerpc/ppcn_60x/universe/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/vectors/Makefile.am b/c/src/lib/libbsp/powerpc/ppcn_60x/vectors/Makefile.am index 3fd3119c22..a85eb2c9e8 100644 --- a/c/src/lib/libbsp/powerpc/ppcn_60x/vectors/Makefile.am +++ b/c/src/lib/libbsp/powerpc/ppcn_60x/vectors/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/wrapup/Makefile.am b/c/src/lib/libbsp/powerpc/ppcn_60x/wrapup/Makefile.am index d4abd3339f..83b051cdf6 100644 --- a/c/src/lib/libbsp/powerpc/ppcn_60x/wrapup/Makefile.am +++ b/c/src/lib/libbsp/powerpc/ppcn_60x/wrapup/Makefile.am @@ -32,7 +32,7 @@ $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a -all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) .PRECIOUS: $(LIB) diff --git a/c/src/lib/libbsp/powerpc/psim/clock/Makefile.am b/c/src/lib/libbsp/powerpc/psim/clock/Makefile.am index 984fcb5183..f921d0730a 100644 --- a/c/src/lib/libbsp/powerpc/psim/clock/Makefile.am +++ b/c/src/lib/libbsp/powerpc/psim/clock/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/psim/console/Makefile.am b/c/src/lib/libbsp/powerpc/psim/console/Makefile.am index b22ba38e0e..24f53c83da 100644 --- a/c/src/lib/libbsp/powerpc/psim/console/Makefile.am +++ b/c/src/lib/libbsp/powerpc/psim/console/Makefile.am @@ -26,7 +26,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/psim/include/Makefile.am b/c/src/lib/libbsp/powerpc/psim/include/Makefile.am index 42bbd9f577..2b8181354c 100644 --- a/c/src/lib/libbsp/powerpc/psim/include/Makefile.am +++ b/c/src/lib/libbsp/powerpc/psim/include/Makefile.am @@ -18,7 +18,7 @@ $(PROJECT_INCLUDE)/coverhd.h: coverhd.h TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \ $(PROJECT_INCLUDE)/coverhd.h -all: $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = bsp.h coverhd.h diff --git a/c/src/lib/libbsp/powerpc/psim/shmsupp/Makefile.am b/c/src/lib/libbsp/powerpc/psim/shmsupp/Makefile.am index f631155b6a..23fc433016 100644 --- a/c/src/lib/libbsp/powerpc/psim/shmsupp/Makefile.am +++ b/c/src/lib/libbsp/powerpc/psim/shmsupp/Makefile.am @@ -24,7 +24,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile if HAS_MP -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) endif .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/psim/start/Makefile.am b/c/src/lib/libbsp/powerpc/psim/start/Makefile.am index 80dbe641ce..e5a9f26a27 100644 --- a/c/src/lib/libbsp/powerpc/psim/start/Makefile.am +++ b/c/src/lib/libbsp/powerpc/psim/start/Makefile.am @@ -23,7 +23,7 @@ $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o: $(PGM) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/psim/startup/Makefile.am b/c/src/lib/libbsp/powerpc/psim/startup/Makefile.am index 1c472b99cd..6f4e5b22f0 100644 --- a/c/src/lib/libbsp/powerpc/psim/startup/Makefile.am +++ b/c/src/lib/libbsp/powerpc/psim/startup/Makefile.am @@ -33,7 +33,7 @@ $(PROJECT_RELEASE)/lib/device-tree: device-tree TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds \ $(PROJECT_RELEASE)/lib/device-tree -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/psim/timer/Makefile.am b/c/src/lib/libbsp/powerpc/psim/timer/Makefile.am index bdd48baf1a..5c2b8edf56 100644 --- a/c/src/lib/libbsp/powerpc/psim/timer/Makefile.am +++ b/c/src/lib/libbsp/powerpc/psim/timer/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/psim/vectors/Makefile.am b/c/src/lib/libbsp/powerpc/psim/vectors/Makefile.am index aa7e20e9da..a7d103cbd9 100644 --- a/c/src/lib/libbsp/powerpc/psim/vectors/Makefile.am +++ b/c/src/lib/libbsp/powerpc/psim/vectors/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/psim/wrapup/Makefile.am b/c/src/lib/libbsp/powerpc/psim/wrapup/Makefile.am index 205591d375..02fb4a1625 100644 --- a/c/src/lib/libbsp/powerpc/psim/wrapup/Makefile.am +++ b/c/src/lib/libbsp/powerpc/psim/wrapup/Makefile.am @@ -35,7 +35,7 @@ $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a -all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) .PRECIOUS: $(LIB) diff --git a/c/src/lib/libbsp/powerpc/score603e/PCI_bus/Makefile.am b/c/src/lib/libbsp/powerpc/score603e/PCI_bus/Makefile.am index 96e225e38c..007befdff4 100644 --- a/c/src/lib/libbsp/powerpc/score603e/PCI_bus/Makefile.am +++ b/c/src/lib/libbsp/powerpc/score603e/PCI_bus/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/score603e/clock/Makefile.am b/c/src/lib/libbsp/powerpc/score603e/clock/Makefile.am index 984fcb5183..f921d0730a 100644 --- a/c/src/lib/libbsp/powerpc/score603e/clock/Makefile.am +++ b/c/src/lib/libbsp/powerpc/score603e/clock/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/score603e/console/Makefile.am b/c/src/lib/libbsp/powerpc/score603e/console/Makefile.am index 30b9c5af95..861491254b 100644 --- a/c/src/lib/libbsp/powerpc/score603e/console/Makefile.am +++ b/c/src/lib/libbsp/powerpc/score603e/console/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/score603e/include/Makefile.am b/c/src/lib/libbsp/powerpc/score603e/include/Makefile.am index 409ad80f28..8e3935008f 100644 --- a/c/src/lib/libbsp/powerpc/score603e/include/Makefile.am +++ b/c/src/lib/libbsp/powerpc/score603e/include/Makefile.am @@ -29,7 +29,7 @@ TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \ $(PROJECT_INCLUDE)/gen1.h $(PROJECT_INCLUDE)/gen2.h \ $(PROJECT_INCLUDE)/tod.h -all: $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = bsp.h chain.h coverhd.h gen1.h gen2.h tod.h diff --git a/c/src/lib/libbsp/powerpc/score603e/start/Makefile.am b/c/src/lib/libbsp/powerpc/score603e/start/Makefile.am index 0ddf660224..58abb62a6e 100644 --- a/c/src/lib/libbsp/powerpc/score603e/start/Makefile.am +++ b/c/src/lib/libbsp/powerpc/score603e/start/Makefile.am @@ -23,7 +23,7 @@ $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o: $(PGMS) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o -all: $(ARCH) $(OBJS) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(TMPINSTALL_FILES) EXTRA_DIST = start.S diff --git a/c/src/lib/libbsp/powerpc/score603e/startup/Makefile.am b/c/src/lib/libbsp/powerpc/score603e/startup/Makefile.am index f741bdfa63..35a35071f6 100644 --- a/c/src/lib/libbsp/powerpc/score603e/startup/Makefile.am +++ b/c/src/lib/libbsp/powerpc/score603e/startup/Makefile.am @@ -36,7 +36,7 @@ $(PROJECT_RELEASE)/lib/linkcmds: linkcmds TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/score603e/timer/Makefile.am b/c/src/lib/libbsp/powerpc/score603e/timer/Makefile.am index bdd48baf1a..5c2b8edf56 100644 --- a/c/src/lib/libbsp/powerpc/score603e/timer/Makefile.am +++ b/c/src/lib/libbsp/powerpc/score603e/timer/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/score603e/tod/Makefile.am b/c/src/lib/libbsp/powerpc/score603e/tod/Makefile.am index af9565a5c5..6a99b886be 100644 --- a/c/src/lib/libbsp/powerpc/score603e/tod/Makefile.am +++ b/c/src/lib/libbsp/powerpc/score603e/tod/Makefile.am @@ -29,7 +29,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/score603e/vectors/Makefile.am b/c/src/lib/libbsp/powerpc/score603e/vectors/Makefile.am index 01514ed9a8..67266e13a2 100644 --- a/c/src/lib/libbsp/powerpc/score603e/vectors/Makefile.am +++ b/c/src/lib/libbsp/powerpc/score603e/vectors/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/powerpc/score603e/wrapup/Makefile.am b/c/src/lib/libbsp/powerpc/score603e/wrapup/Makefile.am index e9e9970bff..75424fe399 100644 --- a/c/src/lib/libbsp/powerpc/score603e/wrapup/Makefile.am +++ b/c/src/lib/libbsp/powerpc/score603e/wrapup/Makefile.am @@ -26,7 +26,7 @@ $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a -all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) .PRECIOUS: $(LIB) diff --git a/c/src/lib/libbsp/powerpc/shared/console/Makefile.am b/c/src/lib/libbsp/powerpc/shared/console/Makefile.am index 8cd8616046..a164927d56 100644 --- a/c/src/lib/libbsp/powerpc/shared/console/Makefile.am +++ b/c/src/lib/libbsp/powerpc/shared/console/Makefile.am @@ -17,7 +17,7 @@ $(PROJECT_INCLUDE)/bsp/%.h: %.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp \ $(H_FILES:%.h=$(PROJECT_INCLUDE)/bsp/%.h) -all: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) EXTRA_DIST = console.c consoleIo.h inch.c keyboard.h polled_io.c uart.c \ uart.h diff --git a/c/src/lib/libbsp/powerpc/shared/irq/Makefile.am b/c/src/lib/libbsp/powerpc/shared/irq/Makefile.am index 31d0f15732..07bff968a8 100644 --- a/c/src/lib/libbsp/powerpc/shared/irq/Makefile.am +++ b/c/src/lib/libbsp/powerpc/shared/irq/Makefile.am @@ -19,7 +19,7 @@ $(PROJECT_INCLUDE)/bsp/%.h: %.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp \ $(H_FILES:%.h=$(PROJECT_INCLUDE)/bsp/%.h) -all: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) EXTRA_DIST = i8259.c irq.c irq.h irq_asm.S irq_init.c diff --git a/c/src/lib/libbsp/powerpc/shared/motorola/Makefile.am b/c/src/lib/libbsp/powerpc/shared/motorola/Makefile.am index 3b8d44241c..2ba8001455 100644 --- a/c/src/lib/libbsp/powerpc/shared/motorola/Makefile.am +++ b/c/src/lib/libbsp/powerpc/shared/motorola/Makefile.am @@ -17,7 +17,7 @@ $(PROJECT_INCLUDE)/bsp/%.h: %.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp \ $(H_FILES:%.h=$(PROJECT_INCLUDE)/bsp/%.h) -all: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) EXTRA_DIST = motorola.c motorola.h diff --git a/c/src/lib/libbsp/powerpc/shared/openpic/Makefile.am b/c/src/lib/libbsp/powerpc/shared/openpic/Makefile.am index 1f2a4fe0a7..14f400e8a7 100644 --- a/c/src/lib/libbsp/powerpc/shared/openpic/Makefile.am +++ b/c/src/lib/libbsp/powerpc/shared/openpic/Makefile.am @@ -17,7 +17,7 @@ $(PROJECT_INCLUDE)/bsp/%.h: %.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp \ $(H_FILES:%.h=$(PROJECT_INCLUDE)/bsp/%.h) -all: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) EXTRA_DIST = openpic.c openpic.h diff --git a/c/src/lib/libbsp/powerpc/shared/pci/Makefile.am b/c/src/lib/libbsp/powerpc/shared/pci/Makefile.am index ca3a2a33c3..f7da13a6db 100644 --- a/c/src/lib/libbsp/powerpc/shared/pci/Makefile.am +++ b/c/src/lib/libbsp/powerpc/shared/pci/Makefile.am @@ -17,7 +17,7 @@ $(PROJECT_INCLUDE)/bsp/%.h: %.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp \ $(H_FILES:%.h=$(PROJECT_INCLUDE)/bsp/%.h) -all: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) EXTRA_DIST = pci.c pci.h diff --git a/c/src/lib/libbsp/powerpc/shared/residual/Makefile.am b/c/src/lib/libbsp/powerpc/shared/residual/Makefile.am index 5d135c8c80..1cdf3fd3eb 100644 --- a/c/src/lib/libbsp/powerpc/shared/residual/Makefile.am +++ b/c/src/lib/libbsp/powerpc/shared/residual/Makefile.am @@ -17,7 +17,7 @@ $(PROJECT_INCLUDE)/bsp/%.h: %.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp \ $(H_FILES:%.h=$(PROJECT_INCLUDE)/bsp/%.h) -all: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) EXTRA_DIST = pnp.h residual.c residual.h diff --git a/c/src/lib/libbsp/powerpc/shared/vectors/Makefile.am b/c/src/lib/libbsp/powerpc/shared/vectors/Makefile.am index 9f070c0713..625a5260ce 100644 --- a/c/src/lib/libbsp/powerpc/shared/vectors/Makefile.am +++ b/c/src/lib/libbsp/powerpc/shared/vectors/Makefile.am @@ -19,7 +19,7 @@ $(PROJECT_INCLUDE)/bsp/%.h: %.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp \ $(H_FILES:%.h=$(PROJECT_INCLUDE)/bsp/%.h) -all: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) EXTRA_DIST = vectors.S vectors.h vectors_init.c diff --git a/c/src/lib/libbsp/sh/gensh1/console/Makefile.am b/c/src/lib/libbsp/sh/gensh1/console/Makefile.am index 0f2c378368..49f359cb06 100644 --- a/c/src/lib/libbsp/sh/gensh1/console/Makefile.am +++ b/c/src/lib/libbsp/sh/gensh1/console/Makefile.am @@ -26,7 +26,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by # ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/sh/gensh1/include/Makefile.am b/c/src/lib/libbsp/sh/gensh1/include/Makefile.am index 6af3b698ba..3f061aa216 100644 --- a/c/src/lib/libbsp/sh/gensh1/include/Makefile.am +++ b/c/src/lib/libbsp/sh/gensh1/include/Makefile.am @@ -14,7 +14,7 @@ $(PROJECT_INCLUDE)/%.h: %.h PREINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%.h=$(PROJECT_INCLUDE)/%.h) -all: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) EXTRA_DIST = bsp.h coverhd.h diff --git a/c/src/lib/libbsp/sh/gensh1/scitab/Makefile.am b/c/src/lib/libbsp/sh/gensh1/scitab/Makefile.am index 955a32baa3..f49f16e9d9 100644 --- a/c/src/lib/libbsp/sh/gensh1/scitab/Makefile.am +++ b/c/src/lib/libbsp/sh/gensh1/scitab/Makefile.am @@ -28,7 +28,7 @@ $(PGM): $(OBJS) scitab.c: $(SHGEN) $(SHGEN) -H $(HZ) sci > $@ -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/sh/gensh1/start/Makefile.am b/c/src/lib/libbsp/sh/gensh1/start/Makefile.am index 80dbe641ce..e5a9f26a27 100644 --- a/c/src/lib/libbsp/sh/gensh1/start/Makefile.am +++ b/c/src/lib/libbsp/sh/gensh1/start/Makefile.am @@ -23,7 +23,7 @@ $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o: $(PGM) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/sh/gensh1/startup/Makefile.am b/c/src/lib/libbsp/sh/gensh1/startup/Makefile.am index a5c0071ad7..b787e61383 100644 --- a/c/src/lib/libbsp/sh/gensh1/startup/Makefile.am +++ b/c/src/lib/libbsp/sh/gensh1/startup/Makefile.am @@ -31,7 +31,7 @@ $(PROJECT_RELEASE)/lib/linkcmds: linkcmds TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/sh/gensh1/wrapup/Makefile.am b/c/src/lib/libbsp/sh/gensh1/wrapup/Makefile.am index 2fa211703c..c9dc062751 100644 --- a/c/src/lib/libbsp/sh/gensh1/wrapup/Makefile.am +++ b/c/src/lib/libbsp/sh/gensh1/wrapup/Makefile.am @@ -32,7 +32,7 @@ $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a -all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) .PRECIOUS: $(LIB) diff --git a/c/src/lib/libbsp/sh/gensh2/console/Makefile.am b/c/src/lib/libbsp/sh/gensh2/console/Makefile.am index 0f2c378368..49f359cb06 100644 --- a/c/src/lib/libbsp/sh/gensh2/console/Makefile.am +++ b/c/src/lib/libbsp/sh/gensh2/console/Makefile.am @@ -26,7 +26,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by # ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/sh/gensh2/include/Makefile.am b/c/src/lib/libbsp/sh/gensh2/include/Makefile.am index 69845210c1..ec56ba1b47 100644 --- a/c/src/lib/libbsp/sh/gensh2/include/Makefile.am +++ b/c/src/lib/libbsp/sh/gensh2/include/Makefile.am @@ -11,7 +11,7 @@ $(PROJECT_INCLUDE)/%.h: %.h PREINSTALL_FILES += $(H_FILES:%.h=$(PROJECT_INCLUDE)/%.h) -all: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) EXTRA_DIST = bsp.h coverhd.h diff --git a/c/src/lib/libbsp/sh/gensh2/scitab/Makefile.am b/c/src/lib/libbsp/sh/gensh2/scitab/Makefile.am index 26629b2958..09fdd1fc27 100644 --- a/c/src/lib/libbsp/sh/gensh2/scitab/Makefile.am +++ b/c/src/lib/libbsp/sh/gensh2/scitab/Makefile.am @@ -28,7 +28,7 @@ scitab.c: $(SHGEN) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/sh/gensh2/start/Makefile.am b/c/src/lib/libbsp/sh/gensh2/start/Makefile.am index 598b0ad1ae..04b0f0ae6c 100644 --- a/c/src/lib/libbsp/sh/gensh2/start/Makefile.am +++ b/c/src/lib/libbsp/sh/gensh2/start/Makefile.am @@ -23,7 +23,7 @@ $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o: $(PGMS) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o -all: $(ARCH) $(OBJS) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(TMPINSTALL_FILES) EXTRA_DIST = start.S start.ram start.rom diff --git a/c/src/lib/libbsp/sh/gensh2/startup/Makefile.am b/c/src/lib/libbsp/sh/gensh2/startup/Makefile.am index 6f6fc2587c..0a03c884ad 100644 --- a/c/src/lib/libbsp/sh/gensh2/startup/Makefile.am +++ b/c/src/lib/libbsp/sh/gensh2/startup/Makefile.am @@ -31,7 +31,7 @@ $(PGM): $(OBJS) PREINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds -all: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(PGM) +all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/sh/gensh2/wrapup/Makefile.am b/c/src/lib/libbsp/sh/gensh2/wrapup/Makefile.am index 8169b7373a..3f58ecd4c3 100644 --- a/c/src/lib/libbsp/sh/gensh2/wrapup/Makefile.am +++ b/c/src/lib/libbsp/sh/gensh2/wrapup/Makefile.am @@ -32,7 +32,7 @@ $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a -all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) .PRECIOUS: $(LIB) diff --git a/c/src/lib/libbsp/shmdr/Makefile.am b/c/src/lib/libbsp/shmdr/Makefile.am index 3d4714ef13..9890bbbcc7 100644 --- a/c/src/lib/libbsp/shmdr/Makefile.am +++ b/c/src/lib/libbsp/shmdr/Makefile.am @@ -45,7 +45,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/shm_driver.h \ TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/shmdr$(LIB_VARIANT).rel if HAS_MP -all: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(PGM) $(TMPINSTALL_FILES) endif .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/sparc/erc32/clock/Makefile.am b/c/src/lib/libbsp/sparc/erc32/clock/Makefile.am index 8780620234..3e08045c00 100644 --- a/c/src/lib/libbsp/sparc/erc32/clock/Makefile.am +++ b/c/src/lib/libbsp/sparc/erc32/clock/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/sparc/erc32/console/Makefile.am b/c/src/lib/libbsp/sparc/erc32/console/Makefile.am index 21d442b83b..c0107e2dcf 100644 --- a/c/src/lib/libbsp/sparc/erc32/console/Makefile.am +++ b/c/src/lib/libbsp/sparc/erc32/console/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/sparc/erc32/gnatsupp/Makefile.am b/c/src/lib/libbsp/sparc/erc32/gnatsupp/Makefile.am index a6cfe62a39..a95db91da6 100644 --- a/c/src/lib/libbsp/sparc/erc32/gnatsupp/Makefile.am +++ b/c/src/lib/libbsp/sparc/erc32/gnatsupp/Makefile.am @@ -23,7 +23,7 @@ include $(top_srcdir)/../../../../../../automake/lib.am $(PGM): $(OBJS) $(make-rel) -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/sparc/erc32/include/Makefile.am b/c/src/lib/libbsp/sparc/erc32/include/Makefile.am index 6af3b698ba..3f061aa216 100644 --- a/c/src/lib/libbsp/sparc/erc32/include/Makefile.am +++ b/c/src/lib/libbsp/sparc/erc32/include/Makefile.am @@ -14,7 +14,7 @@ $(PROJECT_INCLUDE)/%.h: %.h PREINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%.h=$(PROJECT_INCLUDE)/%.h) -all: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) EXTRA_DIST = bsp.h coverhd.h diff --git a/c/src/lib/libbsp/sparc/erc32/start/Makefile.am b/c/src/lib/libbsp/sparc/erc32/start/Makefile.am index 80dbe641ce..e5a9f26a27 100644 --- a/c/src/lib/libbsp/sparc/erc32/start/Makefile.am +++ b/c/src/lib/libbsp/sparc/erc32/start/Makefile.am @@ -23,7 +23,7 @@ $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o: $(PGM) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/sparc/erc32/startup/Makefile.am b/c/src/lib/libbsp/sparc/erc32/startup/Makefile.am index dd98bcc886..7b042dc687 100644 --- a/c/src/lib/libbsp/sparc/erc32/startup/Makefile.am +++ b/c/src/lib/libbsp/sparc/erc32/startup/Makefile.am @@ -33,7 +33,7 @@ $(PROJECT_RELEASE)/lib/linkcmds: linkcmds TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/sparc/erc32/timer/Makefile.am b/c/src/lib/libbsp/sparc/erc32/timer/Makefile.am index bdd48baf1a..5c2b8edf56 100644 --- a/c/src/lib/libbsp/sparc/erc32/timer/Makefile.am +++ b/c/src/lib/libbsp/sparc/erc32/timer/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/sparc/erc32/wrapup/Makefile.am b/c/src/lib/libbsp/sparc/erc32/wrapup/Makefile.am index f27a98b7cd..098eb0b26b 100644 --- a/c/src/lib/libbsp/sparc/erc32/wrapup/Makefile.am +++ b/c/src/lib/libbsp/sparc/erc32/wrapup/Makefile.am @@ -28,7 +28,7 @@ $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a -all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) .PRECIOUS: $(LIB) diff --git a/c/src/lib/libbsp/unix/posix/clock/Makefile.am b/c/src/lib/libbsp/unix/posix/clock/Makefile.am index 10f9c484e5..102b1aa9d8 100644 --- a/c/src/lib/libbsp/unix/posix/clock/Makefile.am +++ b/c/src/lib/libbsp/unix/posix/clock/Makefile.am @@ -24,7 +24,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by # ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/unix/posix/console/Makefile.am b/c/src/lib/libbsp/unix/posix/console/Makefile.am index 7dfd55b730..d4e5619fac 100644 --- a/c/src/lib/libbsp/unix/posix/console/Makefile.am +++ b/c/src/lib/libbsp/unix/posix/console/Makefile.am @@ -23,7 +23,7 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/unix/posix/include/Makefile.am b/c/src/lib/libbsp/unix/posix/include/Makefile.am index b3efba2617..2f0d3a70f0 100644 --- a/c/src/lib/libbsp/unix/posix/include/Makefile.am +++ b/c/src/lib/libbsp/unix/posix/include/Makefile.am @@ -18,7 +18,7 @@ $(PROJECT_INCLUDE)/coverhd.h: $(srcdir)/../../../shared/include/coverhd.h TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%.h=$(PROJECT_INCLUDE)/%.h) \ $(PROJECT_INCLUDE)/coverhd.h -all: $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = bsp.h diff --git a/c/src/lib/libbsp/unix/posix/shmsupp/Makefile.am b/c/src/lib/libbsp/unix/posix/shmsupp/Makefile.am index 7270147979..b6d4bd3580 100644 --- a/c/src/lib/libbsp/unix/posix/shmsupp/Makefile.am +++ b/c/src/lib/libbsp/unix/posix/shmsupp/Makefile.am @@ -22,7 +22,7 @@ $(PGM): $(OBJS) $(make-rel) if HAS_MP -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) endif # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile diff --git a/c/src/lib/libbsp/unix/posix/startup/Makefile.am b/c/src/lib/libbsp/unix/posix/startup/Makefile.am index cff49ea22a..56b991c4b6 100644 --- a/c/src/lib/libbsp/unix/posix/startup/Makefile.am +++ b/c/src/lib/libbsp/unix/posix/startup/Makefile.am @@ -48,10 +48,10 @@ $(PROJECT_RELEASE)/lib/rtems-ctor$(LIB_VARIANT).o: $(ARCH)/rtems-ctor.o $(INSTALL_DATA) $< $@ if HAS_CXX -all: $(ARCH) $(PGM) $(PROJECT_RELEASE)/lib/libno-ctor$(LIB_VARIANT).a \ +all-local: $(ARCH) $(PGM) $(PROJECT_RELEASE)/lib/libno-ctor$(LIB_VARIANT).a \ $(PROJECT_RELEASE)/lib/rtems-ctor$(LIB_VARIANT).o else -all: $(ARCH) $(PGM) +all-local: $(ARCH) $(PGM) endif EXTRA_DIST = bspclean.c bspstart.c exit.c main.c no-ctor.c rtems-ctor.cc \ diff --git a/c/src/lib/libbsp/unix/posix/timer/Makefile.am b/c/src/lib/libbsp/unix/posix/timer/Makefile.am index f7eb73b631..addbe3bfc5 100644 --- a/c/src/lib/libbsp/unix/posix/timer/Makefile.am +++ b/c/src/lib/libbsp/unix/posix/timer/Makefile.am @@ -18,15 +18,13 @@ include $(top_srcdir)/../../../../../../automake/lib.am # (OPTIONAL) Add local stuff here using += # -AM_CFLAGS = $(CFLAGS_OS_V) - $(PGM): $(OBJS) $(make-rel) # the .rel file built here will be put into libbsp.a by # ../wrapup/Makefile -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libbsp/unix/posix/wrapup/Makefile.am b/c/src/lib/libbsp/unix/posix/wrapup/Makefile.am index fb909e96aa..ca08c1cbe8 100644 --- a/c/src/lib/libbsp/unix/posix/wrapup/Makefile.am +++ b/c/src/lib/libbsp/unix/posix/wrapup/Makefile.am @@ -36,7 +36,7 @@ $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a -all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) .PRECIOUS: $(LIB) diff --git a/c/src/lib/libc/Makefile.am b/c/src/lib/libc/Makefile.am index ab76933b33..20b24f2e66 100644 --- a/c/src/lib/libc/Makefile.am +++ b/c/src/lib/libc/Makefile.am @@ -101,7 +101,7 @@ OBJS = $(C_O_FILES) AM_CFLAGS += $(LIBC_DEFINES) -all: ${ARCH} $(TMPINSTALL_FILES) +all-local: ${ARCH} $(TMPINSTALL_FILES) $(LIB): ${OBJS} $(make-library) diff --git a/c/src/lib/libcpu/a29k/clock/Makefile.am b/c/src/lib/libcpu/a29k/clock/Makefile.am index 6256fa554b..755c132239 100644 --- a/c/src/lib/libcpu/a29k/clock/Makefile.am +++ b/c/src/lib/libcpu/a29k/clock/Makefile.am @@ -26,7 +26,7 @@ include $(top_srcdir)/../../../../../automake/lib.am $(PGM): $(OBJS) $(make-rel) -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/a29k/timer/Makefile.am b/c/src/lib/libcpu/a29k/timer/Makefile.am index f67315c8ca..a468af3fbe 100644 --- a/c/src/lib/libcpu/a29k/timer/Makefile.am +++ b/c/src/lib/libcpu/a29k/timer/Makefile.am @@ -23,7 +23,7 @@ include $(top_srcdir)/../../../../../automake/lib.am $(PGM): $(OBJS) $(make-rel) -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/hppa1.1/clock/Makefile.am b/c/src/lib/libcpu/hppa1.1/clock/Makefile.am index 35f3aa7bd9..f8b46ecc12 100644 --- a/c/src/lib/libcpu/hppa1.1/clock/Makefile.am +++ b/c/src/lib/libcpu/hppa1.1/clock/Makefile.am @@ -20,7 +20,7 @@ include $(top_srcdir)/../../../../../automake/lib.am $(PGM): $(clock_rel_OBJECTS) $(make-rel) -all: $(ARCH) $(clock_rel_OBJECTS) $(PGM) +all-local: $(ARCH) $(clock_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/hppa1.1/include/Makefile.am b/c/src/lib/libcpu/hppa1.1/include/Makefile.am index bfdb862cb1..8adb914568 100644 --- a/c/src/lib/libcpu/hppa1.1/include/Makefile.am +++ b/c/src/lib/libcpu/hppa1.1/include/Makefile.am @@ -18,7 +18,7 @@ $(PROJECT_INCLUDE)/hppa1.1/%.h: %.h TMPINSTALL_FILES += $(PROJECT_INCLUDE)/hppa1.1 \ $(H_FILES:%.h=$(PROJECT_INCLUDE)/hppa1.1/%.h) -all: $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = runway.h semaphore.h diff --git a/c/src/lib/libcpu/hppa1.1/milli/Makefile.am b/c/src/lib/libcpu/hppa1.1/milli/Makefile.am index 10b9b633a6..41744e4ef2 100644 --- a/c/src/lib/libcpu/hppa1.1/milli/Makefile.am +++ b/c/src/lib/libcpu/hppa1.1/milli/Makefile.am @@ -20,7 +20,7 @@ include $(top_srcdir)/../../../../../automake/lib.am $(PGM): $(milli_rel_OBJECTS) $(make-rel) -all: $(ARCH) $(milli_rel_OBJECTS) $(PGM) +all-local: $(ARCH) $(milli_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/hppa1.1/semaphore/Makefile.am b/c/src/lib/libcpu/hppa1.1/semaphore/Makefile.am index 22a5281362..c0af1ec990 100644 --- a/c/src/lib/libcpu/hppa1.1/semaphore/Makefile.am +++ b/c/src/lib/libcpu/hppa1.1/semaphore/Makefile.am @@ -20,7 +20,7 @@ include $(top_srcdir)/../../../../../automake/lib.am $(PGM): $(semaphore_rel_OBJECTS) $(make-rel) -all: $(ARCH) $(semaphore_rel_OBJECTS) $(PGM) +all-local: $(ARCH) $(semaphore_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/hppa1.1/timer/Makefile.am b/c/src/lib/libcpu/hppa1.1/timer/Makefile.am index 8b2458a147..65edc98d9f 100644 --- a/c/src/lib/libcpu/hppa1.1/timer/Makefile.am +++ b/c/src/lib/libcpu/hppa1.1/timer/Makefile.am @@ -20,7 +20,7 @@ include $(top_srcdir)/../../../../../automake/lib.am $(PGM): $(timer_rel_OBJECTS) $(make-rel) -all: $(ARCH) $(timer_rel_OBJECTS) $(PGM) +all-local: $(ARCH) $(timer_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/i386/Makefile.am b/c/src/lib/libcpu/i386/Makefile.am index 9eaa686094..90e2d0bc8b 100644 --- a/c/src/lib/libcpu/i386/Makefile.am +++ b/c/src/lib/libcpu/i386/Makefile.am @@ -38,7 +38,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu \ TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a -all: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) $(TMPINSTALL_FILES) .PRECIOUS: $(LIB) diff --git a/c/src/lib/libcpu/m68k/m68040/fpsp/Makefile.am b/c/src/lib/libcpu/m68k/m68040/fpsp/Makefile.am index a82385b4e5..c4ffe3f26d 100644 --- a/c/src/lib/libcpu/m68k/m68040/fpsp/Makefile.am +++ b/c/src/lib/libcpu/m68k/m68040/fpsp/Makefile.am @@ -28,13 +28,11 @@ OBJS = $(C_O_FILES) $(S_O_FILES) # (OPTIONAL) Add local stuff here using += # -AM_CFLAGS += $(CFLAGS_OS_V) - $(PGM): $(OBJS) $(make-rel) if m68040 -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) endif .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/mips64orion/clock/Makefile.am b/c/src/lib/libcpu/mips64orion/clock/Makefile.am index ac3d77d6e8..6384df0a0a 100644 --- a/c/src/lib/libcpu/mips64orion/clock/Makefile.am +++ b/c/src/lib/libcpu/mips64orion/clock/Makefile.am @@ -24,7 +24,7 @@ include $(top_srcdir)/../../../../../automake/lib.am $(PGM): $(clock_rel_OBJECTS) $(make-rel) -all: $(ARCH) $(clock_rel_OBJECTS) $(PGM) +all-local: $(ARCH) $(clock_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/mips64orion/timer/Makefile.am b/c/src/lib/libcpu/mips64orion/timer/Makefile.am index 1d3ef4503f..d0c0ee598f 100644 --- a/c/src/lib/libcpu/mips64orion/timer/Makefile.am +++ b/c/src/lib/libcpu/mips64orion/timer/Makefile.am @@ -22,7 +22,7 @@ include $(top_srcdir)/../../../../../automake/lib.am $(PGM): $(timer_rel_OBJECTS) $(make-rel) -all: $(ARCH) $(timer_rel_OBJECTS) $(PGM) +all-local: $(ARCH) $(timer_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/powerpc/mpc505/timer/Makefile.am b/c/src/lib/libcpu/powerpc/mpc505/timer/Makefile.am index 8158ad03b2..65edc98d9f 100644 --- a/c/src/lib/libcpu/powerpc/mpc505/timer/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc505/timer/Makefile.am @@ -17,12 +17,10 @@ include $(top_srcdir)/../../../../../automake/lib.am # (OPTIONAL) Add local stuff here using += # -AM_CFLAGS = $(CFLAGS_OS_V) - $(PGM): $(timer_rel_OBJECTS) $(make-rel) -all: $(ARCH) $(timer_rel_OBJECTS) $(PGM) +all-local: $(ARCH) $(timer_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/powerpc/mpc505/vectors/Makefile.am b/c/src/lib/libcpu/powerpc/mpc505/vectors/Makefile.am index eef1cc7e3c..0f5a304686 100644 --- a/c/src/lib/libcpu/powerpc/mpc505/vectors/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc505/vectors/Makefile.am @@ -22,12 +22,10 @@ include $(top_srcdir)/../../../../../automake/lib.am # (OPTIONAL) Add local stuff here using += # -AM_CFLAGS = $(CFLAGS_OS_V) - $(PGM): $(vectors_rel_OBJECTS) $(make-rel) -all: ${ARCH} $(PGM) +all-local: ${ARCH} $(PGM) EXTRA_DIST = vectors.S diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/clock/Makefile.am b/c/src/lib/libcpu/powerpc/mpc6xx/clock/Makefile.am index 590984d4df..7ac55df4a7 100644 --- a/c/src/lib/libcpu/powerpc/mpc6xx/clock/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc6xx/clock/Makefile.am @@ -22,12 +22,10 @@ $(PROJECT_INCLUDE)/libcpu/%.h: %.h # (OPTIONAL) Add local stuff here using += # -AM_CFLAGS = $(CFLAGS_OS_V) - PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu \ $(PROJECT_INCLUDE)/libcpu/c_clock.h -all: $(ARCH) $(PREINSTALL_FILES) $(c_clock_rel_OBJECTS) +all-local: $(ARCH) $(PREINSTALL_FILES) $(c_clock_rel_OBJECTS) EXTRA_DIST = c_clock.c c_clock.h diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/Makefile.am b/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/Makefile.am index 62cb2a832c..ea6b94b5b5 100644 --- a/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc6xx/exceptions/Makefile.am @@ -27,15 +27,13 @@ $(PROJECT_INCLUDE)/libcpu/%.h: %.h # (OPTIONAL) Add local stuff here using += # -AM_CFLAGS = $(CFLAGS_OS_V) - $(PGM): $(exceptions_rel_OBJECTS) $(make-rel) PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu \ $(PROJECT_INCLUDE)/libcpu/raw_exception.h -all: $(ARCH) $(PREINSTALL_FILES) $(exceptions_rel_OBJECTS) $(PGM) +all-local: $(ARCH) $(PREINSTALL_FILES) $(exceptions_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/mmu/Makefile.am b/c/src/lib/libcpu/powerpc/mpc6xx/mmu/Makefile.am index 5927bf19a8..c64da3def0 100644 --- a/c/src/lib/libcpu/powerpc/mpc6xx/mmu/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc6xx/mmu/Makefile.am @@ -26,15 +26,13 @@ $(PROJECT_INCLUDE)/libcpu/%.h: %.h # (OPTIONAL) Add local stuff here using += # -AM_CFLAGS = $(CFLAGS_OS_V) - $(PGM): $(mmu_rel_OBJECTS) $(make-rel) PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu \ $(PROJECT_INCLUDE)/libcpu/bat.h -all: $(ARCH) $(PREINSTALL_FILES) $(mmu_rel_OBJECTS) $(PGM) +all-local: $(ARCH) $(PREINSTALL_FILES) $(mmu_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/timer/Makefile.am b/c/src/lib/libcpu/powerpc/mpc6xx/timer/Makefile.am index 8158ad03b2..65edc98d9f 100644 --- a/c/src/lib/libcpu/powerpc/mpc6xx/timer/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc6xx/timer/Makefile.am @@ -17,12 +17,10 @@ include $(top_srcdir)/../../../../../automake/lib.am # (OPTIONAL) Add local stuff here using += # -AM_CFLAGS = $(CFLAGS_OS_V) - $(PGM): $(timer_rel_OBJECTS) $(make-rel) -all: $(ARCH) $(timer_rel_OBJECTS) $(PGM) +all-local: $(ARCH) $(timer_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/wrapup/Makefile.am b/c/src/lib/libcpu/powerpc/mpc6xx/wrapup/Makefile.am index 4350f154fa..36950229a9 100644 --- a/c/src/lib/libcpu/powerpc/mpc6xx/wrapup/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc6xx/wrapup/Makefile.am @@ -26,6 +26,6 @@ $(LIB): ${OBJS} $(make-library) cp $(LIB) .. -all: ${ARCH} $(LIB) +all-local: ${ARCH} $(LIB) include $(top_srcdir)/../../../../../automake/local.am diff --git a/c/src/lib/libcpu/powerpc/mpc821/clock/Makefile.am b/c/src/lib/libcpu/powerpc/mpc821/clock/Makefile.am index 8a89adbb28..f8b46ecc12 100644 --- a/c/src/lib/libcpu/powerpc/mpc821/clock/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc821/clock/Makefile.am @@ -17,12 +17,10 @@ include $(top_srcdir)/../../../../../automake/lib.am # (OPTIONAL) Add local stuff here using += # -AM_CFLAGS = $(CFLAGS_OS_V) - $(PGM): $(clock_rel_OBJECTS) $(make-rel) -all: $(ARCH) $(clock_rel_OBJECTS) $(PGM) +all-local: $(ARCH) $(clock_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/powerpc/mpc821/console-generic/Makefile.am b/c/src/lib/libcpu/powerpc/mpc821/console-generic/Makefile.am index 223db1f126..b0c900fc7c 100644 --- a/c/src/lib/libcpu/powerpc/mpc821/console-generic/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc821/console-generic/Makefile.am @@ -17,12 +17,10 @@ include $(top_srcdir)/../../../../../automake/lib.am # (OPTIONAL) Add local stuff here using += # -AM_CFLAGS = $(CFLAGS_OS_V) - $(PGM): $(console_generic_rel_OBJECTS) $(make-rel) -all: $(ARCH) $(console_generic_rel_OBJECTS) $(PGM) +all-local: $(ARCH) $(console_generic_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/powerpc/mpc821/include/Makefile.am b/c/src/lib/libcpu/powerpc/mpc821/include/Makefile.am index 9325e13c02..8a4dfbd74d 100644 --- a/c/src/lib/libcpu/powerpc/mpc821/include/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc821/include/Makefile.am @@ -16,6 +16,6 @@ $(PROJECT_INCLUDE)/mpc821: $(PROJECT_INCLUDE)/mpc821/%.h: %.h $(INSTALL_DATA) $< $@ -all: $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) include $(top_srcdir)/../../../../../automake/local.am diff --git a/c/src/lib/libcpu/powerpc/mpc821/timer/Makefile.am b/c/src/lib/libcpu/powerpc/mpc821/timer/Makefile.am index 8158ad03b2..65edc98d9f 100644 --- a/c/src/lib/libcpu/powerpc/mpc821/timer/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc821/timer/Makefile.am @@ -17,12 +17,10 @@ include $(top_srcdir)/../../../../../automake/lib.am # (OPTIONAL) Add local stuff here using += # -AM_CFLAGS = $(CFLAGS_OS_V) - $(PGM): $(timer_rel_OBJECTS) $(make-rel) -all: $(ARCH) $(timer_rel_OBJECTS) $(PGM) +all-local: $(ARCH) $(timer_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/powerpc/mpc821/vectors/Makefile.am b/c/src/lib/libcpu/powerpc/mpc821/vectors/Makefile.am index bf04ee809d..8d8bce2c1d 100644 --- a/c/src/lib/libcpu/powerpc/mpc821/vectors/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc821/vectors/Makefile.am @@ -22,12 +22,10 @@ include $(top_srcdir)/../../../../../automake/lib.am # (OPTIONAL) Add local stuff here using += # -AM_CFLAGS = $(CFLAGS_OS_V) - $(PGM): $(vectors_rel_OBJECTS) $(make-rel) -all: ${ARCH} $(PGM) +all-local: ${ARCH} $(PGM) EXTRA_DIST = vectors.S README diff --git a/c/src/lib/libcpu/powerpc/mpc860/clock/Makefile.am b/c/src/lib/libcpu/powerpc/mpc860/clock/Makefile.am index 8a89adbb28..f8b46ecc12 100644 --- a/c/src/lib/libcpu/powerpc/mpc860/clock/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc860/clock/Makefile.am @@ -17,12 +17,10 @@ include $(top_srcdir)/../../../../../automake/lib.am # (OPTIONAL) Add local stuff here using += # -AM_CFLAGS = $(CFLAGS_OS_V) - $(PGM): $(clock_rel_OBJECTS) $(make-rel) -all: $(ARCH) $(clock_rel_OBJECTS) $(PGM) +all-local: $(ARCH) $(clock_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/powerpc/mpc860/console-generic/Makefile.am b/c/src/lib/libcpu/powerpc/mpc860/console-generic/Makefile.am index 223db1f126..b0c900fc7c 100644 --- a/c/src/lib/libcpu/powerpc/mpc860/console-generic/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc860/console-generic/Makefile.am @@ -17,12 +17,10 @@ include $(top_srcdir)/../../../../../automake/lib.am # (OPTIONAL) Add local stuff here using += # -AM_CFLAGS = $(CFLAGS_OS_V) - $(PGM): $(console_generic_rel_OBJECTS) $(make-rel) -all: $(ARCH) $(console_generic_rel_OBJECTS) $(PGM) +all-local: $(ARCH) $(console_generic_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/powerpc/mpc860/include/Makefile.am b/c/src/lib/libcpu/powerpc/mpc860/include/Makefile.am index 0ac77f1fe8..ebbb1a1e51 100644 --- a/c/src/lib/libcpu/powerpc/mpc860/include/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc860/include/Makefile.am @@ -22,6 +22,6 @@ $(PROJECT_INCLUDE)/%.h: %.h $(PROJECT_INCLUDE)/mpc860/%.h: %.h $(INSTALL_DATA) $< $@ -all: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) include $(top_srcdir)/../../../../../automake/local.am diff --git a/c/src/lib/libcpu/powerpc/mpc860/timer/Makefile.am b/c/src/lib/libcpu/powerpc/mpc860/timer/Makefile.am index 8158ad03b2..65edc98d9f 100644 --- a/c/src/lib/libcpu/powerpc/mpc860/timer/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc860/timer/Makefile.am @@ -17,12 +17,10 @@ include $(top_srcdir)/../../../../../automake/lib.am # (OPTIONAL) Add local stuff here using += # -AM_CFLAGS = $(CFLAGS_OS_V) - $(PGM): $(timer_rel_OBJECTS) $(make-rel) -all: $(ARCH) $(timer_rel_OBJECTS) $(PGM) +all-local: $(ARCH) $(timer_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/powerpc/mpc860/vectors/Makefile.am b/c/src/lib/libcpu/powerpc/mpc860/vectors/Makefile.am index bf04ee809d..8d8bce2c1d 100644 --- a/c/src/lib/libcpu/powerpc/mpc860/vectors/Makefile.am +++ b/c/src/lib/libcpu/powerpc/mpc860/vectors/Makefile.am @@ -22,12 +22,10 @@ include $(top_srcdir)/../../../../../automake/lib.am # (OPTIONAL) Add local stuff here using += # -AM_CFLAGS = $(CFLAGS_OS_V) - $(PGM): $(vectors_rel_OBJECTS) $(make-rel) -all: ${ARCH} $(PGM) +all-local: ${ARCH} $(PGM) EXTRA_DIST = vectors.S README diff --git a/c/src/lib/libcpu/powerpc/ppc403/clock/Makefile.am b/c/src/lib/libcpu/powerpc/ppc403/clock/Makefile.am index 8a89adbb28..f8b46ecc12 100644 --- a/c/src/lib/libcpu/powerpc/ppc403/clock/Makefile.am +++ b/c/src/lib/libcpu/powerpc/ppc403/clock/Makefile.am @@ -17,12 +17,10 @@ include $(top_srcdir)/../../../../../automake/lib.am # (OPTIONAL) Add local stuff here using += # -AM_CFLAGS = $(CFLAGS_OS_V) - $(PGM): $(clock_rel_OBJECTS) $(make-rel) -all: $(ARCH) $(clock_rel_OBJECTS) $(PGM) +all-local: $(ARCH) $(clock_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/powerpc/ppc403/console/Makefile.am b/c/src/lib/libcpu/powerpc/ppc403/console/Makefile.am index 73ea97047c..4289321d14 100644 --- a/c/src/lib/libcpu/powerpc/ppc403/console/Makefile.am +++ b/c/src/lib/libcpu/powerpc/ppc403/console/Makefile.am @@ -17,12 +17,10 @@ include $(top_srcdir)/../../../../../automake/lib.am # (OPTIONAL) Add local stuff here using += # -AM_CFLAGS = $(CFLAGS_OS_V) - $(PGM): $(console_rel_OBJECTS) $(make-rel) -all: $(ARCH) $(console_rel_OBJECTS) $(PGM) +all-local: $(ARCH) $(console_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/powerpc/ppc403/ictrl/Makefile.am b/c/src/lib/libcpu/powerpc/ppc403/ictrl/Makefile.am index e243f1196f..efefed93e9 100644 --- a/c/src/lib/libcpu/powerpc/ppc403/ictrl/Makefile.am +++ b/c/src/lib/libcpu/powerpc/ppc403/ictrl/Makefile.am @@ -24,14 +24,12 @@ $(PROJECT_INCLUDE)/%.h: %.h # (OPTIONAL) Add local stuff here using += # -AM_CFLAGS = $(CFLAGS_OS_V) - $(PGM): $(ictrl_rel_OBJECTS) $(make-rel) TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/ictrl.h -all: $(ARCH) $(ictrl_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(ictrl_rel_OBJECTS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/powerpc/ppc403/timer/Makefile.am b/c/src/lib/libcpu/powerpc/ppc403/timer/Makefile.am index 8158ad03b2..65edc98d9f 100644 --- a/c/src/lib/libcpu/powerpc/ppc403/timer/Makefile.am +++ b/c/src/lib/libcpu/powerpc/ppc403/timer/Makefile.am @@ -17,12 +17,10 @@ include $(top_srcdir)/../../../../../automake/lib.am # (OPTIONAL) Add local stuff here using += # -AM_CFLAGS = $(CFLAGS_OS_V) - $(PGM): $(timer_rel_OBJECTS) $(make-rel) -all: $(ARCH) $(timer_rel_OBJECTS) $(PGM) +all-local: $(ARCH) $(timer_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/powerpc/ppc403/vectors/Makefile.am b/c/src/lib/libcpu/powerpc/ppc403/vectors/Makefile.am index 2b35c62cd5..ce95f92721 100644 --- a/c/src/lib/libcpu/powerpc/ppc403/vectors/Makefile.am +++ b/c/src/lib/libcpu/powerpc/ppc403/vectors/Makefile.am @@ -18,12 +18,10 @@ include $(top_srcdir)/../../../../../automake/lib.am # (OPTIONAL) Add local stuff here using += # -AM_CFLAGS = $(CFLAGS_OS_V) - $(PGM): $(vectors_rel_OBJECTS) $(make-rel) -all: ${ARCH} $(PGM) +all-local: ${ARCH} $(PGM) EXTRA_DIST = $(S_FILES) README diff --git a/c/src/lib/libcpu/powerpc/shared/Makefile.am b/c/src/lib/libcpu/powerpc/shared/Makefile.am index 0e7c764d18..edbb18ae0c 100644 --- a/c/src/lib/libcpu/powerpc/shared/Makefile.am +++ b/c/src/lib/libcpu/powerpc/shared/Makefile.am @@ -32,7 +32,7 @@ $(PROJECT_INCLUDE)/libcpu/%.h: %.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu \ $(H_FILES:%=$(PROJECT_INCLUDE)/libcpu/%) -all: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) +all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) .PRECIOUS: $(LIB) diff --git a/c/src/lib/libcpu/powerpc/wrapup/Makefile.am b/c/src/lib/libcpu/powerpc/wrapup/Makefile.am index e0b03be1d3..48af0f6dcb 100644 --- a/c/src/lib/libcpu/powerpc/wrapup/Makefile.am +++ b/c/src/lib/libcpu/powerpc/wrapup/Makefile.am @@ -31,6 +31,6 @@ $(PROJECT_RELEASE)/lib/libcpu$(LIB_VARIANT).a: $(LIB) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libcpu$(LIB_VARIANT).a -all: ${ARCH} $(LIB) $(TMPINSTALL_FILES) +all-local: ${ARCH} $(LIB) $(TMPINSTALL_FILES) include $(top_srcdir)/../../../../../automake/local.am diff --git a/c/src/lib/libcpu/sh/sh7032/clock/Makefile.am b/c/src/lib/libcpu/sh/sh7032/clock/Makefile.am index 9a387ee926..10ae91df8f 100644 --- a/c/src/lib/libcpu/sh/sh7032/clock/Makefile.am +++ b/c/src/lib/libcpu/sh/sh7032/clock/Makefile.am @@ -18,12 +18,10 @@ include $(top_srcdir)/../../../../../automake/lib.am # (OPTIONAL) Add local stuff here using += # -AM_CFLAGS += $(CFLAGS_OS_V) - $(PGM): $(OBJS) $(make-rel) -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/sh/sh7032/delay/Makefile.am b/c/src/lib/libcpu/sh/sh7032/delay/Makefile.am index 1962ece592..44ff144b86 100644 --- a/c/src/lib/libcpu/sh/sh7032/delay/Makefile.am +++ b/c/src/lib/libcpu/sh/sh7032/delay/Makefile.am @@ -21,7 +21,7 @@ include $(top_srcdir)/../../../../../automake/lib.am $(PGM): $(OBJS) $(make-rel) -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/sh/sh7032/include/Makefile.am b/c/src/lib/libcpu/sh/sh7032/include/Makefile.am index 4a169232a5..7d26513f10 100644 --- a/c/src/lib/libcpu/sh/sh7032/include/Makefile.am +++ b/c/src/lib/libcpu/sh/sh7032/include/Makefile.am @@ -18,7 +18,7 @@ $(PROJECT_INCLUDE)/sh/%.h: %.h TMPINSTALL_FILES += $(PROJECT_INCLUDE)/sh \ $(H_FILES:%=$(PROJECT_INCLUDE)/sh/%) -all: $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = null.h sci.h sh7_pfc.h sh7_sci.h diff --git a/c/src/lib/libcpu/sh/sh7032/null/Makefile.am b/c/src/lib/libcpu/sh/sh7032/null/Makefile.am index c0c7369387..2e6baea4a3 100644 --- a/c/src/lib/libcpu/sh/sh7032/null/Makefile.am +++ b/c/src/lib/libcpu/sh/sh7032/null/Makefile.am @@ -21,7 +21,7 @@ include $(top_srcdir)/../../../../../automake/lib.am $(PGM): $(OBJS) $(make-rel) -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/sh/sh7032/sci/Makefile.am b/c/src/lib/libcpu/sh/sh7032/sci/Makefile.am index 840f2e8567..aef7e13b3b 100644 --- a/c/src/lib/libcpu/sh/sh7032/sci/Makefile.am +++ b/c/src/lib/libcpu/sh/sh7032/sci/Makefile.am @@ -21,7 +21,7 @@ include $(top_srcdir)/../../../../../automake/lib.am $(PGM): $(OBJS) $(make-rel) -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/sh/sh7032/timer/Makefile.am b/c/src/lib/libcpu/sh/sh7032/timer/Makefile.am index 41dacf22cb..5a164c0d4c 100644 --- a/c/src/lib/libcpu/sh/sh7032/timer/Makefile.am +++ b/c/src/lib/libcpu/sh/sh7032/timer/Makefile.am @@ -21,7 +21,7 @@ include $(top_srcdir)/../../../../../automake/lib.am $(PGM): $(OBJS) $(make-rel) -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/sh/sh7045/clock/Makefile.am b/c/src/lib/libcpu/sh/sh7045/clock/Makefile.am index 9a387ee926..10ae91df8f 100644 --- a/c/src/lib/libcpu/sh/sh7045/clock/Makefile.am +++ b/c/src/lib/libcpu/sh/sh7045/clock/Makefile.am @@ -18,12 +18,10 @@ include $(top_srcdir)/../../../../../automake/lib.am # (OPTIONAL) Add local stuff here using += # -AM_CFLAGS += $(CFLAGS_OS_V) - $(PGM): $(OBJS) $(make-rel) -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/sh/sh7045/include/Makefile.am b/c/src/lib/libcpu/sh/sh7045/include/Makefile.am index 1323efd364..8a424d634f 100644 --- a/c/src/lib/libcpu/sh/sh7045/include/Makefile.am +++ b/c/src/lib/libcpu/sh/sh7045/include/Makefile.am @@ -18,7 +18,7 @@ $(PROJECT_INCLUDE)/sh/%.h: %.h TMPINSTALL_FILES += $(PROJECT_INCLUDE)/sh \ $(H_FILES:%=$(PROJECT_INCLUDE)/sh/%) -all: $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = io_types.h null.h sci.h sh7_pfc.h sh7_sci.h diff --git a/c/src/lib/libcpu/sh/sh7045/null/Makefile.am b/c/src/lib/libcpu/sh/sh7045/null/Makefile.am index c0c7369387..2e6baea4a3 100644 --- a/c/src/lib/libcpu/sh/sh7045/null/Makefile.am +++ b/c/src/lib/libcpu/sh/sh7045/null/Makefile.am @@ -21,7 +21,7 @@ include $(top_srcdir)/../../../../../automake/lib.am $(PGM): $(OBJS) $(make-rel) -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/sh/sh7045/sci/Makefile.am b/c/src/lib/libcpu/sh/sh7045/sci/Makefile.am index 840f2e8567..aef7e13b3b 100644 --- a/c/src/lib/libcpu/sh/sh7045/sci/Makefile.am +++ b/c/src/lib/libcpu/sh/sh7045/sci/Makefile.am @@ -21,7 +21,7 @@ include $(top_srcdir)/../../../../../automake/lib.am $(PGM): $(OBJS) $(make-rel) -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/sh/sh7045/timer/Makefile.am b/c/src/lib/libcpu/sh/sh7045/timer/Makefile.am index 41dacf22cb..5a164c0d4c 100644 --- a/c/src/lib/libcpu/sh/sh7045/timer/Makefile.am +++ b/c/src/lib/libcpu/sh/sh7045/timer/Makefile.am @@ -21,7 +21,7 @@ include $(top_srcdir)/../../../../../automake/lib.am $(PGM): $(OBJS) $(make-rel) -all: $(ARCH) $(OBJS) $(PGM) +all-local: $(ARCH) $(OBJS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/sparc/reg_win/Makefile.am b/c/src/lib/libcpu/sparc/reg_win/Makefile.am index 79e504d0b6..00e28ec1da 100644 --- a/c/src/lib/libcpu/sparc/reg_win/Makefile.am +++ b/c/src/lib/libcpu/sparc/reg_win/Makefile.am @@ -16,15 +16,13 @@ include $(top_srcdir)/../../../../../automake/lib.am # (OPTIONAL) Add local stuff here using += # -AM_CFLAGS = $(CFLAGS_OS_V) - $(PGM): $(reg_win_rel_OBJECTS) $(make-rel) # the .rel file built here will be put into libbsp.a by # libbsp/sparc/BSP/wrapup/Makefile -all: $(ARCH) $(reg_win_rel_OBJECTS) $(PGM) +all-local: $(ARCH) $(reg_win_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/lib/libcpu/sparc/syscall/Makefile.am b/c/src/lib/libcpu/sparc/syscall/Makefile.am index c3ca3a1092..7dc41907bf 100644 --- a/c/src/lib/libcpu/sparc/syscall/Makefile.am +++ b/c/src/lib/libcpu/sparc/syscall/Makefile.am @@ -20,15 +20,13 @@ include $(top_srcdir)/../../../../../automake/lib.am # (OPTIONAL) Add local stuff here using += # -AM_CFLAGS = $(CFLAGS_OS_V) - $(PGM): $(syscall_rel_OBJECTS) $(make-rel) # the .rel file built here will be put into libbsp.a by # libbsp/sparc/BSP/wrapup/Makefile -all: $(ARCH) $(syscall_rel_OBJECTS) $(PGM) +all-local: $(ARCH) $(syscall_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) diff --git a/c/src/libchip/network/Makefile.am b/c/src/libchip/network/Makefile.am index f1052a05dc..ca22f979c3 100644 --- a/c/src/libchip/network/Makefile.am +++ b/c/src/libchip/network/Makefile.am @@ -43,7 +43,7 @@ endif TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a if HAS_NETWORKING -all: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) $(TMPINSTALL_FILES) endif .PRECIOUS: $(LIB) diff --git a/c/src/libchip/rtc/Makefile.am b/c/src/libchip/rtc/Makefile.am index 23609fd91b..2419c2560c 100644 --- a/c/src/libchip/rtc/Makefile.am +++ b/c/src/libchip/rtc/Makefile.am @@ -43,7 +43,7 @@ $(LIB): ${OBJS} $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB) $(INSTALL_DATA) $< $@ -all: ${ARCH} $(PREINSTALL_FILES) $(TMPINSTALL_FILES) +all-local: ${ARCH} $(PREINSTALL_FILES) $(TMPINSTALL_FILES) DOC_FILES = README.ds1643 README.icm7170 README.m48t08 README.m48t18 STATUS diff --git a/c/src/libchip/serial/Makefile.am b/c/src/libchip/serial/Makefile.am index 2aff521883..1333ea22d7 100644 --- a/c/src/libchip/serial/Makefile.am +++ b/c/src/libchip/serial/Makefile.am @@ -43,7 +43,7 @@ $(LIB): ${OBJS} $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB) $(INSTALL_DATA) $< $@ -all: ${ARCH} $(PREINSTALL_FILES) $(TMPINSTALL_FILES) +all-local: ${ARCH} $(PREINSTALL_FILES) $(TMPINSTALL_FILES) DOC_FILES = README.mc68681 README.ns16550 README.xr88681 README.z85c30 \ STATUS diff --git a/c/src/libmisc/cpuuse/Makefile.am b/c/src/libmisc/cpuuse/Makefile.am index 8ec7bade32..353c3ced17 100644 --- a/c/src/libmisc/cpuuse/Makefile.am +++ b/c/src/libmisc/cpuuse/Makefile.am @@ -32,7 +32,7 @@ $(LIB): $(OBJS) PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ $(H_FILES:%=$(PROJECT_INCLUDE)/rtems/%) -all: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) +all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) .PRECIOUS: $(LIB) diff --git a/c/src/libmisc/dummy/Makefile.am b/c/src/libmisc/dummy/Makefile.am index 8eafa6767c..3eaefbf08c 100644 --- a/c/src/libmisc/dummy/Makefile.am +++ b/c/src/libmisc/dummy/Makefile.am @@ -27,7 +27,7 @@ $(PROJECT_RELEASE)/lib/$(PGMNAME)$(LIB_VARIANT).rel: $(PGM) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(PGMNAME)$(LIB_VARIANT).rel -all: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) .PRECIOUS: $(PGM) diff --git a/c/src/libmisc/dumpbuf/Makefile.am b/c/src/libmisc/dumpbuf/Makefile.am index 335d8eb4db..dac6d6090e 100644 --- a/c/src/libmisc/dumpbuf/Makefile.am +++ b/c/src/libmisc/dumpbuf/Makefile.am @@ -32,7 +32,7 @@ $(LIB): $(OBJS) PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ $(H_FILES:%=$(PROJECT_INCLUDE)/rtems/%) -all: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) +all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) .PRECIOUS: $(LIB) diff --git a/c/src/libmisc/monitor/Makefile.am b/c/src/libmisc/monitor/Makefile.am index 80952c1f89..c0fa6c9ea5 100644 --- a/c/src/libmisc/monitor/Makefile.am +++ b/c/src/libmisc/monitor/Makefile.am @@ -42,7 +42,7 @@ $(LIB): $(OBJS) PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ $(H_FILES:%=$(PROJECT_INCLUDE)/rtems/%) -all: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) +all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) .PRECIOUS: $(LIB) diff --git a/c/src/libmisc/rtmonuse/Makefile.am b/c/src/libmisc/rtmonuse/Makefile.am index cb163cc8e0..8c565801e5 100644 --- a/c/src/libmisc/rtmonuse/Makefile.am +++ b/c/src/libmisc/rtmonuse/Makefile.am @@ -32,7 +32,7 @@ $(LIB): $(OBJS) PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ $(H_FILES:%=$(PROJECT_INCLUDE)/rtems/%) -all: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) +all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) .PRECIOUS: $(LIB) diff --git a/c/src/libmisc/stackchk/Makefile.am b/c/src/libmisc/stackchk/Makefile.am index 353ea24684..8212c16228 100644 --- a/c/src/libmisc/stackchk/Makefile.am +++ b/c/src/libmisc/stackchk/Makefile.am @@ -33,7 +33,7 @@ $(LIB): $(OBJS) PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ $(INSTALLED_H_FILES:%=$(PROJECT_INCLUDE)/rtems/%) -all: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) +all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) .PRECIOUS: $(LIB) diff --git a/c/src/libmisc/untar/Makefile.am b/c/src/libmisc/untar/Makefile.am index fba0c8ce0e..09b9a0efce 100644 --- a/c/src/libmisc/untar/Makefile.am +++ b/c/src/libmisc/untar/Makefile.am @@ -32,7 +32,7 @@ $(LIB): $(OBJS) PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ $(H_FILES:%=$(PROJECT_INCLUDE)/rtems/%) -all: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) +all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) .PRECIOUS: $(LIB) diff --git a/c/src/libmisc/wrapup/Makefile.am b/c/src/libmisc/wrapup/Makefile.am index 5dc2a3d49e..49a0f6d42a 100644 --- a/c/src/libmisc/wrapup/Makefile.am +++ b/c/src/libmisc/wrapup/Makefile.am @@ -32,7 +32,7 @@ $(LIB): $(TMP_LIBS) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a -all: $(ARCH) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(LIB) $(TMPINSTALL_FILES) .PRECIOUS: $(LIB) diff --git a/c/src/libnetworking/include/Makefile.am b/c/src/libnetworking/include/Makefile.am index 2fe080d0dd..c108fd99b0 100644 --- a/c/src/libnetworking/include/Makefile.am +++ b/c/src/libnetworking/include/Makefile.am @@ -449,6 +449,6 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bpfilter.h \ $(PROJECT_INCLUDE)/nfs/rpcv2.h $(PROJECT_INCLUDE)/nfs/xdr_subs.h \ $(PROJECT_INCLUDE)/ftpd.h $(PROJECT_INCLUDE)/rtems_webserver.h -all: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) include $(top_srcdir)/../../../automake/local.am diff --git a/c/src/libnetworking/kern/Makefile.am b/c/src/libnetworking/kern/Makefile.am index 6f754174f0..878f23612e 100644 --- a/c/src/libnetworking/kern/Makefile.am +++ b/c/src/libnetworking/kern/Makefile.am @@ -25,7 +25,7 @@ AM_CPPFLAGS += -D_COMPILING_BSD_KERNEL_ -DKERNEL -DINET -DNFS -DDIAGNOSTIC \ $(LIB): $(OBJS) $(make-library) -all: $(ARCH) $(OBJS) $(LIB) +all-local: $(ARCH) $(OBJS) $(LIB) .PRECIOUS: $(LIB) diff --git a/c/src/libnetworking/lib/Makefile.am b/c/src/libnetworking/lib/Makefile.am index 82d5a85a6a..64e3a0e8f4 100644 --- a/c/src/libnetworking/lib/Makefile.am +++ b/c/src/libnetworking/lib/Makefile.am @@ -24,7 +24,7 @@ AM_CPPFLAGS += -DNOPOLL -DNOSELECT $(LIB): $(OBJS) $(make-library) -all: $(ARCH) $(OBJS) $(LIB) +all-local: $(ARCH) $(OBJS) $(LIB) .PRECIOUS: $(LIB) diff --git a/c/src/libnetworking/libc/Makefile.am b/c/src/libnetworking/libc/Makefile.am index 58a635febb..b9bb4078f5 100644 --- a/c/src/libnetworking/libc/Makefile.am +++ b/c/src/libnetworking/libc/Makefile.am @@ -35,7 +35,7 @@ AM_CPPFLAGS += -DNOPOLL -DNOSELECT -U__STRICT_ANSI__ $(LIB): $(OBJS) $(make-library) -all: $(ARCH) $(OBJS) $(LIB) +all-local: $(ARCH) $(OBJS) $(LIB) .PRECIOUS: $(LIB) diff --git a/c/src/libnetworking/net/Makefile.am b/c/src/libnetworking/net/Makefile.am index 5848298438..353ecbfae0 100644 --- a/c/src/libnetworking/net/Makefile.am +++ b/c/src/libnetworking/net/Makefile.am @@ -26,7 +26,7 @@ AM_CPPFLAGS += -D_COMPILING_BSD_KERNEL_ -DKERNEL -DINET -DNFS -DDIAGNOSTIC \ $(LIB): $(OBJS) $(make-library) -all: $(ARCH) $(OBJS) $(LIB) +all-local: $(ARCH) $(OBJS) $(LIB) .PRECIOUS: $(LIB) diff --git a/c/src/libnetworking/netinet/Makefile.am b/c/src/libnetworking/netinet/Makefile.am index ec35bc0730..861cb45ad9 100644 --- a/c/src/libnetworking/netinet/Makefile.am +++ b/c/src/libnetworking/netinet/Makefile.am @@ -28,7 +28,7 @@ AM_CPPFLAGS += -D_COMPILING_BSD_KERNEL_ -DKERNEL -DINET -DNFS -DDIAGNOSTIC \ $(LIB): $(OBJS) $(make-library) -all: $(ARCH) $(OBJS) $(LIB) +all-local: $(ARCH) $(OBJS) $(LIB) .PRECIOUS: $(LIB) diff --git a/c/src/libnetworking/nfs/Makefile.am b/c/src/libnetworking/nfs/Makefile.am index 5cdecde16d..270a1be262 100644 --- a/c/src/libnetworking/nfs/Makefile.am +++ b/c/src/libnetworking/nfs/Makefile.am @@ -25,7 +25,7 @@ AM_CPPFLAGS += -D_COMPILING_BSD_KERNEL_ -DKERNEL -DINET -DNFS -DDIAGNOSTIC \ $(LIB): $(OBJS) $(make-library) -all: $(ARCH) $(OBJS) $(LIB) +all-local: $(ARCH) $(OBJS) $(LIB) .PRECIOUS: $(LIB) diff --git a/c/src/libnetworking/pppd/Makefile.am b/c/src/libnetworking/pppd/Makefile.am index 9006e37473..e6a27c80c8 100644 --- a/c/src/libnetworking/pppd/Makefile.am +++ b/c/src/libnetworking/pppd/Makefile.am @@ -31,7 +31,7 @@ EXTRA_FILES = modem_example/16550.h modem_example/README \ modem_example/modem.c modem_example/modem.h modem_example/ppp.c \ modem_example/ppp.h modem_example/pppcompress.c -all: $(ARCH) $(OBJS) $(LIB) +all-local: $(ARCH) $(OBJS) $(LIB) .PRECIOUS: $(LIB) diff --git a/c/src/libnetworking/rtems/Makefile.am b/c/src/libnetworking/rtems/Makefile.am index 1a8391dd74..b5cae85006 100644 --- a/c/src/libnetworking/rtems/Makefile.am +++ b/c/src/libnetworking/rtems/Makefile.am @@ -28,7 +28,7 @@ AM_CPPFLAGS += -D_COMPILING_BSD_KERNEL_ -DKERNEL -DINET -DNFS -DDIAGNOSTIC \ $(LIB): $(OBJS) $(make-library) -all: $(ARCH) $(OBJS) $(LIB) +all-local: $(ARCH) $(OBJS) $(LIB) .PRECIOUS: $(LIB) diff --git a/c/src/libnetworking/rtems_servers/Makefile.am b/c/src/libnetworking/rtems_servers/Makefile.am index 551c8360f8..c2e1491b6f 100644 --- a/c/src/libnetworking/rtems_servers/Makefile.am +++ b/c/src/libnetworking/rtems_servers/Makefile.am @@ -22,7 +22,7 @@ include $(top_srcdir)/../../../automake/lib.am $(LIB): $(OBJS) $(make-library) -all: $(ARCH) $(OBJS) $(LIB) +all-local: $(ARCH) $(OBJS) $(LIB) .PRECIOUS: $(LIB) diff --git a/c/src/libnetworking/rtems_webserver/Makefile.am b/c/src/libnetworking/rtems_webserver/Makefile.am index 070f0d1275..58e22c8e17 100644 --- a/c/src/libnetworking/rtems_webserver/Makefile.am +++ b/c/src/libnetworking/rtems_webserver/Makefile.am @@ -41,7 +41,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/goahead \ $(H_FILES:%.h=$(PROJECT_INCLUDE)/goahead/%.h) if HAS_POSIX -all: $(PREINSTALL_FILES) $(ARCH) $(OBJS) $(LIB) +all-local: $(PREINSTALL_FILES) $(ARCH) $(OBJS) $(LIB) endif .PRECIOUS: $(LIB) diff --git a/c/src/libnetworking/wrapup/Makefile.am b/c/src/libnetworking/wrapup/Makefile.am index 362c27de7e..5553252d11 100644 --- a/c/src/libnetworking/wrapup/Makefile.am +++ b/c/src/libnetworking/wrapup/Makefile.am @@ -28,7 +28,7 @@ $(PROJECT_RELEASE)/lib/libnetworking$(LIB_VARIANT).a: $(LIB) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libnetworking$(LIB_VARIANT).a -all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) .PRECIOUS: $(LIB) diff --git a/c/src/librdbg/include/rdbg/Makefile.am b/c/src/librdbg/include/rdbg/Makefile.am index ae593dbd85..20557ec68e 100644 --- a/c/src/librdbg/include/rdbg/Makefile.am +++ b/c/src/librdbg/include/rdbg/Makefile.am @@ -18,7 +18,7 @@ $(PROJECT_INCLUDE)/rdbg/%.h: %.h $(INSTALL_DATA) $< $@ endif -all-am: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) if HAS_RDBG SUBDIRS = $(RTEMS_CPU) diff --git a/c/src/librdbg/include/rdbg/i386/Makefile.am b/c/src/librdbg/include/rdbg/i386/Makefile.am index 80b39c224f..df70315c7a 100644 --- a/c/src/librdbg/include/rdbg/i386/Makefile.am +++ b/c/src/librdbg/include/rdbg/i386/Makefile.am @@ -25,6 +25,6 @@ $(PROJECT_INCLUDE)/rdbg: $(PROJECT_INCLUDE)/rdbg/%.h: %.h $(INSTALL_DATA) $< $@ -all-am: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) include $(top_srcdir)/../../../automake/local.am diff --git a/c/src/librdbg/include/rdbg/powerpc/Makefile.am b/c/src/librdbg/include/rdbg/powerpc/Makefile.am index 8dc5bb2b79..7eec4212a3 100644 --- a/c/src/librdbg/include/rdbg/powerpc/Makefile.am +++ b/c/src/librdbg/include/rdbg/powerpc/Makefile.am @@ -25,6 +25,6 @@ $(PROJECT_INCLUDE)/rdbg: $(PROJECT_INCLUDE)/rdbg/%.h: %.h $(INSTALL_DATA) $< $@ -all-am: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) include $(top_srcdir)/../../../automake/local.am diff --git a/c/src/librdbg/src/i386/any/Makefile.am b/c/src/librdbg/src/i386/any/Makefile.am index 70ca62aa5c..451f3ec960 100644 --- a/c/src/librdbg/src/i386/any/Makefile.am +++ b/c/src/librdbg/src/i386/any/Makefile.am @@ -83,7 +83,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg $(PROJECT_INCLUDE)/rdbg/remdeb.h TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a -all: ${ARCH} $(PREINSTALL_FILES) $(TMPINSTALL_FILES) +all-local: ${ARCH} $(PREINSTALL_FILES) $(TMPINSTALL_FILES) EXTRA_DIST = remdeb_f.x $(GEN_C_FILES) diff --git a/c/src/librdbg/src/powerpc/mcp750/Makefile.am b/c/src/librdbg/src/powerpc/mcp750/Makefile.am index 4707453606..7206431d25 100644 --- a/c/src/librdbg/src/powerpc/mcp750/Makefile.am +++ b/c/src/librdbg/src/powerpc/mcp750/Makefile.am @@ -83,7 +83,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg $(PROJECT_INCLUDE)/rdbg/remdeb.h TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a -all: ${ARCH} $(PREINSTALL_FILES) $(TMPINSTALL_FILES) +all-local: ${ARCH} $(PREINSTALL_FILES) $(TMPINSTALL_FILES) EXTRA_DIST = remdeb_f.x $(GEN_C_FILES) diff --git a/c/src/librpc/include/rpc/Makefile.am b/c/src/librpc/include/rpc/Makefile.am index 40fe90dfd3..5317ccfba0 100644 --- a/c/src/librpc/include/rpc/Makefile.am +++ b/c/src/librpc/include/rpc/Makefile.am @@ -18,6 +18,6 @@ $(PROJECT_INCLUDE)/rpc/%.h: %.h $(INSTALL_DATA) $< $@ endif -all-am: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) include $(top_srcdir)/../../../automake/local.am diff --git a/c/src/librpc/src/Makefile.am b/c/src/librpc/src/Makefile.am index d939189f95..2b05ee73be 100644 --- a/c/src/librpc/src/Makefile.am +++ b/c/src/librpc/src/Makefile.am @@ -27,7 +27,7 @@ $(LIB): ${OBJS} $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB) $(INSTALL_DATA) $< $@ -all: ${ARCH} $(PREINSTALL_FILES) $(TMPINSTALL_FILES) +all-local: ${ARCH} $(PREINSTALL_FILES) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) diff --git a/c/src/librtems++/include/rtems++/Makefile.am b/c/src/librtems++/include/rtems++/Makefile.am index d64703fe73..e7f2f0a836 100644 --- a/c/src/librtems++/include/rtems++/Makefile.am +++ b/c/src/librtems++/include/rtems++/Makefile.am @@ -19,6 +19,6 @@ $(PROJECT_INCLUDE)/rtems++/%.h: %.h $(INSTALL_DATA) $< $@ endif -all-am: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) include $(top_srcdir)/../../../automake/local.am diff --git a/c/src/librtems++/src/Makefile.am b/c/src/librtems++/src/Makefile.am index 5b681e69d9..303584b857 100644 --- a/c/src/librtems++/src/Makefile.am +++ b/c/src/librtems++/src/Makefile.am @@ -27,6 +27,6 @@ $(LIB): ${OBJS} $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB) $(INSTALL_DATA) $< $@ -all: ${ARCH} $(PREINSTALL_FILES) $(TMPINSTALL_FILES) +all-local: ${ARCH} $(PREINSTALL_FILES) $(TMPINSTALL_FILES) include $(top_srcdir)/../../../automake/local.am diff --git a/c/src/make/configure.in b/c/src/make/configure.in index a73b18dd0c..2cdebde2fc 100644 --- a/c/src/make/configure.in +++ b/c/src/make/configure.in @@ -31,7 +31,6 @@ RTEMS_ENV_RTEMSBSP dnl BEGIN configure.host.in AC_PATH_PROG(CAT,cat) -AC_PATH_PROG(RM,rm) AC_PATH_PROG(CP,cp) AC_PATH_PROG(MV,mv) AC_PATH_PROG(LN,ln) diff --git a/c/src/make/main.cfg.in b/c/src/make/main.cfg.in index 05aa314b30..6728c5760b 100644 --- a/c/src/make/main.cfg.in +++ b/c/src/make/main.cfg.in @@ -13,25 +13,3 @@ # PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools - -# -# Target architecture; may be changed as per 'make "ARCH=debug"' -# This is where the object files get put. -# - -ARCH=o-optimize - -VARIANT= - -# -# Target variant names -# -TARGET_VARIANTS = optimize debug profile - -# -# Generate list of object directories: o-optimize, o-debug, o-profile -# -VARIANTS=${TARGET_VARIANTS:%=o-%} - -${ARCH}: - test -d ${ARCH} || mkdir ${ARCH} diff --git a/c/src/tests/itrontests/itronhello/Makefile.am b/c/src/tests/itrontests/itronhello/Makefile.am index 212bb712fc..5a2102990d 100644 --- a/c/src/tests/itrontests/itronhello/Makefile.am +++ b/c/src/tests/itrontests/itronhello/Makefile.am @@ -34,7 +34,7 @@ include $(top_srcdir)/itrontests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/itrontests/itronmbf01/Makefile.am b/c/src/tests/itrontests/itronmbf01/Makefile.am index 3637084ca3..d21723eda3 100644 --- a/c/src/tests/itrontests/itronmbf01/Makefile.am +++ b/c/src/tests/itrontests/itronmbf01/Makefile.am @@ -34,7 +34,7 @@ include $(top_srcdir)/itrontests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/itrontests/itronmbox01/Makefile.am b/c/src/tests/itrontests/itronmbox01/Makefile.am index f393392250..5d4ce5e507 100644 --- a/c/src/tests/itrontests/itronmbox01/Makefile.am +++ b/c/src/tests/itrontests/itronmbox01/Makefile.am @@ -34,7 +34,7 @@ include $(top_srcdir)/itrontests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/itrontests/itronsem01/Makefile.am b/c/src/tests/itrontests/itronsem01/Makefile.am index 345c9023cb..bfd003896f 100644 --- a/c/src/tests/itrontests/itronsem01/Makefile.am +++ b/c/src/tests/itrontests/itronsem01/Makefile.am @@ -34,7 +34,7 @@ include $(top_srcdir)/itrontests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/itrontests/itrontask01/Makefile.am b/c/src/tests/itrontests/itrontask01/Makefile.am index 913ec99d5b..8cb34e5789 100644 --- a/c/src/tests/itrontests/itrontask01/Makefile.am +++ b/c/src/tests/itrontests/itrontask01/Makefile.am @@ -34,7 +34,7 @@ include $(top_srcdir)/itrontests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/itrontests/itrontask02/Makefile.am b/c/src/tests/itrontests/itrontask02/Makefile.am index 139887c0ff..89035793fe 100644 --- a/c/src/tests/itrontests/itrontask02/Makefile.am +++ b/c/src/tests/itrontests/itrontask02/Makefile.am @@ -34,7 +34,7 @@ include $(top_srcdir)/itrontests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/itrontests/itrontask03/Makefile.am b/c/src/tests/itrontests/itrontask03/Makefile.am index e872408a3b..779e2f0952 100644 --- a/c/src/tests/itrontests/itrontask03/Makefile.am +++ b/c/src/tests/itrontests/itrontask03/Makefile.am @@ -34,7 +34,7 @@ include $(top_srcdir)/itrontests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/itrontests/itrontask04/Makefile.am b/c/src/tests/itrontests/itrontask04/Makefile.am index 2ee516caf4..063062ebf3 100644 --- a/c/src/tests/itrontests/itrontask04/Makefile.am +++ b/c/src/tests/itrontests/itrontask04/Makefile.am @@ -34,7 +34,7 @@ include $(top_srcdir)/itrontests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/itrontests/itrontime01/Makefile.am b/c/src/tests/itrontests/itrontime01/Makefile.am index 3c98a5c000..19c9538920 100644 --- a/c/src/tests/itrontests/itrontime01/Makefile.am +++ b/c/src/tests/itrontests/itrontime01/Makefile.am @@ -34,7 +34,7 @@ include $(top_srcdir)/itrontests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/libtests/cpuuse/Makefile.am b/c/src/tests/libtests/cpuuse/Makefile.am index 16efbbc47e..3ab0a2ff2c 100644 --- a/c/src/tests/libtests/cpuuse/Makefile.am +++ b/c/src/tests/libtests/cpuuse/Makefile.am @@ -35,7 +35,7 @@ include $(top_srcdir)/libtests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/libtests/malloctest/Makefile.am b/c/src/tests/libtests/malloctest/Makefile.am index c63dfb9be1..4b56d8e7a2 100644 --- a/c/src/tests/libtests/malloctest/Makefile.am +++ b/c/src/tests/libtests/malloctest/Makefile.am @@ -35,7 +35,7 @@ include $(top_srcdir)/libtests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/libtests/monitor/Makefile.am b/c/src/tests/libtests/monitor/Makefile.am index 4fdaba9a92..2d70524319 100644 --- a/c/src/tests/libtests/monitor/Makefile.am +++ b/c/src/tests/libtests/monitor/Makefile.am @@ -36,7 +36,7 @@ include $(top_srcdir)/libtests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/libtests/putenvtest/Makefile.am b/c/src/tests/libtests/putenvtest/Makefile.am index fa43a6944c..a2c5d64616 100644 --- a/c/src/tests/libtests/putenvtest/Makefile.am +++ b/c/src/tests/libtests/putenvtest/Makefile.am @@ -35,7 +35,7 @@ include $(top_srcdir)/libtests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/libtests/rtems++/Makefile.am b/c/src/tests/libtests/rtems++/Makefile.am index e9d8008d9e..488b04eccf 100644 --- a/c/src/tests/libtests/rtems++/Makefile.am +++ b/c/src/tests/libtests/rtems++/Makefile.am @@ -38,9 +38,9 @@ if HAS_CXX ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) else -all: +all-local: endif EXTRA_DIST = $(CC_FILES) $(DOCS) diff --git a/c/src/tests/libtests/rtmonuse/Makefile.am b/c/src/tests/libtests/rtmonuse/Makefile.am index 839d6ca3b2..7a07738196 100644 --- a/c/src/tests/libtests/rtmonuse/Makefile.am +++ b/c/src/tests/libtests/rtmonuse/Makefile.am @@ -35,7 +35,7 @@ include $(top_srcdir)/libtests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/libtests/stackchk/Makefile.am b/c/src/tests/libtests/stackchk/Makefile.am index 8e5974288e..80ef6963bb 100644 --- a/c/src/tests/libtests/stackchk/Makefile.am +++ b/c/src/tests/libtests/stackchk/Makefile.am @@ -35,7 +35,7 @@ include $(top_srcdir)/libtests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/libtests/termios/Makefile.am b/c/src/tests/libtests/termios/Makefile.am index d2781c5a9f..01f333be06 100644 --- a/c/src/tests/libtests/termios/Makefile.am +++ b/c/src/tests/libtests/termios/Makefile.am @@ -35,7 +35,7 @@ include $(top_srcdir)/libtests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/mptests/mp01/node1/Makefile.am b/c/src/tests/mptests/mp01/node1/Makefile.am index 9815fdb7c7..fcddeccc68 100644 --- a/c/src/tests/mptests/mp01/node1/Makefile.am +++ b/c/src/tests/mptests/mp01/node1/Makefile.am @@ -40,9 +40,9 @@ AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/.. ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) else -all: +all-local: endif EXTRA_DIST = $(DOCS) diff --git a/c/src/tests/mptests/mp01/node2/Makefile.am b/c/src/tests/mptests/mp01/node2/Makefile.am index 1693a47fe9..23a4b86a14 100644 --- a/c/src/tests/mptests/mp01/node2/Makefile.am +++ b/c/src/tests/mptests/mp01/node2/Makefile.am @@ -40,9 +40,9 @@ AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/.. ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) else -all: +all-local: endif EXTRA_DIST = $(DOCS) diff --git a/c/src/tests/mptests/mp02/node1/Makefile.am b/c/src/tests/mptests/mp02/node1/Makefile.am index 05ba671aac..0644447874 100644 --- a/c/src/tests/mptests/mp02/node1/Makefile.am +++ b/c/src/tests/mptests/mp02/node1/Makefile.am @@ -40,9 +40,9 @@ AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/.. ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) else -all: +all-local: endif EXTRA_DIST = $(DOCS) diff --git a/c/src/tests/mptests/mp02/node2/Makefile.am b/c/src/tests/mptests/mp02/node2/Makefile.am index 59321bd7ed..570db75ea2 100644 --- a/c/src/tests/mptests/mp02/node2/Makefile.am +++ b/c/src/tests/mptests/mp02/node2/Makefile.am @@ -40,9 +40,9 @@ AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/.. ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) else -all: +all-local: endif EXTRA_DIST = $(DOCS) diff --git a/c/src/tests/mptests/mp03/node1/Makefile.am b/c/src/tests/mptests/mp03/node1/Makefile.am index b50171b81a..02ab109ef2 100644 --- a/c/src/tests/mptests/mp03/node1/Makefile.am +++ b/c/src/tests/mptests/mp03/node1/Makefile.am @@ -40,9 +40,9 @@ AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/.. ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) else -all: +all-local: endif EXTRA_DIST = $(DOCS) diff --git a/c/src/tests/mptests/mp03/node2/Makefile.am b/c/src/tests/mptests/mp03/node2/Makefile.am index d36fe8c9d1..9ec135eac0 100644 --- a/c/src/tests/mptests/mp03/node2/Makefile.am +++ b/c/src/tests/mptests/mp03/node2/Makefile.am @@ -40,9 +40,9 @@ AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/.. ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) else -all: +all-local: endif EXTRA_DIST = $(DOCS) diff --git a/c/src/tests/mptests/mp04/node1/Makefile.am b/c/src/tests/mptests/mp04/node1/Makefile.am index 754eb41364..f1c48a32dd 100644 --- a/c/src/tests/mptests/mp04/node1/Makefile.am +++ b/c/src/tests/mptests/mp04/node1/Makefile.am @@ -40,9 +40,9 @@ AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/.. ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) else -all: +all-local: endif EXTRA_DIST = $(DOCS) diff --git a/c/src/tests/mptests/mp04/node2/Makefile.am b/c/src/tests/mptests/mp04/node2/Makefile.am index 323ee31753..601919f21f 100644 --- a/c/src/tests/mptests/mp04/node2/Makefile.am +++ b/c/src/tests/mptests/mp04/node2/Makefile.am @@ -40,9 +40,9 @@ AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/.. ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) else -all: +all-local: endif EXTRA_DIST = $(DOCS) diff --git a/c/src/tests/mptests/mp05/node1/Makefile.am b/c/src/tests/mptests/mp05/node1/Makefile.am index 92ca8722a2..a53e9b2c06 100644 --- a/c/src/tests/mptests/mp05/node1/Makefile.am +++ b/c/src/tests/mptests/mp05/node1/Makefile.am @@ -40,9 +40,9 @@ AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/.. ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) else -all: +all-local: endif EXTRA_DIST = $(DOCS) diff --git a/c/src/tests/mptests/mp05/node2/Makefile.am b/c/src/tests/mptests/mp05/node2/Makefile.am index 877c548fd0..b27b2b81db 100644 --- a/c/src/tests/mptests/mp05/node2/Makefile.am +++ b/c/src/tests/mptests/mp05/node2/Makefile.am @@ -40,9 +40,9 @@ AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/.. ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) else -all: +all-local: endif EXTRA_DIST = $(DOCS) diff --git a/c/src/tests/mptests/mp06/node1/Makefile.am b/c/src/tests/mptests/mp06/node1/Makefile.am index 19fa95dd08..c0394c36ca 100644 --- a/c/src/tests/mptests/mp06/node1/Makefile.am +++ b/c/src/tests/mptests/mp06/node1/Makefile.am @@ -40,9 +40,9 @@ AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/.. ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) else -all: +all-local: endif EXTRA_DIST = $(DOCS) diff --git a/c/src/tests/mptests/mp06/node2/Makefile.am b/c/src/tests/mptests/mp06/node2/Makefile.am index fcaa71d8ad..dc2c865598 100644 --- a/c/src/tests/mptests/mp06/node2/Makefile.am +++ b/c/src/tests/mptests/mp06/node2/Makefile.am @@ -40,9 +40,9 @@ AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/.. ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) else -all: +all-local: endif EXTRA_DIST = $(DOCS) diff --git a/c/src/tests/mptests/mp07/node1/Makefile.am b/c/src/tests/mptests/mp07/node1/Makefile.am index 24b42c3949..fd03da42a8 100644 --- a/c/src/tests/mptests/mp07/node1/Makefile.am +++ b/c/src/tests/mptests/mp07/node1/Makefile.am @@ -40,9 +40,9 @@ AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/.. ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) else -all: +all-local: endif EXTRA_DIST = $(DOCS) diff --git a/c/src/tests/mptests/mp07/node2/Makefile.am b/c/src/tests/mptests/mp07/node2/Makefile.am index a5a56b582d..c6d4173459 100644 --- a/c/src/tests/mptests/mp07/node2/Makefile.am +++ b/c/src/tests/mptests/mp07/node2/Makefile.am @@ -40,9 +40,9 @@ AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/.. ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) else -all: +all-local: endif EXTRA_DIST = $(DOCS) diff --git a/c/src/tests/mptests/mp08/node1/Makefile.am b/c/src/tests/mptests/mp08/node1/Makefile.am index 087910c452..34331f026e 100644 --- a/c/src/tests/mptests/mp08/node1/Makefile.am +++ b/c/src/tests/mptests/mp08/node1/Makefile.am @@ -40,9 +40,9 @@ AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/.. ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) else -all: +all-local: endif EXTRA_DIST = $(DOCS) diff --git a/c/src/tests/mptests/mp08/node2/Makefile.am b/c/src/tests/mptests/mp08/node2/Makefile.am index e040cf3a55..dea01f6853 100644 --- a/c/src/tests/mptests/mp08/node2/Makefile.am +++ b/c/src/tests/mptests/mp08/node2/Makefile.am @@ -40,9 +40,9 @@ AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/.. ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) else -all: +all-local: endif EXTRA_DIST = $(DOCS) diff --git a/c/src/tests/mptests/mp09/node1/Makefile.am b/c/src/tests/mptests/mp09/node1/Makefile.am index cce0baf804..aaea270e37 100644 --- a/c/src/tests/mptests/mp09/node1/Makefile.am +++ b/c/src/tests/mptests/mp09/node1/Makefile.am @@ -40,9 +40,9 @@ AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/.. ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) else -all: +all-local: endif EXTRA_DIST = $(DOCS) diff --git a/c/src/tests/mptests/mp09/node2/Makefile.am b/c/src/tests/mptests/mp09/node2/Makefile.am index 6919d4812e..c9eccac036 100644 --- a/c/src/tests/mptests/mp09/node2/Makefile.am +++ b/c/src/tests/mptests/mp09/node2/Makefile.am @@ -40,9 +40,9 @@ AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/.. ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) else -all: +all-local: endif EXTRA_DIST = $(DOCS) diff --git a/c/src/tests/mptests/mp10/node1/Makefile.am b/c/src/tests/mptests/mp10/node1/Makefile.am index b606d5a66f..7281b77bcf 100644 --- a/c/src/tests/mptests/mp10/node1/Makefile.am +++ b/c/src/tests/mptests/mp10/node1/Makefile.am @@ -40,9 +40,9 @@ AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/.. ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) else -all: +all-local: endif EXTRA_DIST = $(DOCS) diff --git a/c/src/tests/mptests/mp10/node2/Makefile.am b/c/src/tests/mptests/mp10/node2/Makefile.am index a0e197c2e1..8750e465dc 100644 --- a/c/src/tests/mptests/mp10/node2/Makefile.am +++ b/c/src/tests/mptests/mp10/node2/Makefile.am @@ -40,9 +40,9 @@ AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/.. ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) else -all: +all-local: endif EXTRA_DIST = $(DOCS) diff --git a/c/src/tests/mptests/mp11/node1/Makefile.am b/c/src/tests/mptests/mp11/node1/Makefile.am index e358f72749..f86c54c1b7 100644 --- a/c/src/tests/mptests/mp11/node1/Makefile.am +++ b/c/src/tests/mptests/mp11/node1/Makefile.am @@ -40,9 +40,9 @@ AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/.. ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) else -all: +all-local: endif EXTRA_DIST = $(DOCS) diff --git a/c/src/tests/mptests/mp11/node2/Makefile.am b/c/src/tests/mptests/mp11/node2/Makefile.am index a92dc49dd8..35f2608e54 100644 --- a/c/src/tests/mptests/mp11/node2/Makefile.am +++ b/c/src/tests/mptests/mp11/node2/Makefile.am @@ -40,9 +40,9 @@ AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/.. ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) else -all: +all-local: endif EXTRA_DIST = $(DOCS) diff --git a/c/src/tests/mptests/mp12/node1/Makefile.am b/c/src/tests/mptests/mp12/node1/Makefile.am index 19ca9a3b76..9e3e61c6a4 100644 --- a/c/src/tests/mptests/mp12/node1/Makefile.am +++ b/c/src/tests/mptests/mp12/node1/Makefile.am @@ -40,9 +40,9 @@ AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/.. ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) else -all: +all-local: endif EXTRA_DIST = $(DOCS) diff --git a/c/src/tests/mptests/mp12/node2/Makefile.am b/c/src/tests/mptests/mp12/node2/Makefile.am index f44b4c307e..e860040919 100644 --- a/c/src/tests/mptests/mp12/node2/Makefile.am +++ b/c/src/tests/mptests/mp12/node2/Makefile.am @@ -40,9 +40,9 @@ AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/.. ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) else -all: +all-local: endif EXTRA_DIST = $(DOCS) diff --git a/c/src/tests/mptests/mp13/node1/Makefile.am b/c/src/tests/mptests/mp13/node1/Makefile.am index 83acc020ce..cfd2fa1a46 100644 --- a/c/src/tests/mptests/mp13/node1/Makefile.am +++ b/c/src/tests/mptests/mp13/node1/Makefile.am @@ -40,9 +40,9 @@ AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/.. ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) else -all: +all-local: endif EXTRA_DIST = $(DOCS) diff --git a/c/src/tests/mptests/mp13/node2/Makefile.am b/c/src/tests/mptests/mp13/node2/Makefile.am index 3a63170acc..5be99378aa 100644 --- a/c/src/tests/mptests/mp13/node2/Makefile.am +++ b/c/src/tests/mptests/mp13/node2/Makefile.am @@ -40,9 +40,9 @@ AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/.. ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) else -all: +all-local: endif EXTRA_DIST = $(DOCS) diff --git a/c/src/tests/mptests/mp14/node1/Makefile.am b/c/src/tests/mptests/mp14/node1/Makefile.am index 1b6f482200..e03c43c6ae 100644 --- a/c/src/tests/mptests/mp14/node1/Makefile.am +++ b/c/src/tests/mptests/mp14/node1/Makefile.am @@ -41,9 +41,9 @@ AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/.. ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) else -all: +all-local: endif EXTRA_DIST = $(DOCS) diff --git a/c/src/tests/mptests/mp14/node2/Makefile.am b/c/src/tests/mptests/mp14/node2/Makefile.am index a48b56c868..6b394e10d0 100644 --- a/c/src/tests/mptests/mp14/node2/Makefile.am +++ b/c/src/tests/mptests/mp14/node2/Makefile.am @@ -41,9 +41,9 @@ AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/.. ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) else -all: +all-local: endif EXTRA_DIST = $(DOCS) diff --git a/c/src/tests/psxtests/psx01/Makefile.am b/c/src/tests/psxtests/psx01/Makefile.am index 17865b3ab2..e16bf6234d 100644 --- a/c/src/tests/psxtests/psx01/Makefile.am +++ b/c/src/tests/psxtests/psx01/Makefile.am @@ -37,7 +37,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/psxtests/psx02/Makefile.am b/c/src/tests/psxtests/psx02/Makefile.am index 6bca8569fc..379c50442b 100644 --- a/c/src/tests/psxtests/psx02/Makefile.am +++ b/c/src/tests/psxtests/psx02/Makefile.am @@ -37,7 +37,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/psxtests/psx03/Makefile.am b/c/src/tests/psxtests/psx03/Makefile.am index ba30413b14..fc91fe94e7 100644 --- a/c/src/tests/psxtests/psx03/Makefile.am +++ b/c/src/tests/psxtests/psx03/Makefile.am @@ -37,7 +37,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/psxtests/psx04/Makefile.am b/c/src/tests/psxtests/psx04/Makefile.am index 8a6db544b0..1a20658c84 100644 --- a/c/src/tests/psxtests/psx04/Makefile.am +++ b/c/src/tests/psxtests/psx04/Makefile.am @@ -37,7 +37,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/psxtests/psx05/Makefile.am b/c/src/tests/psxtests/psx05/Makefile.am index b05ee9d1b7..37f065ddbb 100644 --- a/c/src/tests/psxtests/psx05/Makefile.am +++ b/c/src/tests/psxtests/psx05/Makefile.am @@ -37,7 +37,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/psxtests/psx06/Makefile.am b/c/src/tests/psxtests/psx06/Makefile.am index e600b9d123..6d5a123fe5 100644 --- a/c/src/tests/psxtests/psx06/Makefile.am +++ b/c/src/tests/psxtests/psx06/Makefile.am @@ -37,7 +37,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/psxtests/psx07/Makefile.am b/c/src/tests/psxtests/psx07/Makefile.am index 74a7f56680..e530b09f1c 100644 --- a/c/src/tests/psxtests/psx07/Makefile.am +++ b/c/src/tests/psxtests/psx07/Makefile.am @@ -37,7 +37,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/psxtests/psx08/Makefile.am b/c/src/tests/psxtests/psx08/Makefile.am index 78685afe33..c027fcd470 100644 --- a/c/src/tests/psxtests/psx08/Makefile.am +++ b/c/src/tests/psxtests/psx08/Makefile.am @@ -37,7 +37,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/psxtests/psx09/Makefile.am b/c/src/tests/psxtests/psx09/Makefile.am index d5f65633b9..2a24e126a9 100644 --- a/c/src/tests/psxtests/psx09/Makefile.am +++ b/c/src/tests/psxtests/psx09/Makefile.am @@ -37,7 +37,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/psxtests/psx10/Makefile.am b/c/src/tests/psxtests/psx10/Makefile.am index 869f27d774..6177343fe4 100644 --- a/c/src/tests/psxtests/psx10/Makefile.am +++ b/c/src/tests/psxtests/psx10/Makefile.am @@ -37,7 +37,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/psxtests/psx11/Makefile.am b/c/src/tests/psxtests/psx11/Makefile.am index dc237a8b83..ce26d0b405 100644 --- a/c/src/tests/psxtests/psx11/Makefile.am +++ b/c/src/tests/psxtests/psx11/Makefile.am @@ -37,7 +37,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/psxtests/psx12/Makefile.am b/c/src/tests/psxtests/psx12/Makefile.am index 32e1fc612b..36b542e921 100644 --- a/c/src/tests/psxtests/psx12/Makefile.am +++ b/c/src/tests/psxtests/psx12/Makefile.am @@ -37,7 +37,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/psxtests/psx13/Makefile.am b/c/src/tests/psxtests/psx13/Makefile.am index 4fd85e6af4..ea281ed444 100644 --- a/c/src/tests/psxtests/psx13/Makefile.am +++ b/c/src/tests/psxtests/psx13/Makefile.am @@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/psxtests/psxcancel/Makefile.am b/c/src/tests/psxtests/psxcancel/Makefile.am index 4c24ba8a1d..12046ffa82 100644 --- a/c/src/tests/psxtests/psxcancel/Makefile.am +++ b/c/src/tests/psxtests/psxcancel/Makefile.am @@ -37,7 +37,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/psxtests/psxfile01/Makefile.am b/c/src/tests/psxtests/psxfile01/Makefile.am index 71fe3ef516..f7e47ec4f9 100644 --- a/c/src/tests/psxtests/psxfile01/Makefile.am +++ b/c/src/tests/psxtests/psxfile01/Makefile.am @@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/psxtests/psxhdrs/Makefile.am b/c/src/tests/psxtests/psxhdrs/Makefile.am index fa0246b746..15da64193e 100644 --- a/c/src/tests/psxtests/psxhdrs/Makefile.am +++ b/c/src/tests/psxtests/psxhdrs/Makefile.am @@ -33,7 +33,7 @@ OBJS = $(C_O_FILES) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/leaf.cfg -all: ${ARCH} ${OBJS} +all-local: ${ARCH} ${OBJS} EXTRA_DIST = $(C_FILES) diff --git a/c/src/tests/psxtests/psxmount/Makefile.am b/c/src/tests/psxtests/psxmount/Makefile.am index ae75fd2fb7..38eb85ec95 100644 --- a/c/src/tests/psxtests/psxmount/Makefile.am +++ b/c/src/tests/psxtests/psxmount/Makefile.am @@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/psxtests/psxmsgq01/Makefile.am b/c/src/tests/psxtests/psxmsgq01/Makefile.am index 97ffdfb83b..3cbb018a0d 100644 --- a/c/src/tests/psxtests/psxmsgq01/Makefile.am +++ b/c/src/tests/psxtests/psxmsgq01/Makefile.am @@ -37,7 +37,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/psxtests/psxreaddir/Makefile.am b/c/src/tests/psxtests/psxreaddir/Makefile.am index c9c4393c25..6fb2c67812 100644 --- a/c/src/tests/psxtests/psxreaddir/Makefile.am +++ b/c/src/tests/psxtests/psxreaddir/Makefile.am @@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/psxtests/psxsem01/Makefile.am b/c/src/tests/psxtests/psxsem01/Makefile.am index 2d8a55b903..2fe85227b4 100644 --- a/c/src/tests/psxtests/psxsem01/Makefile.am +++ b/c/src/tests/psxtests/psxsem01/Makefile.am @@ -37,7 +37,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/psxtests/psxstat/Makefile.am b/c/src/tests/psxtests/psxstat/Makefile.am index 19994beb62..19e747cdbe 100644 --- a/c/src/tests/psxtests/psxstat/Makefile.am +++ b/c/src/tests/psxtests/psxstat/Makefile.am @@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/psxtests/psxtime/Makefile.am b/c/src/tests/psxtests/psxtime/Makefile.am index 18b49e3232..12908cdede 100644 --- a/c/src/tests/psxtests/psxtime/Makefile.am +++ b/c/src/tests/psxtests/psxtime/Makefile.am @@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/psxtests/psxtimer/Makefile.am b/c/src/tests/psxtests/psxtimer/Makefile.am index b2b00d41bb..6d21b85a75 100644 --- a/c/src/tests/psxtests/psxtimer/Makefile.am +++ b/c/src/tests/psxtests/psxtimer/Makefile.am @@ -37,7 +37,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/samples/base_mp/node1/Makefile.am b/c/src/tests/samples/base_mp/node1/Makefile.am index c9716db7d0..fdf0db6e15 100644 --- a/c/src/tests/samples/base_mp/node1/Makefile.am +++ b/c/src/tests/samples/base_mp/node1/Makefile.am @@ -40,9 +40,9 @@ AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I. ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) else -all: +all-local: endif EXTRA_DIST = $(DOCS) diff --git a/c/src/tests/samples/base_mp/node2/Makefile.am b/c/src/tests/samples/base_mp/node2/Makefile.am index e0404282ab..acfe772653 100644 --- a/c/src/tests/samples/base_mp/node2/Makefile.am +++ b/c/src/tests/samples/base_mp/node2/Makefile.am @@ -40,9 +40,9 @@ AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I. ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) else -all: +all-local: endif EXTRA_DIST = $(DOCS) diff --git a/c/src/tests/samples/base_sp/Makefile.am b/c/src/tests/samples/base_sp/Makefile.am index bd67234db7..2add0e0096 100644 --- a/c/src/tests/samples/base_sp/Makefile.am +++ b/c/src/tests/samples/base_sp/Makefile.am @@ -31,7 +31,7 @@ include $(top_srcdir)/sample.am # (OPTIONAL) Add local stuff here using += # -all: ${ARCH} $(TMPINSTALL_FILES) +all-local: ${ARCH} $(TMPINSTALL_FILES) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) diff --git a/c/src/tests/samples/cdtest/Makefile.am b/c/src/tests/samples/cdtest/Makefile.am index d300f81494..309974bb4f 100644 --- a/c/src/tests/samples/cdtest/Makefile.am +++ b/c/src/tests/samples/cdtest/Makefile.am @@ -40,9 +40,9 @@ LD_LIBS += $(CPLUS_LD_LIBS) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: ${ARCH} $(TMPINSTALL_FILES) +all-local: ${ARCH} $(TMPINSTALL_FILES) else -all: +all-local: endif EXTRA_DIST = $(C_FILES) $(CC_FILES) $(DOCS) diff --git a/c/src/tests/samples/hello/Makefile.am b/c/src/tests/samples/hello/Makefile.am index c0aa98dfc9..9dfe2bafac 100644 --- a/c/src/tests/samples/hello/Makefile.am +++ b/c/src/tests/samples/hello/Makefile.am @@ -31,7 +31,7 @@ include $(top_srcdir)/sample.am # (OPTIONAL) Add local stuff here using += # -all: ${ARCH} $(TMPINSTALL_FILES) +all-local: ${ARCH} $(TMPINSTALL_FILES) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) diff --git a/c/src/tests/samples/minimum/Makefile.am b/c/src/tests/samples/minimum/Makefile.am index ceae017108..6ebaef357d 100644 --- a/c/src/tests/samples/minimum/Makefile.am +++ b/c/src/tests/samples/minimum/Makefile.am @@ -28,7 +28,7 @@ include $(top_srcdir)/sample.am # (OPTIONAL) Add local stuff here using += # -all: ${ARCH} $(TMPINSTALL_FILES) +all-local: ${ARCH} $(TMPINSTALL_FILES) # This test should not be executed ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/samples/paranoia/Makefile.am b/c/src/tests/samples/paranoia/Makefile.am index 317df1ff11..d5bcb524ba 100644 --- a/c/src/tests/samples/paranoia/Makefile.am +++ b/c/src/tests/samples/paranoia/Makefile.am @@ -37,7 +37,7 @@ AM_CPPFLAGS += -DNOSIGNAL -DCYGNUS -DNOMAIN LD_LIBS += -lm -all: ${ARCH} $(TMPINSTALL_FILES) +all-local: ${ARCH} $(TMPINSTALL_FILES) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) diff --git a/c/src/tests/samples/ticker/Makefile.am b/c/src/tests/samples/ticker/Makefile.am index 16b7e0ce32..1129c917b7 100644 --- a/c/src/tests/samples/ticker/Makefile.am +++ b/c/src/tests/samples/ticker/Makefile.am @@ -31,7 +31,7 @@ include $(top_srcdir)/sample.am # (OPTIONAL) Add local stuff here using += # -all: ${ARCH} $(TMPINSTALL_FILES) +all-local: ${ARCH} $(TMPINSTALL_FILES) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) diff --git a/c/src/tests/samples/unlimited/Makefile.am b/c/src/tests/samples/unlimited/Makefile.am index 0b6c2da6fd..a940b9810c 100644 --- a/c/src/tests/samples/unlimited/Makefile.am +++ b/c/src/tests/samples/unlimited/Makefile.am @@ -31,7 +31,7 @@ include $(top_srcdir)/sample.am # (OPTIONAL) Add local stuff here using += # -all: ${ARCH} $(TMPINSTALL_FILES) +all-local: ${ARCH} $(TMPINSTALL_FILES) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) diff --git a/c/src/tests/sptests/sp01/Makefile.am b/c/src/tests/sptests/sp01/Makefile.am index e081ee94e5..75bfbcc736 100644 --- a/c/src/tests/sptests/sp01/Makefile.am +++ b/c/src/tests/sptests/sp01/Makefile.am @@ -31,7 +31,7 @@ include $(top_srcdir)/sptests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/sptests/sp02/Makefile.am b/c/src/tests/sptests/sp02/Makefile.am index 10cca3c4cd..ea8b740cad 100644 --- a/c/src/tests/sptests/sp02/Makefile.am +++ b/c/src/tests/sptests/sp02/Makefile.am @@ -31,7 +31,7 @@ include $(top_srcdir)/sptests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/sptests/sp03/Makefile.am b/c/src/tests/sptests/sp03/Makefile.am index 7e40f8d0c8..4b3096643c 100644 --- a/c/src/tests/sptests/sp03/Makefile.am +++ b/c/src/tests/sptests/sp03/Makefile.am @@ -31,7 +31,7 @@ include $(top_srcdir)/sptests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/sptests/sp04/Makefile.am b/c/src/tests/sptests/sp04/Makefile.am index d5b6799822..07a6f11e46 100644 --- a/c/src/tests/sptests/sp04/Makefile.am +++ b/c/src/tests/sptests/sp04/Makefile.am @@ -31,7 +31,7 @@ include $(top_srcdir)/sptests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/sptests/sp05/Makefile.am b/c/src/tests/sptests/sp05/Makefile.am index 2f07356307..e64f03ad97 100644 --- a/c/src/tests/sptests/sp05/Makefile.am +++ b/c/src/tests/sptests/sp05/Makefile.am @@ -31,7 +31,7 @@ include $(top_srcdir)/sptests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/sptests/sp06/Makefile.am b/c/src/tests/sptests/sp06/Makefile.am index 8887847628..2b6e8e7acb 100644 --- a/c/src/tests/sptests/sp06/Makefile.am +++ b/c/src/tests/sptests/sp06/Makefile.am @@ -31,7 +31,7 @@ include $(top_srcdir)/sptests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/sptests/sp07/Makefile.am b/c/src/tests/sptests/sp07/Makefile.am index 9d62ddccf6..0b32e89e7f 100644 --- a/c/src/tests/sptests/sp07/Makefile.am +++ b/c/src/tests/sptests/sp07/Makefile.am @@ -32,7 +32,7 @@ include $(top_srcdir)/sptests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/sptests/sp08/Makefile.am b/c/src/tests/sptests/sp08/Makefile.am index 94e5397c45..b1970b863c 100644 --- a/c/src/tests/sptests/sp08/Makefile.am +++ b/c/src/tests/sptests/sp08/Makefile.am @@ -31,7 +31,7 @@ include $(top_srcdir)/sptests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/sptests/sp09/Makefile.am b/c/src/tests/sptests/sp09/Makefile.am index ff0d17f6be..f61470e2e6 100644 --- a/c/src/tests/sptests/sp09/Makefile.am +++ b/c/src/tests/sptests/sp09/Makefile.am @@ -35,7 +35,7 @@ include $(top_srcdir)/sptests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/sptests/sp11/Makefile.am b/c/src/tests/sptests/sp11/Makefile.am index 7b9fc29772..89222d514d 100644 --- a/c/src/tests/sptests/sp11/Makefile.am +++ b/c/src/tests/sptests/sp11/Makefile.am @@ -31,7 +31,7 @@ include $(top_srcdir)/sptests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/sptests/sp12/Makefile.am b/c/src/tests/sptests/sp12/Makefile.am index aea068a253..8f45e4bedc 100644 --- a/c/src/tests/sptests/sp12/Makefile.am +++ b/c/src/tests/sptests/sp12/Makefile.am @@ -31,7 +31,7 @@ include $(top_srcdir)/sptests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/sptests/sp13/Makefile.am b/c/src/tests/sptests/sp13/Makefile.am index 316622d147..d6c57a86ff 100644 --- a/c/src/tests/sptests/sp13/Makefile.am +++ b/c/src/tests/sptests/sp13/Makefile.am @@ -31,7 +31,7 @@ include $(top_srcdir)/sptests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/sptests/sp14/Makefile.am b/c/src/tests/sptests/sp14/Makefile.am index 4ebd302681..1687f9c0bf 100644 --- a/c/src/tests/sptests/sp14/Makefile.am +++ b/c/src/tests/sptests/sp14/Makefile.am @@ -31,7 +31,7 @@ include $(top_srcdir)/sptests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/sptests/sp15/Makefile.am b/c/src/tests/sptests/sp15/Makefile.am index 6e927b30d1..aeebd7e9b8 100644 --- a/c/src/tests/sptests/sp15/Makefile.am +++ b/c/src/tests/sptests/sp15/Makefile.am @@ -31,7 +31,7 @@ include $(top_srcdir)/sptests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/sptests/sp16/Makefile.am b/c/src/tests/sptests/sp16/Makefile.am index ce8d2699d5..a5299f2ed0 100644 --- a/c/src/tests/sptests/sp16/Makefile.am +++ b/c/src/tests/sptests/sp16/Makefile.am @@ -31,7 +31,7 @@ include $(top_srcdir)/sptests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/sptests/sp17/Makefile.am b/c/src/tests/sptests/sp17/Makefile.am index 7f04dda8d1..9ede8951fd 100644 --- a/c/src/tests/sptests/sp17/Makefile.am +++ b/c/src/tests/sptests/sp17/Makefile.am @@ -31,7 +31,7 @@ include $(top_srcdir)/sptests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/sptests/sp19/Makefile.am b/c/src/tests/sptests/sp19/Makefile.am index 79adefab5d..0b7e960f03 100644 --- a/c/src/tests/sptests/sp19/Makefile.am +++ b/c/src/tests/sptests/sp19/Makefile.am @@ -31,7 +31,7 @@ include $(top_srcdir)/sptests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/sptests/sp20/Makefile.am b/c/src/tests/sptests/sp20/Makefile.am index 05422859fc..9e15764811 100644 --- a/c/src/tests/sptests/sp20/Makefile.am +++ b/c/src/tests/sptests/sp20/Makefile.am @@ -31,7 +31,7 @@ include $(top_srcdir)/sptests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/sptests/sp21/Makefile.am b/c/src/tests/sptests/sp21/Makefile.am index 0d75adb422..6862e94301 100644 --- a/c/src/tests/sptests/sp21/Makefile.am +++ b/c/src/tests/sptests/sp21/Makefile.am @@ -33,7 +33,7 @@ LD_LIBS += $(PROJECT_RELEASE)/lib/libtest$(LIBSUFFIX_VA) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/sptests/sp22/Makefile.am b/c/src/tests/sptests/sp22/Makefile.am index 49d997ede5..986700ac57 100644 --- a/c/src/tests/sptests/sp22/Makefile.am +++ b/c/src/tests/sptests/sp22/Makefile.am @@ -31,7 +31,7 @@ include $(top_srcdir)/sptests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/sptests/sp23/Makefile.am b/c/src/tests/sptests/sp23/Makefile.am index 35547a00d1..4f05ae56b0 100644 --- a/c/src/tests/sptests/sp23/Makefile.am +++ b/c/src/tests/sptests/sp23/Makefile.am @@ -31,7 +31,7 @@ include $(top_srcdir)/sptests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/sptests/sp24/Makefile.am b/c/src/tests/sptests/sp24/Makefile.am index 600367dd29..db1582b474 100644 --- a/c/src/tests/sptests/sp24/Makefile.am +++ b/c/src/tests/sptests/sp24/Makefile.am @@ -31,7 +31,7 @@ include $(top_srcdir)/sptests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/sptests/sp25/Makefile.am b/c/src/tests/sptests/sp25/Makefile.am index 8e49417a8d..8b445734d6 100644 --- a/c/src/tests/sptests/sp25/Makefile.am +++ b/c/src/tests/sptests/sp25/Makefile.am @@ -31,7 +31,7 @@ include $(top_srcdir)/sptests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/sptests/sp26/Makefile.am b/c/src/tests/sptests/sp26/Makefile.am index c69094f20c..9903c69425 100644 --- a/c/src/tests/sptests/sp26/Makefile.am +++ b/c/src/tests/sptests/sp26/Makefile.am @@ -31,7 +31,7 @@ include $(top_srcdir)/sptests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/sptests/sp27/Makefile.am b/c/src/tests/sptests/sp27/Makefile.am index 56003e9eaa..11e5b2b073 100644 --- a/c/src/tests/sptests/sp27/Makefile.am +++ b/c/src/tests/sptests/sp27/Makefile.am @@ -28,7 +28,7 @@ include $(top_srcdir)/sptests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/sptests/sp28/Makefile.am b/c/src/tests/sptests/sp28/Makefile.am index edf2904bcf..af4a0834d5 100644 --- a/c/src/tests/sptests/sp28/Makefile.am +++ b/c/src/tests/sptests/sp28/Makefile.am @@ -28,7 +28,7 @@ include $(top_srcdir)/sptests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/sptests/sp29/Makefile.am b/c/src/tests/sptests/sp29/Makefile.am index dd04832480..653acadd97 100644 --- a/c/src/tests/sptests/sp29/Makefile.am +++ b/c/src/tests/sptests/sp29/Makefile.am @@ -28,7 +28,7 @@ include $(top_srcdir)/sptests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/sptests/spfatal/Makefile.am b/c/src/tests/sptests/spfatal/Makefile.am index efdd847816..ba6e2b4f89 100644 --- a/c/src/tests/sptests/spfatal/Makefile.am +++ b/c/src/tests/sptests/spfatal/Makefile.am @@ -31,7 +31,7 @@ include $(top_srcdir)/sptests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/sptests/spsize/Makefile.am b/c/src/tests/sptests/spsize/Makefile.am index 146ce05a21..420132cf74 100644 --- a/c/src/tests/sptests/spsize/Makefile.am +++ b/c/src/tests/sptests/spsize/Makefile.am @@ -29,7 +29,7 @@ include $(top_srcdir)/sptests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/support/include/Makefile.am b/c/src/tests/support/include/Makefile.am index 1f996ce7d2..d5d258b558 100644 --- a/c/src/tests/support/include/Makefile.am +++ b/c/src/tests/support/include/Makefile.am @@ -18,6 +18,6 @@ $(project_bspdir)/lib/include/tmacros.h: tmacros.h CLEANFILES = $(project_bspdir)/lib/include/tmacros.h -all: $(TMPINSTALLFILES) +all-local: $(TMPINSTALLFILES) include $(top_srcdir)/../../../../automake/local.am diff --git a/c/src/tests/support/stubdr/Makefile.am b/c/src/tests/support/stubdr/Makefile.am index fb9354747c..a0978a7c83 100644 --- a/c/src/tests/support/stubdr/Makefile.am +++ b/c/src/tests/support/stubdr/Makefile.am @@ -32,7 +32,7 @@ $(PROJECT_INCLUDE)/%.h: %.h $(PGM): ${OBJS} $(make-rel) -all: ${ARCH} $(PGM) $(TMPINSTALL_FILES) +all-local: ${ARCH} $(PGM) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) diff --git a/c/src/tests/support/wrapup/Makefile.am b/c/src/tests/support/wrapup/Makefile.am index 87724d5760..bb6a1e62e0 100644 --- a/c/src/tests/support/wrapup/Makefile.am +++ b/c/src/tests/support/wrapup/Makefile.am @@ -27,6 +27,6 @@ $(LIB): ${OBJS} $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB) $(INSTALL_DATA) $< $@ -all: ${ARCH} $(TMPINSTALL_FILES) +all-local: ${ARCH} $(TMPINSTALL_FILES) include $(top_srcdir)/../../../../automake/local.am diff --git a/c/src/tests/tmitrontests/tmitronsem01/Makefile.am b/c/src/tests/tmitrontests/tmitronsem01/Makefile.am index b06407f71c..07ee637113 100644 --- a/c/src/tests/tmitrontests/tmitronsem01/Makefile.am +++ b/c/src/tests/tmitrontests/tmitronsem01/Makefile.am @@ -38,7 +38,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/tmtests/tm01/Makefile.am b/c/src/tests/tmtests/tm01/Makefile.am index 736a14f96f..7fae5e28c7 100644 --- a/c/src/tests/tmtests/tm01/Makefile.am +++ b/c/src/tests/tmtests/tm01/Makefile.am @@ -38,7 +38,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/tmtests/tm02/Makefile.am b/c/src/tests/tmtests/tm02/Makefile.am index 241ccc38a4..ecaddf4f81 100644 --- a/c/src/tests/tmtests/tm02/Makefile.am +++ b/c/src/tests/tmtests/tm02/Makefile.am @@ -38,7 +38,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/tmtests/tm03/Makefile.am b/c/src/tests/tmtests/tm03/Makefile.am index c37d78b1a4..f6b8cd86ea 100644 --- a/c/src/tests/tmtests/tm03/Makefile.am +++ b/c/src/tests/tmtests/tm03/Makefile.am @@ -38,7 +38,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/tmtests/tm04/Makefile.am b/c/src/tests/tmtests/tm04/Makefile.am index e221524a5d..9dc5b10e5c 100644 --- a/c/src/tests/tmtests/tm04/Makefile.am +++ b/c/src/tests/tmtests/tm04/Makefile.am @@ -38,7 +38,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/tmtests/tm05/Makefile.am b/c/src/tests/tmtests/tm05/Makefile.am index 2986ec4e99..fa80ba3799 100644 --- a/c/src/tests/tmtests/tm05/Makefile.am +++ b/c/src/tests/tmtests/tm05/Makefile.am @@ -38,7 +38,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/tmtests/tm06/Makefile.am b/c/src/tests/tmtests/tm06/Makefile.am index 7069aec180..24a6f25988 100644 --- a/c/src/tests/tmtests/tm06/Makefile.am +++ b/c/src/tests/tmtests/tm06/Makefile.am @@ -38,7 +38,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/tmtests/tm07/Makefile.am b/c/src/tests/tmtests/tm07/Makefile.am index 23520ab6c4..0efde2c609 100644 --- a/c/src/tests/tmtests/tm07/Makefile.am +++ b/c/src/tests/tmtests/tm07/Makefile.am @@ -38,7 +38,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/tmtests/tm08/Makefile.am b/c/src/tests/tmtests/tm08/Makefile.am index c86bc03e31..4a1fb4c0bf 100644 --- a/c/src/tests/tmtests/tm08/Makefile.am +++ b/c/src/tests/tmtests/tm08/Makefile.am @@ -38,7 +38,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/tmtests/tm09/Makefile.am b/c/src/tests/tmtests/tm09/Makefile.am index 47fce737f4..3770facbfb 100644 --- a/c/src/tests/tmtests/tm09/Makefile.am +++ b/c/src/tests/tmtests/tm09/Makefile.am @@ -38,7 +38,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/tmtests/tm10/Makefile.am b/c/src/tests/tmtests/tm10/Makefile.am index 2c2f2c0211..9de2e37108 100644 --- a/c/src/tests/tmtests/tm10/Makefile.am +++ b/c/src/tests/tmtests/tm10/Makefile.am @@ -38,7 +38,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/tmtests/tm11/Makefile.am b/c/src/tests/tmtests/tm11/Makefile.am index 46224d079f..b2d6f95a91 100644 --- a/c/src/tests/tmtests/tm11/Makefile.am +++ b/c/src/tests/tmtests/tm11/Makefile.am @@ -38,7 +38,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/tmtests/tm12/Makefile.am b/c/src/tests/tmtests/tm12/Makefile.am index 0d77f39ffe..1895c02f35 100644 --- a/c/src/tests/tmtests/tm12/Makefile.am +++ b/c/src/tests/tmtests/tm12/Makefile.am @@ -38,7 +38,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/tmtests/tm13/Makefile.am b/c/src/tests/tmtests/tm13/Makefile.am index 3b0eab892b..503f9af375 100644 --- a/c/src/tests/tmtests/tm13/Makefile.am +++ b/c/src/tests/tmtests/tm13/Makefile.am @@ -38,7 +38,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/tmtests/tm14/Makefile.am b/c/src/tests/tmtests/tm14/Makefile.am index a330ff36b7..72f9c05e5d 100644 --- a/c/src/tests/tmtests/tm14/Makefile.am +++ b/c/src/tests/tmtests/tm14/Makefile.am @@ -38,7 +38,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/tmtests/tm15/Makefile.am b/c/src/tests/tmtests/tm15/Makefile.am index 16b6f0bc2d..b057f3e52d 100644 --- a/c/src/tests/tmtests/tm15/Makefile.am +++ b/c/src/tests/tmtests/tm15/Makefile.am @@ -38,7 +38,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/tmtests/tm16/Makefile.am b/c/src/tests/tmtests/tm16/Makefile.am index f1b9983eb8..2226f48792 100644 --- a/c/src/tests/tmtests/tm16/Makefile.am +++ b/c/src/tests/tmtests/tm16/Makefile.am @@ -38,7 +38,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/tmtests/tm17/Makefile.am b/c/src/tests/tmtests/tm17/Makefile.am index 3eed6dfb66..a7eeb79078 100644 --- a/c/src/tests/tmtests/tm17/Makefile.am +++ b/c/src/tests/tmtests/tm17/Makefile.am @@ -38,7 +38,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/tmtests/tm18/Makefile.am b/c/src/tests/tmtests/tm18/Makefile.am index 2b1610be7e..dc8fe8a126 100644 --- a/c/src/tests/tmtests/tm18/Makefile.am +++ b/c/src/tests/tmtests/tm18/Makefile.am @@ -38,7 +38,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/tmtests/tm19/Makefile.am b/c/src/tests/tmtests/tm19/Makefile.am index 658eaef43a..4d8075f847 100644 --- a/c/src/tests/tmtests/tm19/Makefile.am +++ b/c/src/tests/tmtests/tm19/Makefile.am @@ -38,7 +38,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/tmtests/tm20/Makefile.am b/c/src/tests/tmtests/tm20/Makefile.am index c13fe65706..b73fc5b6e9 100644 --- a/c/src/tests/tmtests/tm20/Makefile.am +++ b/c/src/tests/tmtests/tm20/Makefile.am @@ -38,7 +38,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/tmtests/tm21/Makefile.am b/c/src/tests/tmtests/tm21/Makefile.am index 1faa4f39f6..da5c5bff60 100644 --- a/c/src/tests/tmtests/tm21/Makefile.am +++ b/c/src/tests/tmtests/tm21/Makefile.am @@ -38,7 +38,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/tmtests/tm22/Makefile.am b/c/src/tests/tmtests/tm22/Makefile.am index ea9d3abc21..935b4a7d88 100644 --- a/c/src/tests/tmtests/tm22/Makefile.am +++ b/c/src/tests/tmtests/tm22/Makefile.am @@ -38,7 +38,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/tmtests/tm23/Makefile.am b/c/src/tests/tmtests/tm23/Makefile.am index ce074be332..577d3f73e8 100644 --- a/c/src/tests/tmtests/tm23/Makefile.am +++ b/c/src/tests/tmtests/tm23/Makefile.am @@ -38,7 +38,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/tmtests/tm24/Makefile.am b/c/src/tests/tmtests/tm24/Makefile.am index bdc07694ab..1a3f357826 100644 --- a/c/src/tests/tmtests/tm24/Makefile.am +++ b/c/src/tests/tmtests/tm24/Makefile.am @@ -38,7 +38,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/tmtests/tm25/Makefile.am b/c/src/tests/tmtests/tm25/Makefile.am index 501c55f111..7a8a9072db 100644 --- a/c/src/tests/tmtests/tm25/Makefile.am +++ b/c/src/tests/tmtests/tm25/Makefile.am @@ -38,7 +38,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/tmtests/tm26/Makefile.am b/c/src/tests/tmtests/tm26/Makefile.am index c7b624d55c..012086bb17 100644 --- a/c/src/tests/tmtests/tm26/Makefile.am +++ b/c/src/tests/tmtests/tm26/Makefile.am @@ -38,7 +38,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/tmtests/tm27/Makefile.am b/c/src/tests/tmtests/tm27/Makefile.am index 249c56e9ef..d78440296b 100644 --- a/c/src/tests/tmtests/tm27/Makefile.am +++ b/c/src/tests/tmtests/tm27/Makefile.am @@ -38,7 +38,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/tmtests/tm28/Makefile.am b/c/src/tests/tmtests/tm28/Makefile.am index bfe5c027d1..dbfe594e86 100644 --- a/c/src/tests/tmtests/tm28/Makefile.am +++ b/c/src/tests/tmtests/tm28/Makefile.am @@ -38,7 +38,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/tmtests/tm29/Makefile.am b/c/src/tests/tmtests/tm29/Makefile.am index 02644a1048..8060d44a24 100644 --- a/c/src/tests/tmtests/tm29/Makefile.am +++ b/c/src/tests/tmtests/tm29/Makefile.am @@ -38,7 +38,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/tmtests/tmck/Makefile.am b/c/src/tests/tmtests/tmck/Makefile.am index 05a6dc9c19..6c03e2c36f 100644 --- a/c/src/tests/tmtests/tmck/Makefile.am +++ b/c/src/tests/tmtests/tmck/Makefile.am @@ -38,7 +38,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/tmtests/tmoverhd/Makefile.am b/c/src/tests/tmtests/tmoverhd/Makefile.am index 597e32414d..423c44da1f 100644 --- a/c/src/tests/tmtests/tmoverhd/Makefile.am +++ b/c/src/tests/tmtests/tmoverhd/Makefile.am @@ -38,7 +38,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/c/src/tests/tools/generic/Makefile.am b/c/src/tests/tools/generic/Makefile.am index e16823c4fc..ce72cdae4a 100644 --- a/c/src/tests/tools/generic/Makefile.am +++ b/c/src/tests/tools/generic/Makefile.am @@ -21,6 +21,6 @@ $(project_bspdir)/tests/difftest: difftest $(project_bspdir)/tests/sorttimes: sorttimes $(INSTALL_SCRIPT) $< $@ -all: $(PREINSTALL_FILES) +all-local: $(PREINSTALL_FILES) include $(top_srcdir)/../../../../../automake/local.am diff --git a/c/src/wrapup/Makefile.am b/c/src/wrapup/Makefile.am index 2a2c7a9def..db8408958c 100644 --- a/c/src/wrapup/Makefile.am +++ b/c/src/wrapup/Makefile.am @@ -9,8 +9,7 @@ AUTOMAKE_OPTIONS = foreign 1.4 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../automake/lib.am -LIBNAME = librtemsall -LIB = $(PROJECT_RELEASE)/lib/$(LIBNAME)${LIB_VARIANT}.a +LIB = $(PROJECT_RELEASE)/lib/librtemsall${LIB_VARIANT}.a if HAS_NETWORKING LIBNETWORKING = $(PROJECT_RELEASE)/lib/libnetworking$(LIB_VARIANT).a \ @@ -34,9 +33,9 @@ SRCS = $(wildcard $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a) \ $(PROJECT_RELEASE)/lib/libmisc$(LIB_VARIANT).a \ $(wildcard $(PROJECT_RELEASE)/lib/rtems-ctor$(LIB_VARIANT).o) -TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)${LIB_VARIANT}.a +TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/librtemsall${LIB_VARIANT}.a -all: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(ARCH) $(TMPINSTALL_FILES) $(LIB): $(SRCS) rm -f $@ diff --git a/make/compilers/gcc-target-default.cfg b/make/compilers/gcc-target-default.cfg index 62757713d9..0be680898c 100644 --- a/make/compilers/gcc-target-default.cfg +++ b/make/compilers/gcc-target-default.cfg @@ -96,14 +96,18 @@ endif # profile flag; use gprof(1) CFLAGS_PROFILE_V=-pg +ifndef AUTOMAKE # default is to optimize CFLAGS_OPTIMIZE=$(CFLAGS_OPTIMIZE_V) +endif # dynamic libraries #CFLAGS_DYNAMIC_V=-fpic #ASFLAGS_DYNAMIC_V= +ifndef AUTOMAKE CFLAGS += $(CFLAGS_OPTIMIZE) $(CFLAGS_DEBUG) $(CFLAGS_PROFILE) +endif # List of library paths without -L LD_PATHS= $(PROJECT_RELEASE)/lib @@ -210,7 +214,7 @@ ifneq ($(words $(C_FILES) $(CC_FILES) $(S_FILES)), 0) # Replace foo.o with $(ARCH)/foo.o # Replace $(ARCH) value with string $(ARCH) # so that it will for debug and profile cases - $(COMPILE.c) -M $^ | \ + $(COMPILE.c) $(AM_CPPFLAGS) $(AM_CFLAGS) -M $^ | \ $(SED) -e 's?^\(.*\)\.o[ ]*:?$$(ARCH)/\1.o:?' \ -e 's?$(ARCH)/?$$(ARCH)/?' >$(DEPEND).tmp $(MV) $(DEPEND).tmp $(DEPEND) diff --git a/make/custom/FreeBSD-posix.cfg b/make/custom/FreeBSD-posix.cfg index 99c111bf49..f15e790dff 100644 --- a/make/custom/FreeBSD-posix.cfg +++ b/make/custom/FreeBSD-posix.cfg @@ -53,7 +53,7 @@ define make-target-options endef define make-exe - $(CC) $(CPPFLAGS) $(CFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS) + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS) $(NM) -ng $@ > $(basename $@).num $(SIZE) $@ endef diff --git a/make/custom/HPUX9-posix.cfg b/make/custom/HPUX9-posix.cfg index 700f5f48f6..907505811f 100644 --- a/make/custom/HPUX9-posix.cfg +++ b/make/custom/HPUX9-posix.cfg @@ -59,7 +59,7 @@ define make-target-options endef define make-exe - $(CC) $(CPPFLAGS) $(CFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS) + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS) $(NM) -ng $@ > $(basename $@).num $(SIZE) $@ endef diff --git a/make/custom/Linux-posix.cfg b/make/custom/Linux-posix.cfg index 910dd70be2..b7e8e40060 100644 --- a/make/custom/Linux-posix.cfg +++ b/make/custom/Linux-posix.cfg @@ -55,7 +55,7 @@ define make-target-options endef define make-exe - $(LINK.c) $(LDLIBS) -o $@ $(LINK_OBJS) $(LINK_LIBS) + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS) $(NM) -ng $@ > $(basename $@).num $(SIZE) $@ endef diff --git a/make/custom/Solaris-posix.cfg b/make/custom/Solaris-posix.cfg index 3f3f1f29d2..ef7472b6a4 100644 --- a/make/custom/Solaris-posix.cfg +++ b/make/custom/Solaris-posix.cfg @@ -52,7 +52,7 @@ define make-target-options endef define make-exe - $(CC) $(CPPFLAGS) $(CFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS) + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS) $(NM) -ng $@ > $(basename $@).num $(SIZE) $@ endef diff --git a/make/custom/cvme961.cfg b/make/custom/cvme961.cfg index 0ea5cd1703..fca81ffb99 100644 --- a/make/custom/cvme961.cfg +++ b/make/custom/cvme961.cfg @@ -61,7 +61,7 @@ endef else define make-exe - $(LINK.c) \ + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \ $(LDLIBS) -o $@ \ $(LINK_OBJS) $(LINK_LIBS) $(NM) -g -n $@ > $(basename $@).num diff --git a/make/custom/dmv152.cfg b/make/custom/dmv152.cfg index a76804d6aa..80458060ef 100644 --- a/make/custom/dmv152.cfg +++ b/make/custom/dmv152.cfg @@ -67,7 +67,7 @@ define make-exe endef else define make-exe - $(LINK.c) $(LDLIBS) -o $(basename $@).nxe \ + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).nxe \ $(LINK_OBJS) $(LINK_LIBS) $(OBJCOPY) -O srec $(basename $@).nxe $(basename $@).i $(SED) -e 's/.$$//' -e '/^S0/d' $(basename $@).i | \ diff --git a/make/custom/dmv177.cfg b/make/custom/dmv177.cfg index 73f2042a5e..a0600ab5b0 100644 --- a/make/custom/dmv177.cfg +++ b/make/custom/dmv177.cfg @@ -106,7 +106,7 @@ HAS_RTC=yes # $(LD_LIBS) \ # -Wl,-\( -Wl,-lc -Wl,-lrtemsall -Wl,-lgcc -Wl,-\) define make-exe - $(CC) $(CPPFLAGS) $(CFLAGS) \ + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \ -o $(basename $@).nxe $(LINK_OBJS) $(LINK_LIBS) $(OBJCOPY) -O srec $(basename $@).nxe $(basename $@).i $(SED) -e 's/.$$//' -e '/^S0/d' $(basename $@).i | \ diff --git a/make/custom/efi332.cfg b/make/custom/efi332.cfg index 03d85b0e2a..08390ead1d 100644 --- a/make/custom/efi332.cfg +++ b/make/custom/efi332.cfg @@ -52,7 +52,7 @@ define make-exe endef else define make-exe - $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_LD) -o $(basename $@).nxe \ + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).nxe \ $(LINK_OBJS) $(LINK_LIBS) $(OBJCOPY) -O srec $(basename $@).nxe $(basename $@).i $(SED) -e 's/.$$//' -e '/^S0/d' $(basename $@).i | \ diff --git a/make/custom/efi68k.cfg b/make/custom/efi68k.cfg index da24446a9a..8b8e6e6554 100644 --- a/make/custom/efi68k.cfg +++ b/make/custom/efi68k.cfg @@ -55,7 +55,7 @@ define make-exe endef else define make-exe - $(LINK.c) $(LDLIBS) -o $(basename $@).nxe \ + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).nxe \ $(LINK_OBJS) $(LINK_LIBS) $(OBJCOPY) -O srec $(basename $@).nxe $(basename $@).i $(SED) -e 's/.$$//' -e '/^S0/d' $(basename $@).i | \ diff --git a/make/custom/erc32.cfg b/make/custom/erc32.cfg index e75b6877e8..3196fcd492 100644 --- a/make/custom/erc32.cfg +++ b/make/custom/erc32.cfg @@ -87,7 +87,7 @@ define make-exe endef else define make-exe - $(LINK.c) $(LDLIBS) -o $(basename $@).exe \ + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).exe \ $(LINK_OBJS) $(LINK_LIBS) $(NM) -g -n $(basename $@).exe > $(basename $@).num $(SIZE) $(basename $@).exe diff --git a/make/custom/eth_comm.cfg b/make/custom/eth_comm.cfg index 89e1d663e0..9f44eb4e91 100644 --- a/make/custom/eth_comm.cfg +++ b/make/custom/eth_comm.cfg @@ -60,7 +60,7 @@ define make-exe endef else define make-exe - $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_LD) -o $(basename $@).exe \ + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).exe \ $(LINK_OBJS) $(LINK_LIBS) $(NM) -g -n $@ > $(basename $@).num $(SIZE) $@ diff --git a/make/custom/gen68302.cfg b/make/custom/gen68302.cfg index 265c5b22a4..334d803fe5 100644 --- a/make/custom/gen68302.cfg +++ b/make/custom/gen68302.cfg @@ -58,10 +58,10 @@ define make-exe endef else define make-exe - $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_LD) -o $(basename $@).exe \ + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ \ $(LINK_OBJS) $(LINK_LIBS) - $(NM) -g -n $(basename $@).exe > $(basename $@).num - $(SIZE) $(basename $@).exe + $(NM) -g -n $@ > $(basename $@).num + $(SIZE) $@ endef endif # Miscellaneous additions go here diff --git a/make/custom/gen68340.cfg b/make/custom/gen68340.cfg index f2c2f71fc8..7511e795e4 100644 --- a/make/custom/gen68340.cfg +++ b/make/custom/gen68340.cfg @@ -59,25 +59,25 @@ endef else define make-exe - $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_LD) \ - -o $(basename $@).exe $(LINK_OBJS) $(LINK_LIBS) - $(NM) -g -n $(basename $@).exe > $(basename $@).num - $(SIZE) $(basename $@).exe - # if you want to make a prom image - # m68k-rtems-objcopy --adjust-section-vma \ - # .data=`m68k-rtems-objdump --section-headers $(basename $@).exe | \ - # awk 'function h2d(x) { x=toupper(x); digits=length(x); s=0 ; \ - # for (p=digits; p>0; p--) \ - # s += (16^(p-1)) * ( index("0123456789ABCDEF",\ - # substr(x,1+digits-p,1)) -1 );\ - # return s } ;\ - # /\.text/ { base = $$4 ; size = $$3 };\ - # END { printf("0x%x", h2d(base) + h2d(size)) }'\ - # ` $(basename $@).exe - # if you want to convert it to ieee - # m68k-rtems-objcopy --output-target=ieee --debugging \ - # $(basename $@).exe $(basename $@).ieee + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \ + -o $@ $(LINK_OBJS) $(LINK_LIBS) + $(NM) -g -n $@ > $(basename $@).num + $(SIZE) $@ endef +# if you want to make a prom image +# m68k-rtems-objcopy --adjust-section-vma \ +# .data=`m68k-rtems-objdump --section-headers $(basename $@).exe | \ +# awk 'function h2d(x) { x=toupper(x); digits=length(x); s=0 ; \ +# for (p=digits; p>0; p--) \ +# s += (16^(p-1)) * ( index("0123456789ABCDEF",\ +# substr(x,1+digits-p,1)) -1 );\ +# return s } ;\ +# /\.text/ { base = $$4 ; size = $$3 };\ +# END { printf("0x%x", h2d(base) + h2d(size)) }'\ +# ` $(basename $@).exe +# if you want to convert it to ieee +# m68k-rtems-objcopy --output-target=ieee --debugging \ +# $(basename $@).exe $(basename $@).ieee endif diff --git a/make/custom/gen68360.cfg b/make/custom/gen68360.cfg index c607d5acae..01b81ddd9c 100644 --- a/make/custom/gen68360.cfg +++ b/make/custom/gen68360.cfg @@ -79,7 +79,7 @@ endef else define make-exe - $(LINK.c) $(LDLIBS) -o $@ \ + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ \ $(LINK_OBJS) $(LINK_LIBS) $(NM) -g -n $@ > $(basename $@).num $(SIZE) $@ diff --git a/make/custom/gensh1.cfg b/make/custom/gensh1.cfg index 1b52be1c2a..f5a2b0b489 100644 --- a/make/custom/gensh1.cfg +++ b/make/custom/gensh1.cfg @@ -71,7 +71,8 @@ define make-exe endef else define make-exe - $(LINK.c) -Wl,-Map,$(basename $@).map \ + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \ + -Wl,-Map,$(basename $@).map \ $(LDLIBS) -o $@ \ $(LINK_OBJS) $(LINK_LIBS) $(NM) -n $@ > $(basename $@).num diff --git a/make/custom/gensh2.cfg b/make/custom/gensh2.cfg index 4ef24d80f5..ed83ed3946 100644 --- a/make/custom/gensh2.cfg +++ b/make/custom/gensh2.cfg @@ -81,7 +81,7 @@ define make-exe endef else define make-exe - $(LINK.c) -Wl,-Map,$(basename $@).map \ + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -Wl,-Map,$(basename $@).map \ $(LDLIBS) -o $@ \ $(LINK_OBJS) $(LINK_LIBS) -lstdc++ $(NM) -n $@ > $(basename $@).num diff --git a/make/custom/helas403.cfg b/make/custom/helas403.cfg index e78f93a954..974d3e79c5 100644 --- a/make/custom/helas403.cfg +++ b/make/custom/helas403.cfg @@ -94,7 +94,7 @@ define make-exe endef else define make-exe - $(CC) $(CPPFLAGS) $(CFLAGS) -o $(basename $@).exe \ + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).exe \ $(LINK_OBJS) $(LINK_LIBS) $(NM) -g -n $@ > $(basename $@).num $(SIZE) $@ diff --git a/make/custom/i386ex.cfg b/make/custom/i386ex.cfg index 282c70912b..c18a3590eb 100644 --- a/make/custom/i386ex.cfg +++ b/make/custom/i386ex.cfg @@ -65,7 +65,7 @@ define make-exe endef else define make-exe - $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_LD) -o $(basename $@).coff \ + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).coff \ $(LINK_OBJS) $(LINK_LIBS) $(OBJCOPY) -O srec $(basename $@).coff $(basename $@).i $(SED) -e 's/.$$//' -e '/^S0/d' $(basename $@).i | \ diff --git a/make/custom/idp.cfg b/make/custom/idp.cfg index af34965f40..7654bf9b56 100644 --- a/make/custom/idp.cfg +++ b/make/custom/idp.cfg @@ -60,7 +60,7 @@ define make-exe endef else define make-exe - $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_LD) -o $(basename $@).nxe \ + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).nxe \ $(LINK_OBJS) $(LINK_LIBS) $(OBJCOPY) -O srec $(basename $@).nxe $(basename $@).i $(SED) -e 's/.$$//' -e '/^S0/d' $(basename $@).i | \ diff --git a/make/custom/mcp750.cfg b/make/custom/mcp750.cfg index 7d5501fa51..ddacd5549a 100644 --- a/make/custom/mcp750.cfg +++ b/make/custom/mcp750.cfg @@ -99,7 +99,8 @@ CFLAGS_DEBUG_V = -O1 -mmultiple -mstring -mstrict-align # $(LD_LIBS) \ # -Wl,-\( -Wl,-lc -Wl,-lrtemsall -Wl,-lgcc -Wl,-\) define make-exe - $(LINK.c) $(LDLIBS) -o $@ $(LINK_OBJS) $(LINK_LIBS) + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \ + -o $@ $(LINK_OBJS) $(LINK_LIBS) $(NM) -g -n $@ > $(basename $@).num $(SIZE) $@ test -d ${PROJECT_RELEASE}/bin || mkdir ${PROJECT_RELEASE}/bin diff --git a/make/custom/mvme136.cfg b/make/custom/mvme136.cfg index e41efc479e..5ff5411dd3 100644 --- a/make/custom/mvme136.cfg +++ b/make/custom/mvme136.cfg @@ -56,7 +56,7 @@ define make-exe endef else define make-exe - $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_LD) -o $(basename $@).nxe \ + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).nxe \ $(LINK_OBJS) $(LINK_LIBS) $(OBJCOPY) -O srec $(basename $@).nxe $(basename $@).i $(SED) -e 's/.$$//' -e '/^S0/d' $(basename $@).i | \ diff --git a/make/custom/mvme147.cfg b/make/custom/mvme147.cfg index bb6b567e0d..3e57706ed9 100644 --- a/make/custom/mvme147.cfg +++ b/make/custom/mvme147.cfg @@ -53,7 +53,7 @@ define make-exe endef else define make-exe - $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_LD) -o $(basename $@).nxe \ + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).nxe \ $(LINK_OBJS) $(LINK_LIBS) $(OBJCOPY) -O srec $(basename $@).nxe $(basename $@).i $(SED) -e 's/.$$//' -e '/^S0/d' $(basename $@).i | \ diff --git a/make/custom/mvme162.cfg b/make/custom/mvme162.cfg index 66787178f6..93cf2b42b8 100644 --- a/make/custom/mvme162.cfg +++ b/make/custom/mvme162.cfg @@ -87,7 +87,7 @@ define make-exe endef else define make-exe - $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_LD) \ + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \ -o $(basename $@).nxe $(LINK_OBJS) $(LINK_LIBS) $(OBJCOPY) -O srec $(basename $@).nxe $(basename $@).i $(SED) -e 's/.$$//' -e '/^S0/d' $(basename $@).i | \ diff --git a/make/custom/mvme167.cfg b/make/custom/mvme167.cfg index 6b7032705d..78853bd3a4 100644 --- a/make/custom/mvme167.cfg +++ b/make/custom/mvme167.cfg @@ -76,10 +76,10 @@ define make-exe endef else define make-exe - $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_LD) -o $(basename $@).exe \ + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ \ $(LINK_OBJS) $(LINK_LIBS) - $(NM) -g -n $(basename $@).exe > $(basename $@).nm - $(SIZE) $(basename $@).exe + $(NM) -g -n $@ > $(basename $@).nm + $(SIZE) $@ endef endif diff --git a/make/custom/p4000.cfg b/make/custom/p4000.cfg index a5965f8124..ac970a8e6a 100644 --- a/make/custom/p4000.cfg +++ b/make/custom/p4000.cfg @@ -58,7 +58,7 @@ define make-exe endef else define make-exe - $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_LD) -o $(basename $@).exe \ + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).exe \ $(LINK_OBJS) $(LINK_LIBS) $(OBJCOPY) -O srec $(basename $@).exe $(basename $@).srec1 $(PACKHEX) < $(basename $@).srec1 > $(basename $@).srec diff --git a/make/custom/p4600.cfg b/make/custom/p4600.cfg index 11de96e414..f4dff4dedd 100644 --- a/make/custom/p4600.cfg +++ b/make/custom/p4600.cfg @@ -70,13 +70,13 @@ define make-exe endef else define make-exe - $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_LD) \ - -o $(basename $@).exe $(LINK_OBJS) $(LINK_LIBS) - $(OBJCOPY) -O srec $(basename $@).exe $(basename $@).srec1 + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \ + -o $@ $(LINK_OBJS) $(LINK_LIBS) + $(OBJCOPY) -O srec $@ $(basename $@).srec1 $(PACKHEX) < $(basename $@).srec1 > $(basename $@).srec $(RM) $(basename $@).srec1 - $(NM) -n $(basename $@).exe > $(basename $@).num - $(SIZE) $(basename $@).exe + $(NM) -n $@ > $(basename $@).num + $(SIZE) $@ endef endif diff --git a/make/custom/p4650.cfg b/make/custom/p4650.cfg index 6b2ff786c2..e0f6cc58e0 100644 --- a/make/custom/p4650.cfg +++ b/make/custom/p4650.cfg @@ -69,7 +69,7 @@ define make-exe endef else define make-exe - $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_LD) -o $(basename $@).exe \ + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).exe \ $(LINK_OBJS) $(LINK_LIBS) $(LD_LIBS) $(OBJCOPY) -O srec $(basename $@).exe $(basename $@).srec1 $(PACKHEX) < $(basename $@).srec1 > $(basename $@).srec diff --git a/make/custom/papyrus.cfg b/make/custom/papyrus.cfg index b65536675c..e1637b4b96 100644 --- a/make/custom/papyrus.cfg +++ b/make/custom/papyrus.cfg @@ -88,7 +88,7 @@ define make-exe endef else define make-exe - $(CC) $(CPPFLAGS) $(CFLAGS) -o $(basename $@).exe \ + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).exe \ $(LINK_OBJS) $(LINK_LIBS) $(NM) -g -n $@ > $(basename $@).num $(SIZE) $@ diff --git a/make/custom/pc386.cfg b/make/custom/pc386.cfg index b6edacea8d..a9b23ad1ab 100644 --- a/make/custom/pc386.cfg +++ b/make/custom/pc386.cfg @@ -90,8 +90,7 @@ define make-exe endef else define make-exe - $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_LD) -Wl,-Ttext,$(RELOCADDR) \ - -Wl,--oformat,elf32-i386 -o $(basename $@).obj \ + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -Wl,-Ttext,$(RELOCADDR) \ -o $(basename $@).obj \ $(LINK_OBJS) $(LINK_LIBS) $(OBJCOPY) -O elf32-i386 \ @@ -111,13 +110,12 @@ define make-exe ${PROJECT_RELEASE}/BootImgs/$${f}$(LIB_VARIANT).bt \ && chmod 755 \ ${PROJECT_RELEASE}/BootImgs/$${f}$(LIB_VARIANT).bt - $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_LD) -Wl,-Ttext,$(RELOCADDR) \ + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -Wl,-Ttext,$(RELOCADDR) \ -o $@ $(LINK_OBJS) $(LINK_LIBS) endef define make-cxx-exe - $(CXX) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_LD) -Wl,-Ttext,$(RELOCADDR) \ - -Wl,--oformat,elf32-i386 -o $(basename $@).obj \ - -o $(basename $@).obj \ + $(LINK.cc) $(AM_CFLAGS) $(AM_CXXFLAGS) $(AM_LDFLAGS) \ + -Wl,-Ttext,$(RELOCADDR) -o $(basename $@).obj \ $(LINK_OBJS) $(LINK_LIBS) $(OBJCOPY) -O elf32-i386 \ --remove-section=.rodata \ @@ -136,7 +134,8 @@ define make-cxx-exe ${PROJECT_RELEASE}/BootImgs/$${f}$(LIB_VARIANT).bt \ && chmod 755 \ ${PROJECT_RELEASE}/BootImgs/$${f}$(LIB_VARIANT).bt - $(CXX) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_LD) -Wl,-Ttext,$(RELOCADDR) \ + $(LINK.cc) $(AM_CFLAGS) $(AM_CXXFLAGS) $(AM_LDFLAGS) \ + -Wl,-Ttext,$(RELOCADDR) \ -o $(basename $@).coff $(LINK_OBJS) $(LINK_LIBS) endef endif diff --git a/make/custom/ppcn_60x.cfg b/make/custom/ppcn_60x.cfg index 6c2ea5dcc3..89d8402400 100644 --- a/make/custom/ppcn_60x.cfg +++ b/make/custom/ppcn_60x.cfg @@ -93,7 +93,7 @@ CFLAGS_OPTIMIZE_V=-O0 -fno-keep-inline-functions -fvolatile-global -fvolatile # $(LD_LIBS) \ # -Wl,-\( -Wl,-lc -Wl,-lrtemsall -Wl,-lgcc -Wl,-\) define make-exe - $(CC) $(CPPFLAGS) $(CFLAGS) \ + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \ -o $(basename $@).exe $(LINK_OBJS) $(LINK_LIBS) $(NM) -g -n $(basename $@).exe > $(basename $@).num $(SIZE) $(basename $@).exe diff --git a/make/custom/psim.cfg b/make/custom/psim.cfg index 4dbce3d394..3ec564d0ea 100644 --- a/make/custom/psim.cfg +++ b/make/custom/psim.cfg @@ -100,7 +100,7 @@ endef else # -Wl,--gc-sections define make-exe - $(CC) $(CPPFLAGS) $(CFLAGS) -o $(basename $@).exe \ + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).exe \ $(LINK_OBJS) $(LINK_LIBS) $(NM) -g -n $@ > $(basename $@).num $(SIZE) $@ diff --git a/make/custom/score603e.cfg b/make/custom/score603e.cfg index 7dff53f7a2..bf5ce6faad 100644 --- a/make/custom/score603e.cfg +++ b/make/custom/score603e.cfg @@ -125,7 +125,7 @@ define make-exe endef else define make-exe - $(CC) $(CPPFLAGS) $(CFLAGS) \ + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \ -o $(basename $@).elf $(LINK_OBJS) $(LINK_LIBS) $(NM) -g -n $(basename $@).elf > $(basename $@).num $(SIZE) $(basename $@).elf diff --git a/make/custom/simhppa.cfg b/make/custom/simhppa.cfg index ed5de71bda..2f222108c4 100644 --- a/make/custom/simhppa.cfg +++ b/make/custom/simhppa.cfg @@ -117,8 +117,8 @@ define make-exe endef else define make-exe - $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_LD) $(GCC_LD_LOC_OPTIONS) \ - -o $(basename $@).exe \ + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) $(GCC_LD_LOC_OPTIONS) \ + -o $@ \ $(LINK_OBJS) $(LINK_LIBS) $(NM) -g -n $@ > $(basename $@).num $(SIZE) $@ diff --git a/make/custom/ts_386ex.cfg b/make/custom/ts_386ex.cfg index 6d87e8e9ae..aa73067866 100644 --- a/make/custom/ts_386ex.cfg +++ b/make/custom/ts_386ex.cfg @@ -76,7 +76,7 @@ define make-exe endef else define make-exe - $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_LD) -o $(basename $@).elf \ + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).elf \ $(LINK_OBJS) $(LINK_LIBS) $(OBJCOPY) -O binary $(basename $@).elf $(basename $@).exe $(NM) -g -n $(basename $@).elf > $(basename $@).num diff --git a/tools/update/ampolish b/tools/update/ampolish index d36da726da..0856798ce6 100755 --- a/tools/update/ampolish +++ b/tools/update/ampolish @@ -117,9 +117,16 @@ else { $rtems_top .= "/" ; } elsif ( /^[\s]*(ACLOCAL_AMFLAGS)[\s\t]*[\+]*=[\s]*(.*)[\s]*$/o ) { # remove the line } + elsif ( /^[\s]*(AM_CFLAGS)[\s\t]*[\+]*=[\s]*\$\(CFLAGS_OS_V\)[\s]*$/o ) + { # remove the line + } elsif ( /^[\s]*debug-am:.*$/o ) { # remove the line } + elsif ( /^[\s]*all(\-am):(.*)$/o ) + { # replace the line + push @ibuf, "all-local:$2\n" ; + } elsif ( /^[\s]*profile-am:.*$/o ) { # remove the line }