Changeset d6a444d in rtems


Ignore:
Timestamp:
11/23/03 10:36:05 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
8f83131
Parents:
8b273c2
Message:

2003-11-23 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Don't use gmake rules for preinstallation.
Location:
cpukit/score/cpu
Files:
28 edited

Legend:

Unmodified
Added
Removed
  • cpukit/score/cpu/arm/ChangeLog

    r8b273c2 rd6a444d  
     12003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Don't use gmake rules for preinstallation.
     4
    152003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/score/cpu/arm/Makefile.am

    r8b273c2 rd6a444d  
    99include $(top_srcdir)/../../../automake/lib.am
    1010
    11 $(PROJECT_INCLUDE)/%.h: %.h
    12         $(INSTALL_DATA) $< $@
    13 
    14 $(PROJECT_INCLUDE):
    15         $(mkinstalldirs) $@
    16 
    17 $(PROJECT_INCLUDE)/rtems:
    18         $(mkinstalldirs) $@
    19 
    20 $(PROJECT_INCLUDE)/rtems/score:
    21         $(mkinstalldirs) $@
    22 
    2311include_HEADERS = asm.h
    24 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
    2512
    2613include_rtems_scoredir = $(includedir)/rtems/score
    27 include_rtems_score_HEADERS = \
    28     rtems/score/cpu.h \
    29     rtems/score/cpu_asm.h \
    30     rtems/score/arm.h  \
    31     rtems/score/types.h
    32 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
    33     $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
     14include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/cpu_asm.h \
     15    rtems/score/arm.h rtems/score/types.h
    3416
    3517C_FILES = cpu.c
     
    4931EXTRA_DIST = cpu.c cpu_asm.S
    5032
     33PREINSTALL_FILES =
     34
     35$(PROJECT_INCLUDE)/asm.h: asm.h
     36        $(INSTALL_DATA) $< $@
     37PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
     38
     39$(PROJECT_INCLUDE)/rtems/score:
     40        @$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
     41PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score
     42
     43$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h
     44        $(INSTALL_DATA) $< $@
     45PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
     46
     47$(PROJECT_INCLUDE)/rtems/score/cpu_asm.h: rtems/score/cpu_asm.h
     48        $(INSTALL_DATA) $< $@
     49PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
     50
     51$(PROJECT_INCLUDE)/rtems/score/arm.h: rtems/score/arm.h
     52        $(INSTALL_DATA) $< $@
     53PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/arm.h
     54
     55$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h
     56        $(INSTALL_DATA) $< $@
     57PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
     58
    5159include $(top_srcdir)/../../../automake/local.am
  • cpukit/score/cpu/c4x/ChangeLog

    r8b273c2 rd6a444d  
     12003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Don't use gmake rules for preinstallation.
     4
    152003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/score/cpu/c4x/Makefile.am

    r8b273c2 rd6a444d  
    99include $(top_srcdir)/../../../automake/lib.am
    1010
    11 $(PROJECT_INCLUDE)/%.h: %.h
    12         $(INSTALL_DATA) $< $@
    13 
    14 $(PROJECT_INCLUDE):
    15         $(mkinstalldirs) $@
    16 
    17 $(PROJECT_INCLUDE)/rtems:
    18         $(mkinstalldirs) $@
    19 
    20 $(PROJECT_INCLUDE)/rtems/score:
    21         $(mkinstalldirs) $@
    22 
    2311include_HEADERS = asm.h c4xio.h
    24 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
    2512
    2613include_rtems_scoredir = $(includedir)/rtems/score
    27 include_rtems_score_HEADERS = \
    28     rtems/score/cpu.h \
    29     rtems/score/c4x.h \
    30     rtems/score/types.h \
    31     rtems/score/cpu_asm.h
    32 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
    33     $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
     14include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/c4x.h \
     15    rtems/score/types.h rtems/score/cpu_asm.h
    3416
    3517C_FILES = cpu.c irq.c
     
    4931EXTRA_DIST = cpu.c irq.c cpu_asm.S
    5032
     33PREINSTALL_FILES =
     34
     35$(PROJECT_INCLUDE)/asm.h: asm.h
     36        $(INSTALL_DATA) $< $@
     37PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
     38
     39$(PROJECT_INCLUDE)/c4xio.h: c4xio.h
     40        $(INSTALL_DATA) $< $@
     41PREINSTALL_FILES += $(PROJECT_INCLUDE)/c4xio.h
     42
     43$(PROJECT_INCLUDE)/rtems/score:
     44        @$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
     45PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score
     46
     47$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h
     48        $(INSTALL_DATA) $< $@
     49PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
     50
     51$(PROJECT_INCLUDE)/rtems/score/c4x.h: rtems/score/c4x.h
     52        $(INSTALL_DATA) $< $@
     53PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/c4x.h
     54
     55$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h
     56        $(INSTALL_DATA) $< $@
     57PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
     58
     59$(PROJECT_INCLUDE)/rtems/score/cpu_asm.h: rtems/score/cpu_asm.h
     60        $(INSTALL_DATA) $< $@
     61PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
     62
    5163include $(top_srcdir)/../../../automake/local.am
  • cpukit/score/cpu/h8300/ChangeLog

    r8b273c2 rd6a444d  
     12003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Don't use gmake rules for preinstallation.
     4
    152003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/score/cpu/h8300/Makefile.am

    r8b273c2 rd6a444d  
    99include $(top_srcdir)/../../../automake/lib.am
    1010
    11 $(PROJECT_INCLUDE)/%.h: %.h
    12         $(INSTALL_DATA) $< $@
    13 
    14 $(PROJECT_INCLUDE):
    15         $(mkinstalldirs) $@
    16 
    17 $(PROJECT_INCLUDE)/rtems:
    18         $(mkinstalldirs) $@
    19 
    20 $(PROJECT_INCLUDE)/rtems/score:
    21         $(mkinstalldirs) $@
    22 
    2311include_HEADERS = asm.h
    24 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
    2512
    2613include_rtems_scoredir = $(includedir)/rtems/score
    27 include_rtems_score_HEADERS = \
    28     rtems/score/cpu.h \
    29     rtems/score/h8300.h \
     14include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/h8300.h \
    3015    rtems/score/types.h
    31 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
    32     $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
    3316
    3417C_FILES = cpu.c
     
    4831EXTRA_DIST = cpu.c cpu_asm.S
    4932
     33PREINSTALL_FILES =
     34
     35$(PROJECT_INCLUDE)/asm.h: asm.h
     36        $(INSTALL_DATA) $< $@
     37PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
     38
     39$(PROJECT_INCLUDE)/rtems/score:
     40        @$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
     41PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score
     42
     43$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h
     44        $(INSTALL_DATA) $< $@
     45PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
     46
     47$(PROJECT_INCLUDE)/rtems/score/h8300.h: rtems/score/h8300.h
     48        $(INSTALL_DATA) $< $@
     49PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/h8300.h
     50
     51$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h
     52        $(INSTALL_DATA) $< $@
     53PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
     54
    5055include $(top_srcdir)/../../../automake/local.am
  • cpukit/score/cpu/i386/ChangeLog

    r8b273c2 rd6a444d  
     12003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Don't use gmake rules for preinstallation.
     4
    152003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/score/cpu/i386/Makefile.am

    r8b273c2 rd6a444d  
    99include $(top_srcdir)/../../../automake/lib.am
    1010
    11 $(PROJECT_INCLUDE)/%.h: %.h
    12         $(INSTALL_DATA) $< $@
    13 
    14 $(PROJECT_INCLUDE):
    15         $(mkinstalldirs) $@
    16 
    17 $(PROJECT_INCLUDE)/rtems:
    18         $(mkinstalldirs) $@
    19 
    20 $(PROJECT_INCLUDE)/rtems/score:
    21         $(mkinstalldirs) $@
    22 
    2311include_HEADERS= asm.h
    24 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
    2512
    2613include_rtems_scoredir = $(includedir)/rtems/score
    27 include_rtems_score_HEADERS = \
    28     rtems/score/cpu.h \
    29     rtems/score/i386.h \
    30     rtems/score/types.h \
    31     rtems/score/interrupts.h \
    32     rtems/score/registers.h \
     14include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/i386.h \
     15    rtems/score/types.h rtems/score/interrupts.h rtems/score/registers.h \
    3316    rtems/score/idtr.h
    34 
    35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
    36     $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
    3717
    3818LIB = $(ARCH)/libscorecpu.a
     
    5232EXTRA_DIST = cpu.c cpu_asm.S
    5333
     34PREINSTALL_FILES =
     35
     36$(PROJECT_INCLUDE)/asm.h: asm.h
     37        $(INSTALL_DATA) $< $@
     38PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
     39
     40$(PROJECT_INCLUDE)/rtems/score:
     41        @$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
     42PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score
     43
     44$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h
     45        $(INSTALL_DATA) $< $@
     46PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
     47
     48$(PROJECT_INCLUDE)/rtems/score/i386.h: rtems/score/i386.h
     49        $(INSTALL_DATA) $< $@
     50PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/i386.h
     51
     52$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h
     53        $(INSTALL_DATA) $< $@
     54PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
     55
     56$(PROJECT_INCLUDE)/rtems/score/interrupts.h: rtems/score/interrupts.h
     57        $(INSTALL_DATA) $< $@
     58PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/interrupts.h
     59
     60$(PROJECT_INCLUDE)/rtems/score/registers.h: rtems/score/registers.h
     61        $(INSTALL_DATA) $< $@
     62PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/registers.h
     63
     64$(PROJECT_INCLUDE)/rtems/score/idtr.h: rtems/score/idtr.h
     65        $(INSTALL_DATA) $< $@
     66PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/idtr.h
     67
    5468include $(top_srcdir)/../../../automake/local.am
  • cpukit/score/cpu/i960/ChangeLog

    r8b273c2 rd6a444d  
     12003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Don't use gmake rules for preinstallation.
     4
    152003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/score/cpu/i960/Makefile.am

    r8b273c2 rd6a444d  
    99include $(top_srcdir)/../../../automake/lib.am
    1010
    11 $(PROJECT_INCLUDE)/%.h: %.h
    12         $(INSTALL_DATA) $< $@
    13 
    14 $(PROJECT_INCLUDE):
    15         $(mkinstalldirs) $@
    16 
    17 $(PROJECT_INCLUDE)/rtems:
    18         $(mkinstalldirs) $@
    19 
    20 $(PROJECT_INCLUDE)/rtems/score:
    21         $(mkinstalldirs) $@
    22 
    2311include_HEADERS = asm.h
    24 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
    2512
    2613include_rtems_scoredir = $(includedir)/rtems/score
    27 include_rtems_score_HEADERS = \
    28     rtems/score/cpu.h \
    29     rtems/score/i960.h \
     14include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/i960.h \
    3015    rtems/score/types.h
    31 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
    32     $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
    3316
    3417C_FILES = cpu.c
     
    4831EXTRA_DIST = cpu.c cpu_asm.S i960RP.h
    4932
     33PREINSTALL_FILES =
     34
     35$(PROJECT_INCLUDE)/asm.h: asm.h
     36        $(INSTALL_DATA) $< $@
     37PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
     38
     39$(PROJECT_INCLUDE)/rtems/score:
     40        @$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
     41PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score
     42
     43$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h
     44        $(INSTALL_DATA) $< $@
     45PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
     46
     47$(PROJECT_INCLUDE)/rtems/score/i960.h: rtems/score/i960.h
     48        $(INSTALL_DATA) $< $@
     49PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/i960.h
     50
     51$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h
     52        $(INSTALL_DATA) $< $@
     53PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
     54
    5055include $(top_srcdir)/../../../automake/local.am
  • cpukit/score/cpu/m68k/ChangeLog

    r8b273c2 rd6a444d  
     12003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Don't use gmake rules for preinstallation.
     4
    152003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/score/cpu/m68k/Makefile.am

    r8b273c2 rd6a444d  
    99include $(top_srcdir)/../../../automake/lib.am
    1010
    11 $(PROJECT_INCLUDE)/%.h: %.h
    12         $(INSTALL_DATA) $< $@
    13 
    14 $(PROJECT_INCLUDE):
    15         $(mkinstalldirs) $@
    16 
    17 $(PROJECT_INCLUDE)/rtems:
    18         $(mkinstalldirs) $@
    19 
    20 $(PROJECT_INCLUDE)/rtems/score:
    21         $(mkinstalldirs) $@
    22 
    2311include_HEADERS = asm.h m68302.h m68360.h qsm.h sim.h
    24 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
    2512
    2613include_rtems_scoredir = $(includedir)/rtems/score
    27 include_rtems_score_HEADERS = \
    28     rtems/score/cpu.h \
    29     rtems/score/m68k.h \
     14include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/m68k.h \
    3015    rtems/score/types.h
    31 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
    32     $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
    3316
    3417C_FILES = cpu.c
     
    4831EXTRA_DIST = cpu.c cpu_asm.S
    4932
     33PREINSTALL_FILES =
     34
     35$(PROJECT_INCLUDE)/asm.h: asm.h
     36        $(INSTALL_DATA) $< $@
     37PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
     38
     39$(PROJECT_INCLUDE)/m68302.h: m68302.h
     40        $(INSTALL_DATA) $< $@
     41PREINSTALL_FILES += $(PROJECT_INCLUDE)/m68302.h
     42
     43$(PROJECT_INCLUDE)/m68360.h: m68360.h
     44        $(INSTALL_DATA) $< $@
     45PREINSTALL_FILES += $(PROJECT_INCLUDE)/m68360.h
     46
     47$(PROJECT_INCLUDE)/qsm.h: qsm.h
     48        $(INSTALL_DATA) $< $@
     49PREINSTALL_FILES += $(PROJECT_INCLUDE)/qsm.h
     50
     51$(PROJECT_INCLUDE)/sim.h: sim.h
     52        $(INSTALL_DATA) $< $@
     53PREINSTALL_FILES += $(PROJECT_INCLUDE)/sim.h
     54
     55$(PROJECT_INCLUDE)/rtems/score:
     56        @$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
     57PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score
     58
     59$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h
     60        $(INSTALL_DATA) $< $@
     61PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
     62
     63$(PROJECT_INCLUDE)/rtems/score/m68k.h: rtems/score/m68k.h
     64        $(INSTALL_DATA) $< $@
     65PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/m68k.h
     66
     67$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h
     68        $(INSTALL_DATA) $< $@
     69PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
     70
    5071include $(top_srcdir)/../../../automake/local.am
  • cpukit/score/cpu/mips/ChangeLog

    r8b273c2 rd6a444d  
     12003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Don't use gmake rules for preinstallation.
     4
    152003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/score/cpu/mips/Makefile.am

    r8b273c2 rd6a444d  
    99include $(top_srcdir)/../../../automake/lib.am
    1010
    11 $(PROJECT_INCLUDE)/%.h: %.h
    12         $(INSTALL_DATA) $< $@
    13 
    14 $(PROJECT_INCLUDE):
    15         $(mkinstalldirs) $@
    16 
    17 $(PROJECT_INCLUDE)/rtems:
    18         $(mkinstalldirs) $@
    19 
    20 $(PROJECT_INCLUDE)/rtems/score:
    21         $(mkinstalldirs) $@
    22 
    2311include_HEADERS = asm.h idtcpu.h iregdef.h
    24 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
    2512
    2613include_rtems_scoredir = $(includedir)/rtems/score
    27 include_rtems_score_HEADERS = \
    28         rtems/score/cpu.h \
    29         rtems/score/mips.h \
    30         rtems/score/types.h
    31 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
    32     $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
     14include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/mips.h \
     15    rtems/score/types.h
    3316
    3417C_FILES = cpu.c
     
    4831EXTRA_DIST = cpu.c cpu_asm.S
    4932
     33PREINSTALL_FILES =
     34
     35$(PROJECT_INCLUDE)/asm.h: asm.h
     36        $(INSTALL_DATA) $< $@
     37PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
     38
     39$(PROJECT_INCLUDE)/idtcpu.h: idtcpu.h
     40        $(INSTALL_DATA) $< $@
     41PREINSTALL_FILES += $(PROJECT_INCLUDE)/idtcpu.h
     42
     43$(PROJECT_INCLUDE)/iregdef.h: iregdef.h
     44        $(INSTALL_DATA) $< $@
     45PREINSTALL_FILES += $(PROJECT_INCLUDE)/iregdef.h
     46
     47$(PROJECT_INCLUDE)/rtems/score:
     48        @$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
     49PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score
     50
     51$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h
     52        $(INSTALL_DATA) $< $@
     53PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
     54
     55$(PROJECT_INCLUDE)/rtems/score/mips.h: rtems/score/mips.h
     56        $(INSTALL_DATA) $< $@
     57PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/mips.h
     58
     59$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h
     60        $(INSTALL_DATA) $< $@
     61PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
     62
    5063include $(top_srcdir)/../../../automake/local.am
  • cpukit/score/cpu/mips64orion/ChangeLog

    r8b273c2 rd6a444d  
     12003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Don't use gmake rules for preinstallation.
     4
    152003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/score/cpu/mips64orion/Makefile.am

    r8b273c2 rd6a444d  
    99include $(top_srcdir)/../../../automake/lib.am
    1010
    11 $(PROJECT_INCLUDE)/%.h: %.h
    12         $(INSTALL_DATA) $< $@
    13 
    14 $(PROJECT_INCLUDE):
    15         $(mkinstalldirs) $@
    16 
    17 $(PROJECT_INCLUDE)/rtems:
    18         $(mkinstalldirs) $@
    19 
    20 $(PROJECT_INCLUDE)/rtems/score:
    21         $(mkinstalldirs) $@
    22 
    2311include_HEADERS = asm.h cpu_asm.h idtcpu.h idtmon.h iregdef.h
    24 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
    2512
    2613include_rtems_scoredir = $(includedir)/rtems/score
    27 include_rtems_score_HEADERS = \
    28     rtems/score/cpu.h \
    29     rtems/score/mips64orion.h \
     14include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/mips64orion.h \
    3015    rtems/score/types.h
    31 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
    32     $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
    3316
    3417C_FILES = cpu.c
     
    4831EXTRA_DIST = cpu.c cpu_asm.S
    4932
     33PREINSTALL_FILES =
     34
     35$(PROJECT_INCLUDE)/asm.h: asm.h
     36        $(INSTALL_DATA) $< $@
     37PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
     38
     39$(PROJECT_INCLUDE)/cpu_asm.h: cpu_asm.h
     40        $(INSTALL_DATA) $< $@
     41PREINSTALL_FILES += $(PROJECT_INCLUDE)/cpu_asm.h
     42
     43$(PROJECT_INCLUDE)/idtcpu.h: idtcpu.h
     44        $(INSTALL_DATA) $< $@
     45PREINSTALL_FILES += $(PROJECT_INCLUDE)/idtcpu.h
     46
     47$(PROJECT_INCLUDE)/idtmon.h: idtmon.h
     48        $(INSTALL_DATA) $< $@
     49PREINSTALL_FILES += $(PROJECT_INCLUDE)/idtmon.h
     50
     51$(PROJECT_INCLUDE)/iregdef.h: iregdef.h
     52        $(INSTALL_DATA) $< $@
     53PREINSTALL_FILES += $(PROJECT_INCLUDE)/iregdef.h
     54
     55$(PROJECT_INCLUDE)/rtems/score:
     56        @$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
     57PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score
     58
     59$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h
     60        $(INSTALL_DATA) $< $@
     61PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
     62
     63$(PROJECT_INCLUDE)/rtems/score/mips64orion.h: rtems/score/mips64orion.h
     64        $(INSTALL_DATA) $< $@
     65PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/mips64orion.h
     66
     67$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h
     68        $(INSTALL_DATA) $< $@
     69PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
     70
    5071include $(top_srcdir)/../../../automake/local.am
  • cpukit/score/cpu/no_cpu/ChangeLog

    r8b273c2 rd6a444d  
     12003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Don't use gmake rules for preinstallation.
     4
    152003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/score/cpu/no_cpu/Makefile.am

    r8b273c2 rd6a444d  
    99include $(top_srcdir)/../../../automake/lib.am
    1010
    11 $(PROJECT_INCLUDE)/%.h: %.h
    12         $(INSTALL_DATA) $< $@
    13 
    14 $(PROJECT_INCLUDE):
    15         $(mkinstalldirs) $@
    16 
    17 $(PROJECT_INCLUDE)/rtems:
    18         $(mkinstalldirs) $@
    19 
    20 $(PROJECT_INCLUDE)/rtems/score:
    21         $(mkinstalldirs) $@
    22 
    2311include_HEADERS = asm.h
    24 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
    2512
    2613include_rtems_scoredir = $(includedir)/rtems/score
    27 include_rtems_score_HEADERS = \
    28     rtems/score/cpu.h \
    29     rtems/score/no_cpu.h \
    30     rtems/score/cpu_asm.h \
    31     rtems/score/types.h
    32 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
    33     $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
     14include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/no_cpu.h \
     15    rtems/score/cpu_asm.h rtems/score/types.h
    3416
    3517C_FILES = cpu.c cpu_asm.c
     
    4628EXTRA_DIST = cpu.c cpu_asm.c
    4729
     30PREINSTALL_FILES =
     31
     32$(PROJECT_INCLUDE)/asm.h: asm.h
     33        $(INSTALL_DATA) $< $@
     34PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
     35
     36$(PROJECT_INCLUDE)/rtems/score:
     37        @$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
     38PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score
     39
     40$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h
     41        $(INSTALL_DATA) $< $@
     42PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
     43
     44$(PROJECT_INCLUDE)/rtems/score/no_cpu.h: rtems/score/no_cpu.h
     45        $(INSTALL_DATA) $< $@
     46PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/no_cpu.h
     47
     48$(PROJECT_INCLUDE)/rtems/score/cpu_asm.h: rtems/score/cpu_asm.h
     49        $(INSTALL_DATA) $< $@
     50PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
     51
     52$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h
     53        $(INSTALL_DATA) $< $@
     54PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
     55
    4856include $(top_srcdir)/../../../automake/local.am
  • cpukit/score/cpu/or32/ChangeLog

    r8b273c2 rd6a444d  
     12003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Don't use gmake rules for preinstallation.
     4
    152003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/score/cpu/or32/Makefile.am

    r8b273c2 rd6a444d  
    99include $(top_srcdir)/../../../automake/lib.am
    1010
    11 $(PROJECT_INCLUDE)/%.h: %.h
    12         $(INSTALL_DATA) $< $@
    13 
    14 $(PROJECT_INCLUDE):
    15         $(mkinstalldirs) $@
    16 
    17 $(PROJECT_INCLUDE)/rtems:
    18         $(mkinstalldirs) $@
    19 
    20 $(PROJECT_INCLUDE)/rtems/score:
    21         $(mkinstalldirs) $@
    22 
    2311include_HEADERS= asm.h
    24 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
    2512
    2613include_rtems_scoredir = $(includedir)/rtems/score
    27 include_rtems_score_HEADERS = \
    28     rtems/score/cpu.h \
    29     rtems/score/types.h \
    30     rtems/score/or32.h \
    31     rtems/score/cpu_asm.h
    32 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
    33     $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
     14include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/types.h \
     15    rtems/score/or32.h rtems/score/cpu_asm.h
    3416
    3517C_FILES = cpu.c cpu_asm.c
     
    4628EXTRA_DIST = cpu.c cpu_asm.c
    4729
     30PREINSTALL_FILES =
     31
     32$(PROJECT_INCLUDE)/asm.h: asm.h
     33        $(INSTALL_DATA) $< $@
     34PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
     35
     36$(PROJECT_INCLUDE)/rtems/score:
     37        @$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
     38PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score
     39
     40$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h
     41        $(INSTALL_DATA) $< $@
     42PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
     43
     44$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h
     45        $(INSTALL_DATA) $< $@
     46PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
     47
     48$(PROJECT_INCLUDE)/rtems/score/or32.h: rtems/score/or32.h
     49        $(INSTALL_DATA) $< $@
     50PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/or32.h
     51
     52$(PROJECT_INCLUDE)/rtems/score/cpu_asm.h: rtems/score/cpu_asm.h
     53        $(INSTALL_DATA) $< $@
     54PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
     55
    4856include $(top_srcdir)/../../../automake/local.am
  • cpukit/score/cpu/powerpc/ChangeLog

    r8b273c2 rd6a444d  
     12003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Don't use gmake rules for preinstallation.
     4
    152003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/score/cpu/powerpc/Makefile.am

    r8b273c2 rd6a444d  
    99include $(top_srcdir)/../../../automake/lib.am
    1010
    11 $(PROJECT_INCLUDE)/%.h: %.h
    12         $(INSTALL_DATA) $< $@
    13 
    14 $(PROJECT_INCLUDE):
    15         $(mkinstalldirs) $@
    16 
    17 $(PROJECT_INCLUDE)/rtems:
    18         $(mkinstalldirs) $@
    19 
    20 $(PROJECT_INCLUDE)/rtems/score:
    21         $(mkinstalldirs) $@
    22 
    2311include_HEADERS = asm.h
    24 PREINSTALL_FILES = $(PROJECT_INCLUDE) \
    25     $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
    2612
    2713include_rtems_scoredir = $(includedir)/rtems/score
    28 include_rtems_score_HEADERS = \
    29   rtems/score/ppc.h \
    30   rtems/score/types.h
     14include_rtems_score_HEADERS = rtems/score/ppc.h rtems/score/types.h
    3115include_rtems_score_HEADERS += rtems/score/cpu.h
    32 
    33 $(PROJECT_INCLUDE)/rtems/old-exceptions:
    34         $(mkinstalldirs) $@
    3516
    3617include_rtems_old_exceptionsdir = $(includedir)/rtems/old-exceptions
    3718include_rtems_old_exceptions_HEADERS = rtems/old-exceptions/cpu.h
    3819
    39 $(PROJECT_INCLUDE)/rtems/new-exceptions:
    40         $(mkinstalldirs) $@
    41 
    4220include_rtems_new_exceptionsdir = $(includedir)/rtems/new-exceptions
    4321include_rtems_new_exceptions_HEADERS = rtems/new-exceptions/cpu.h
    4422
    45 $(PROJECT_INCLUDE)/rtems/powerpc:
    46         $(mkinstalldirs) $@
    47 
    4823include_rtems_powerpcdir = $(includedir)/rtems/powerpc
    4924include_rtems_powerpc_HEADERS = rtems/powerpc/registers.h
    50 
    51 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
    52     $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
    53 
    54 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/old-exceptions \
    55     $(include_rtems_old_exceptions_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
    56 
    57 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/new-exceptions \
    58     $(include_rtems_new_exceptions_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
    59 
    60 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/powerpc \
    61     $(include_rtems_powerpc_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
    6225
    6326C_FILES = # cpu.c
     
    7336    $(TMPINSTALL_FILES)
    7437
     38PREINSTALL_FILES =
     39
     40$(PROJECT_INCLUDE)/asm.h: asm.h
     41        $(INSTALL_DATA) $< $@
     42PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
     43
     44$(PROJECT_INCLUDE)/rtems/score:
     45        @$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
     46PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score
     47
     48$(PROJECT_INCLUDE)/rtems/score/ppc.h: rtems/score/ppc.h
     49        $(INSTALL_DATA) $< $@
     50PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/ppc.h
     51
     52$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h
     53        $(INSTALL_DATA) $< $@
     54PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
     55
     56$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h
     57        $(INSTALL_DATA) $< $@
     58PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
     59
     60$(PROJECT_INCLUDE)/rtems/old-exceptions:
     61        @$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/old-exceptions
     62PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/old-exceptions
     63
     64$(PROJECT_INCLUDE)/rtems/old-exceptions/cpu.h: rtems/old-exceptions/cpu.h
     65        $(INSTALL_DATA) $< $@
     66PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/old-exceptions/cpu.h
     67
     68$(PROJECT_INCLUDE)/rtems/new-exceptions:
     69        @$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/new-exceptions
     70PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/new-exceptions
     71
     72$(PROJECT_INCLUDE)/rtems/new-exceptions/cpu.h: rtems/new-exceptions/cpu.h
     73        $(INSTALL_DATA) $< $@
     74PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/new-exceptions/cpu.h
     75
     76$(PROJECT_INCLUDE)/rtems/powerpc:
     77        @$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/powerpc
     78PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/powerpc
     79
     80$(PROJECT_INCLUDE)/rtems/powerpc/registers.h: rtems/powerpc/registers.h
     81        $(INSTALL_DATA) $< $@
     82PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/powerpc/registers.h
     83
    7584include $(top_srcdir)/../../../automake/local.am
  • cpukit/score/cpu/sh/ChangeLog

    r8b273c2 rd6a444d  
     12003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Don't use gmake rules for preinstallation.
     4
    152003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/score/cpu/sh/Makefile.am

    r8b273c2 rd6a444d  
    99include $(top_srcdir)/../../../automake/lib.am
    1010
    11 $(PROJECT_INCLUDE)/%.h: %.h
    12         $(INSTALL_DATA) $< $@
    13 
    14 $(PROJECT_INCLUDE):
    15         $(mkinstalldirs) $@
    16 
    17 $(PROJECT_INCLUDE)/rtems:
    18         $(mkinstalldirs) $@
    19 
    20 $(PROJECT_INCLUDE)/rtems/score:
    21         $(mkinstalldirs) $@
    22 
    2311include_HEADERS= asm.h
    24 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
    2512
    2613include_rtems_scoredir = $(includedir)/rtems/score
    27 include_rtems_score_HEADERS = \
    28     rtems/score/cpu.h \
    29     rtems/score/types.h \
    30     rtems/score/sh.h \
    31     rtems/score/sh_io.h
    32 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
    33     $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
     14include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/types.h \
     15    rtems/score/sh.h rtems/score/sh_io.h
    3416
    3517C_FILES = cpu.c
     
    4628EXTRA_DIST = cpu.c
    4729
     30PREINSTALL_FILES =
     31
     32$(PROJECT_INCLUDE)/asm.h: asm.h
     33        $(INSTALL_DATA) $< $@
     34PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
     35
     36$(PROJECT_INCLUDE)/rtems/score:
     37        @$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
     38PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score
     39
     40$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h
     41        $(INSTALL_DATA) $< $@
     42PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
     43
     44$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h
     45        $(INSTALL_DATA) $< $@
     46PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
     47
     48$(PROJECT_INCLUDE)/rtems/score/sh.h: rtems/score/sh.h
     49        $(INSTALL_DATA) $< $@
     50PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/sh.h
     51
     52$(PROJECT_INCLUDE)/rtems/score/sh_io.h: rtems/score/sh_io.h
     53        $(INSTALL_DATA) $< $@
     54PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/sh_io.h
     55
    4856include $(top_srcdir)/../../../automake/local.am
  • cpukit/score/cpu/sparc/ChangeLog

    r8b273c2 rd6a444d  
     12003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Don't use gmake rules for preinstallation.
     4
    152003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/score/cpu/sparc/Makefile.am

    r8b273c2 rd6a444d  
    99include $(top_srcdir)/../../../automake/lib.am
    1010
    11 $(PROJECT_INCLUDE)/%.h: %.h
    12         $(INSTALL_DATA) $< $@
    13 
    14 $(PROJECT_INCLUDE):
    15         $(mkinstalldirs) $@
    16 
    17 $(PROJECT_INCLUDE)/rtems:
    18         $(mkinstalldirs) $@
    19 
    20 $(PROJECT_INCLUDE)/rtems/score:
    21         $(mkinstalldirs) $@
    22 
    2311include_HEADERS= asm.h
    24 PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
    2512
    2613include_rtems_scoredir = $(includedir)/rtems/score
    27 include_rtems_score_HEADERS = \
    28     rtems/score/sparc.h \
    29     rtems/score/cpu.h \
     14include_rtems_score_HEADERS = rtems/score/sparc.h rtems/score/cpu.h \
    3015    rtems/score/types.h
    31 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
    32     $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
    3316
    3417C_FILES = cpu.c
     
    4831EXTRA_DIST = cpu.c cpu_asm.S
    4932
     33PREINSTALL_FILES =
     34
     35$(PROJECT_INCLUDE)/asm.h: asm.h
     36        $(INSTALL_DATA) $< $@
     37PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
     38
     39$(PROJECT_INCLUDE)/rtems/score:
     40        @$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
     41PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score
     42
     43$(PROJECT_INCLUDE)/rtems/score/sparc.h: rtems/score/sparc.h
     44        $(INSTALL_DATA) $< $@
     45PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/sparc.h
     46
     47$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h
     48        $(INSTALL_DATA) $< $@
     49PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
     50
     51$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h
     52        $(INSTALL_DATA) $< $@
     53PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
     54
    5055include $(top_srcdir)/../../../automake/local.am
  • cpukit/score/cpu/unix/ChangeLog

    r8b273c2 rd6a444d  
     12003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Don't use gmake rules for preinstallation.
     4
    152003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/score/cpu/unix/Makefile.am

    r8b273c2 rd6a444d  
    1111AM_CPPFLAGS += -DCPU_SYNC_IO $(LIBC_DEFINES)
    1212
    13 $(PROJECT_INCLUDE)/%.h: %.h
    14         $(INSTALL_DATA) $< $@
    15 
    16 $(PROJECT_INCLUDE):
    17         $(mkinstalldirs) $@
    18 
    19 $(PROJECT_INCLUDE)/rtems:
    20         $(mkinstalldirs) $@
    21 
    22 $(PROJECT_INCLUDE)/rtems/score:
    23         $(mkinstalldirs) $@
    24 
    2513include_rtems_scoredir = $(includedir)/rtems/score
    26 include_rtems_score_HEADERS = \
    27     rtems/score/types.h \
    28     rtems/score/cpu.h \
    29     rtems/score/unix.h \
    30     rtems/score/unixsize.h
    31 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/score \
    32     $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
     14include_rtems_score_HEADERS = rtems/score/types.h rtems/score/cpu.h \
     15    rtems/score/unix.h rtems/score/unixsize.h
    3316
    3417C_FILES = cpu.c
     
    4528EXTRA_DIST = cpu.c
    4629
     30PREINSTALL_FILES =
     31
     32$(PROJECT_INCLUDE)/rtems/score:
     33        @$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
     34PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score
     35
     36$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h
     37        $(INSTALL_DATA) $< $@
     38PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
     39
     40$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h
     41        $(INSTALL_DATA) $< $@
     42PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
     43
     44$(PROJECT_INCLUDE)/rtems/score/unix.h: rtems/score/unix.h
     45        $(INSTALL_DATA) $< $@
     46PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/unix.h
     47
     48$(PROJECT_INCLUDE)/rtems/score/unixsize.h: rtems/score/unixsize.h
     49        $(INSTALL_DATA) $< $@
     50PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/unixsize.h
     51
    4752include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.