source: rtems/c/src/lib/libcpu/powerpc/mpc8260/console-generic/Makefile.am @ 80bbfb9a

4.104.114.84.95
Last change on this file since 80bbfb9a was 80bbfb9a, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:48:15

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • mpc505/ictrl/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc505/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc505/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc505/vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc6xx/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc6xx/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc6xx/exceptions/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc6xx/mmu/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc6xx/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc6xx/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8260/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8260/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8260/console-generic/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8260/cpm/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8260/exceptions/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8260/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8260/mmu/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8260/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8xx/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8xx/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8xx/console-generic/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8xx/cpm/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8xx/exceptions/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8xx/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8xx/mmu/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • mpc8xx/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • ppc403/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • ppc403/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • ppc403/console/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • ppc403/ictrl/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • ppc403/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • ppc403/tty_drv/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • ppc403/vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • shared/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • shared/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 520 bytes
Line 
1##
2## $Id$
3##
4
5
6PGM = ${ARCH}/console-generic.rel
7
8## C sources
9C_FILES = console-generic.c
10
11console_generic_rel_OBJECTS = $(C_FILES:%.c=${ARCH}/%.o)
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../../../../../automake/compile.am
15include $(top_srcdir)/../../../../../automake/lib.am
16
17#
18# (OPTIONAL) Add local stuff here using +=
19#
20
21$(PGM): $(console_generic_rel_OBJECTS)
22        $(make-rel)
23
24all-local: ${ARCH} $(PGM)
25
26EXTRA_DIST = $(C_FILES)
27
28include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.