Changeset 6d41a874 in rtems


Ignore:
Timestamp:
02/01/02 14:11:39 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
e6dec71c
Parents:
be1feee
Message:

2002-01-31 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Reflect 2002-01-23 changes.
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/score/cpu/sh/ChangeLog

    rbe1feee r6d41a874  
     12002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Reflect 2002-01-23 changes.
     4
    152002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/src/exec/score/cpu/sh/Makefile.am

    rbe1feee r6d41a874  
    33##
    44
    5 AUTOMAKE_OPTIONS = foreign 1.4
     5AUTOMAKE_OPTIONS = foreign 1.5
    66ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
    77
     
    1010include $(top_srcdir)/../../../../../../automake/lib.am
    1111
    12 SUBDIRS = rtems
    13 
    14 include_HEADERS= asm.h
     12$(PROJECT_INCLUDE)/%.h: %.h
     13        $(INSTALL_DATA) $< $@
    1514
    1615$(PROJECT_INCLUDE):
    1716        $(mkinstalldirs) $@
    1817
    19 $(PROJECT_INCLUDE)/%.h: %.h
    20         $(INSTALL_DATA) $< $@
     18$(PROJECT_INCLUDE)/rtems:
     19        $(mkinstalldirs) $@
    2120
    22 $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o
    23         $(INSTALL_DATA) $< $@
     21$(PROJECT_INCLUDE)/rtems/score:
     22        $(mkinstalldirs) $@
     23
     24include_HEADERS= asm.h
     25PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
     26
     27include_rtems_scoredir = $(includedir)/rtems/score
     28include_rtems_score_HEADERS = \
     29    rtems/score/cpu.h \
     30    rtems/score/shtypes.h \
     31    rtems/score/sh.h \
     32    rtems/score/sh_io.h
     33PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
     34    $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
    2435
    2536C_FILES = cpu.c
     
    3344        $(make-rel)
    3445
    35 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
     46$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o
     47        $(INSTALL_DATA) $< $@
    3648
    3749TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o
     
    4254.PRECIOUS: $(REL)
    4355
    44 EXTRA_DIST = asm.h cpu.c rtems.c
     56EXTRA_DIST = cpu.c rtems.c
    4557
    46 include $(top_srcdir)/../../../../../../automake/subdirs.am
    4758include $(top_srcdir)/../../../../../../automake/local.am
  • cpukit/score/cpu/sh/ChangeLog

    rbe1feee r6d41a874  
     12002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Reflect 2002-01-23 changes.
     4
    152002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/score/cpu/sh/Makefile.am

    rbe1feee r6d41a874  
    33##
    44
    5 AUTOMAKE_OPTIONS = foreign 1.4
     5AUTOMAKE_OPTIONS = foreign 1.5
    66ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
    77
     
    1010include $(top_srcdir)/../../../../../../automake/lib.am
    1111
    12 SUBDIRS = rtems
    13 
    14 include_HEADERS= asm.h
     12$(PROJECT_INCLUDE)/%.h: %.h
     13        $(INSTALL_DATA) $< $@
    1514
    1615$(PROJECT_INCLUDE):
    1716        $(mkinstalldirs) $@
    1817
    19 $(PROJECT_INCLUDE)/%.h: %.h
    20         $(INSTALL_DATA) $< $@
     18$(PROJECT_INCLUDE)/rtems:
     19        $(mkinstalldirs) $@
    2120
    22 $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o
    23         $(INSTALL_DATA) $< $@
     21$(PROJECT_INCLUDE)/rtems/score:
     22        $(mkinstalldirs) $@
     23
     24include_HEADERS= asm.h
     25PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
     26
     27include_rtems_scoredir = $(includedir)/rtems/score
     28include_rtems_score_HEADERS = \
     29    rtems/score/cpu.h \
     30    rtems/score/shtypes.h \
     31    rtems/score/sh.h \
     32    rtems/score/sh_io.h
     33PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
     34    $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
    2435
    2536C_FILES = cpu.c
     
    3344        $(make-rel)
    3445
    35 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
     46$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o
     47        $(INSTALL_DATA) $< $@
    3648
    3749TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o
     
    4254.PRECIOUS: $(REL)
    4355
    44 EXTRA_DIST = asm.h cpu.c rtems.c
     56EXTRA_DIST = cpu.c rtems.c
    4557
    46 include $(top_srcdir)/../../../../../../automake/subdirs.am
    4758include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.