source: rtems/c/src/lib/libcpu/powerpc/mpc8xx/exceptions/Makefile.am @ a9c795b9

4.104.114.84.95
Last change on this file since a9c795b9 was a9c795b9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/01/03 at 11:51:05

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

  • Makefile.am: Reformat. Use dirstamp for preinstallation.
  • mpc505/Makefile.am: Reformat.
  • mpc505/ictrl/Makefile.am: Reformat. Use dirstamp for preinstallation.
  • mpc505/timer/Makefile.am: Reformat.
  • mpc505/vectors/Makefile.am: Reformat.
  • mpc6xx/Makefile.am: Reformat.
  • mpc6xx/clock/Makefile.am: Reformat. Use dirstamp for preinstallation.
  • mpc6xx/exceptions/Makefile.am: Reformat. Use dirstamp for preinstallation.
  • mpc6xx/mmu/Makefile.am: Reformat. Use dirstamp for preinstallation.
  • mpc6xx/timer/Makefile.am: Reformat.
  • mpc6xx/wrapup/Makefile.am: Reformat.
  • mpc8260/Makefile.am: Reformat. Use dirstamp for preinstallation.
  • mpc8260/clock/Makefile.am: Reformat.
  • mpc8260/console-generic/Makefile.am: Reformat.
  • mpc8260/cpm/Makefile.am: Reformat.
  • mpc8260/exceptions/Makefile.am: Reformat. Use dirstamp for preinstallation.
  • mpc8260/mmu/Makefile.am: Reformat.
  • mpc8260/timer/Makefile.am: Reformat.
  • mpc8xx/Makefile.am: Reformat. Use dirstamp for preinstallation.
  • mpc8xx/clock/Makefile.am: Reformat.
  • mpc8xx/console-generic/Makefile.am: Reformat.
  • mpc8xx/cpm/Makefile.am: Reformat.
  • mpc8xx/exceptions/Makefile.am: Reformat. Use dirstamp for preinstallation.
  • mpc8xx/mmu/Makefile.am: Reformat.
  • mpc8xx/timer/Makefile.am: Reformat.
  • ppc403/Makefile.am: Reformat.
  • ppc403/clock/Makefile.am: Reformat.
  • ppc403/console/Makefile.am: Reformat.
  • ppc403/ictrl/Makefile.am: Reformat. Use dirstamp for preinstallation.
  • ppc403/timer/Makefile.am: Reformat.
  • ppc403/tty_drv/Makefile.am: Reformat. Use dirstamp for preinstallation.
  • ppc403/vectors/Makefile.am: Reformat.
  • shared/Makefile.am: Reformat.
  • shared/include/Makefile.am: Reformat. Use dirstamp for preinstallation.
  • shared/src/Makefile.am: Reformat. Use dirstamp for preinstallation.
  • wrapup/Makefile.am: Reformat.
  • Property mode set to 100644
File size: 1.1 KB
RevLine 
[37731c2b]1##
2## $Id$
3##
4
5PGM = $(ARCH)/exceptions.rel
6
7C_FILES = raw_exception.c
8
9S_FILES = asm_utils.S
10
[a942a7e]11include_libcpudir = $(includedir)/libcpu
12include_libcpu_HEADERS = raw_exception.h
[37731c2b]13
[360225e6]14exceptions_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) \
15    $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
[37731c2b]16
[bf0747d]17include $(top_srcdir)/../../../automake/compile.am
18include $(top_srcdir)/../../../automake/lib.am
[37731c2b]19
20#
21# (OPTIONAL) Add local stuff here using +=
22#
23
24$(PGM): $(exceptions_rel_OBJECTS)
25        $(make-rel)
26
27all-local: $(ARCH) $(PREINSTALL_FILES) $(exceptions_rel_OBJECTS) $(PGM)
28
29.PRECIOUS: $(PGM)
30
31EXTRA_DIST = asm_utils.S raw_exception.c raw_exception.h
32
[a9c795b9]33PREINSTALL_FILES =
34
35$(PROJECT_INCLUDE)/libcpu/$(dirstamp):
36        @$(mkinstalldirs) $(PROJECT_INCLUDE)/libcpu
37        @: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
38PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
39
40$(PROJECT_INCLUDE)/libcpu/raw_exception.h: raw_exception.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
41        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/raw_exception.h
42PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/raw_exception.h
43
[bf0747d]44include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.