source: rtems/c/src/lib/libcpu/powerpc/ppc403/console/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: 601 bytes
Line 
1##
2## $Id$
3##
4
5
6PGM = $(ARCH)/console.rel
7
8if ppc403
9C_FILES = console.c
10endif
11if ppc405
12C_FILES = console405.c
13endif
14
15console_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o)
16
17include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
18include $(top_srcdir)/../../../../../automake/compile.am
19include $(top_srcdir)/../../../../../automake/lib.am
20
21#
22# (OPTIONAL) Add local stuff here using +=
23#
24
25$(PGM): $(console_rel_OBJECTS)
26        $(make-rel)
27
28all-local: $(ARCH) $(console_rel_OBJECTS) $(PGM)
29
30.PRECIOUS: $(PGM)
31
32EXTRA_DIST = console.c console.c.polled console405.c
33
34include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.