source: rtems/cpukit/score/cpu/powerpc/Makefile.am @ 83864ea

4.104.114.84.95
Last change on this file since 83864ea was 53f6727, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/22/02 at 13:51:58

2002-07-22 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Use .$(OBJEXT) instead of .o.
  • Property mode set to 100644
File size: 2.1 KB
RevLine 
[df49c60]1##
[43283456]2## $Id$
[df49c60]3##
[43283456]4
[2f6261d]5ACLOCAL_AMFLAGS = -I ../../../aclocal
[43283456]6
[2f6261d]7include $(top_srcdir)/../../../automake/multilib.am
8include $(top_srcdir)/../../../automake/compile.am
9include $(top_srcdir)/../../../automake/lib.am
[b0f78e8]10
[dfca13fc]11$(PROJECT_INCLUDE)/%.h: %.h
12        $(INSTALL_DATA) $< $@
13
[b0f78e8]14$(PROJECT_INCLUDE):
15        $(mkinstalldirs) $@
16
[dfca13fc]17$(PROJECT_INCLUDE)/rtems:
18        $(mkinstalldirs) $@
19
20$(PROJECT_INCLUDE)/rtems/score:
21        $(mkinstalldirs) $@
22
23include_HEADERS = asm.h
24PREINSTALL_FILES = $(PROJECT_INCLUDE) \
25    $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
26
27include_rtems_scoredir = $(includedir)/rtems/score
[4a0d87e]28include_rtems_score_HEADERS = \
29  rtems/score/ppc.h \
30  rtems/score/types.h
31include_rtems_score_HEADERS += rtems/score/cpu.h
32
33$(PROJECT_INCLUDE)/rtems/old-exceptions:
34        $(mkinstalldirs) $@
35
36include_rtems_old_exceptionsdir = $(includedir)/rtems/old-exceptions
37include_rtems_old_exceptions_HEADERS = rtems/old-exceptions/cpu.h
38
39$(PROJECT_INCLUDE)/rtems/new-exceptions:
40        $(mkinstalldirs) $@
41
42include_rtems_new_exceptionsdir = $(includedir)/rtems/new-exceptions
43include_rtems_new_exceptions_HEADERS = rtems/new-exceptions/cpu.h
44
45
46$(PROJECT_INCLUDE)/rtems/powerpc:
47        $(mkinstalldirs) $@
48
49include_rtems_powerpcdir = $(includedir)/rtems/powerpc
50include_rtems_powerpc_HEADERS = rtems/powerpc/registers.h
51
[dfca13fc]52PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
53    $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
[b0f78e8]54
[4a0d87e]55PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/old-exceptions \
56    $(include_rtems_old_exceptions_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
57
58PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/new-exceptions \
59    $(include_rtems_new_exceptions_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
60
61PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/powerpc \
62    $(include_rtems_powerpc_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
63
[53f6727]64# $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).$(OBJEXT): $(ARCH)/rtems.$(OBJEXT)
[b0f78e8]65#       $(INSTALL_DATA) $< $@
66
67# $(REL): $(rtems_cpu_rel_OBJECTS)
68#       $(make-rel)
69
70
[53f6727]71# TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).$(OBJEXT)
[b0f78e8]72
73all-local: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \
74    $(TMPINSTALL_FILES)
[43283456]75
[2f6261d]76include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.