source: rtems/c/src/lib/libcpu/powerpc/mpc8260/cpm/Makefile.am @ 77072181

4.104.114.84.95
Last change on this file since 77072181 was 77072181, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 05:07:53

2003-12-02 Ralf Corsepius <corsepiu@…>

  • mpc505/ictrl/Makefile.am: Remove all-local: $(ARCH).
  • mpc505/timer/Makefile.am: Remove all-local: $(ARCH).
  • mpc505/vectors/Makefile.am: Remove all-local: $(ARCH).
  • mpc6xx/clock/Makefile.am: Remove all-local: $(ARCH).
  • mpc6xx/exceptions/Makefile.am: Remove all-local: $(ARCH).
  • mpc6xx/mmu/Makefile.am: Remove all-local: $(ARCH).
  • mpc6xx/timer/Makefile.am: Remove all-local: $(ARCH).
  • mpc6xx/wrapup/Makefile.am: Remove all-local: $(ARCH).
  • mpc8260/clock/Makefile.am: Remove all-local: $(ARCH).
  • mpc8260/console-generic/Makefile.am: Remove all-local: $(ARCH).
  • mpc8260/cpm/Makefile.am: Remove all-local: $(ARCH).
  • mpc8260/exceptions/Makefile.am: Remove all-local: $(ARCH).
  • mpc8260/mmu/Makefile.am: Remove all-local: $(ARCH).
  • mpc8260/timer/Makefile.am: Remove all-local: $(ARCH).
  • mpc8xx/clock/Makefile.am: Remove all-local: $(ARCH).
  • mpc8xx/console-generic/Makefile.am: Remove all-local: $(ARCH).
  • mpc8xx/cpm/Makefile.am: Remove all-local: $(ARCH).
  • mpc8xx/exceptions/Makefile.am: Remove all-local: $(ARCH).
  • mpc8xx/mmu/Makefile.am: Remove all-local: $(ARCH).
  • mpc8xx/timer/Makefile.am: Remove all-local: $(ARCH).
  • ppc403/clock/Makefile.am: Remove all-local: $(ARCH).
  • ppc403/console/Makefile.am: Remove all-local: $(ARCH).
  • ppc403/ictrl/Makefile.am: Remove all-local: $(ARCH).
  • ppc403/timer/Makefile.am: Remove all-local: $(ARCH).
  • ppc403/tty_drv/Makefile.am: Remove all-local: $(ARCH).
  • ppc403/vectors/Makefile.am: Remove all-local: $(ARCH).
  • shared/include/Makefile.am: Remove all-local: $(ARCH).
  • shared/src/Makefile.am: Remove all-local: $(ARCH).
  • wrapup/Makefile.am: Remove all-local: $(ARCH).
  • Property mode set to 100644
File size: 415 bytes
Line 
1##
2## $Id$
3##
4
5PGM = ${ARCH}/cp.rel
6
7## C sources
8C_FILES = cp.c dpram.c brg.c
9
10cpm_rel_OBJECTS = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
11
12include $(top_srcdir)/../../../automake/compile.am
13include $(top_srcdir)/../../../automake/lib.am
14
15#
16# (OPTIONAL) Add local stuff here using +=
17#
18
19$(PGM): $(cpm_rel_OBJECTS)
20        $(make-rel)
21
22all-local: $(PGM)
23
24EXTRA_DIST = $(C_FILES)
25
26include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.