Changeset babf575 in rtems


Ignore:
Timestamp:
02/08/05 15:45:55 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
624867b
Parents:
418372a1
Message:

2005-02-08 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Split out preinstallation rules.
  • preinstall.am: New (Split out from Makefile.am).
Location:
cpukit/score/cpu
Files:
13 added
26 edited

Legend:

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

    r418372a1 rbabf575  
     12005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
     2
     3        * Makefile.am: Split out preinstallation rules.
     4        * preinstall.am: New (Split out from Makefile.am).
     5
    162005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
    27
  • cpukit/score/cpu/arm/Makefile.am

    r418372a1 rbabf575  
    44
    55include $(top_srcdir)/automake/compile.am
     6
     7CLEANFILES =
     8DISTCLEANFILES =
    69
    710include_rtemsdir = $(includedir)/rtems
     
    1821all-local: $(PREINSTALL_FILES)
    1922
    20 PREINSTALL_DIRS =
    21 PREINSTALL_FILES =
    22 
    23 $(PROJECT_INCLUDE)/rtems/$(dirstamp):
    24         @$(mkdir_p) $(PROJECT_INCLUDE)/rtems
    25         @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    26 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    27 
    28 $(PROJECT_INCLUDE)/rtems/asm.h: rtems/asm.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    29         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/asm.h
    30 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/asm.h
    31 
    32 $(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
    33         @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
    34         @: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    35 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    36 
    37 $(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    38         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
    39 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
    40 
    41 $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h: rtems/score/cpu_asm.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    42         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
    43 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
    44 
    45 $(PROJECT_INCLUDE)/rtems/score/arm.h: rtems/score/arm.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    46         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/arm.h
    47 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/arm.h
    48 
    49 $(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    50         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
    51 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
    52 
    53 CLEANFILES = $(PREINSTALL_FILES)
    54 DISTCLEANFILES = $(PREINSTALL_DIRS)
     23include $(srcdir)/preinstall.am
    5524
    5625include $(top_srcdir)/automake/local.am
  • cpukit/score/cpu/avr/ChangeLog

    r418372a1 rbabf575  
     12005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
     2
     3        * Makefile.am: Split out preinstallation rules.
     4        * preinstall.am: New (Split out from Makefile.am).
     5
    162005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
    27
  • cpukit/score/cpu/avr/Makefile.am

    r418372a1 rbabf575  
    44
    55include $(top_srcdir)/automake/compile.am
     6
     7CLEANFILES =
     8DISTCLEANFILES =
    69
    710include_rtemsdir = $(includedir)/rtems
     
    1821all-local: $(PREINSTALL_FILES)
    1922
    20 PREINSTALL_DIRS =
    21 PREINSTALL_FILES =
    22 
    23 $(PROJECT_INCLUDE)/rtems/$(dirstamp):
    24         @$(mkdir_p) $(PROJECT_INCLUDE)/rtems
    25         @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    26 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    27 
    28 $(PROJECT_INCLUDE)/rtems/asm.h: rtems/asm.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    29         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/asm.h
    30 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/asm.h
    31 
    32 $(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
    33         @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
    34         @: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    35 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    36 
    37 $(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    38         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
    39 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
    40 
    41 $(PROJECT_INCLUDE)/rtems/score/avr.h: rtems/score/avr.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    42         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/avr.h
    43 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/avr.h
    44 
    45 $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h: rtems/score/cpu_asm.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    46         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
    47 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
    48 
    49 $(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    50         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
    51 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
    52 
    53 CLEANFILES = $(PREINSTALL_FILES)
    54 DISTCLEANFILES = $(PREINSTALL_DIRS)
     23include $(srcdir)/preinstall.am
    5524
    5625include $(top_srcdir)/automake/local.am
  • cpukit/score/cpu/c4x/ChangeLog

    r418372a1 rbabf575  
     12005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
     2
     3        * Makefile.am: Split out preinstallation rules.
     4        * preinstall.am: New (Split out from Makefile.am).
     5
    162005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
    27
  • cpukit/score/cpu/c4x/Makefile.am

    r418372a1 rbabf575  
    44
    55include $(top_srcdir)/automake/compile.am
     6
     7CLEANFILES =
     8DISTCLEANFILES =
    69
    710include_rtemsdir = $(includedir)/rtems
     
    2124all-local: $(PREINSTALL_FILES)
    2225
    23 PREINSTALL_DIRS =
    24 PREINSTALL_FILES =
    25 
    26 $(PROJECT_INCLUDE)/rtems/$(dirstamp):
    27         @$(mkdir_p) $(PROJECT_INCLUDE)/rtems
    28         @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    29 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    30 
    31 $(PROJECT_INCLUDE)/rtems/asm.h: rtems/asm.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    32         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/asm.h
    33 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/asm.h
    34 
    35 $(PROJECT_INCLUDE)/rtems/tic4x/$(dirstamp):
    36         @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/tic4x
    37         @: > $(PROJECT_INCLUDE)/rtems/tic4x/$(dirstamp)
    38 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/tic4x/$(dirstamp)
    39 
    40 $(PROJECT_INCLUDE)/rtems/tic4x/c4xio.h: rtems/tic4x/c4xio.h $(PROJECT_INCLUDE)/rtems/tic4x/$(dirstamp)
    41         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/tic4x/c4xio.h
    42 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/tic4x/c4xio.h
    43 
    44 $(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
    45         @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
    46         @: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    47 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    48 
    49 $(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    50         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
    51 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
    52 
    53 $(PROJECT_INCLUDE)/rtems/score/c4x.h: rtems/score/c4x.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    54         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/c4x.h
    55 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/c4x.h
    56 
    57 $(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    58         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
    59 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
    60 
    61 $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h: rtems/score/cpu_asm.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    62         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
    63 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
    64 
    65 CLEANFILES = $(PREINSTALL_FILES)
    66 DISTCLEANFILES = $(PREINSTALL_DIRS)
     26include $(srcdir)/preinstall.am
    6727
    6828include $(top_srcdir)/automake/local.am
  • cpukit/score/cpu/h8300/ChangeLog

    r418372a1 rbabf575  
     12005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
     2
     3        * Makefile.am: Split out preinstallation rules.
     4        * preinstall.am: New (Split out from Makefile.am).
     5
    162005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
    27
  • cpukit/score/cpu/h8300/Makefile.am

    r418372a1 rbabf575  
    44
    55include $(top_srcdir)/automake/compile.am
     6
     7CLEANFILES =
     8DISTCLEANFILES =
    69
    710include_rtemsdir = $(includedir)/rtems
     
    1821all-local: $(PREINSTALL_FILES)
    1922
    20 PREINSTALL_DIRS =
    21 PREINSTALL_FILES =
    22 
    23 $(PROJECT_INCLUDE)/rtems/$(dirstamp):
    24         @$(mkdir_p) $(PROJECT_INCLUDE)/rtems
    25         @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    26 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    27 
    28 $(PROJECT_INCLUDE)/rtems/asm.h: rtems/asm.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    29         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/asm.h
    30 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/asm.h
    31 
    32 $(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
    33         @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
    34         @: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    35 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    36 
    37 $(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    38         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
    39 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
    40 
    41 $(PROJECT_INCLUDE)/rtems/score/h8300.h: rtems/score/h8300.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    42         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/h8300.h
    43 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/h8300.h
    44 
    45 $(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    46         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
    47 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
    48 
    49 CLEANFILES = $(PREINSTALL_FILES)
    50 DISTCLEANFILES = $(PREINSTALL_DIRS)
     23include $(srcdir)/preinstall.am
    5124
    5225include $(top_srcdir)/automake/local.am
  • cpukit/score/cpu/i386/ChangeLog

    r418372a1 rbabf575  
     12005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
     2
     3        * Makefile.am: Split out preinstallation rules.
     4        * preinstall.am: New (Split out from Makefile.am).
     5
    162005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
    27
  • cpukit/score/cpu/i386/Makefile.am

    r418372a1 rbabf575  
    44
    55include $(top_srcdir)/automake/compile.am
     6
     7CLEANFILES =
     8DISTCLEANFILES =
    69
    710include_rtemsdir = $(includedir)/rtems
     
    1922all-local: $(PREINSTALL_FILES)
    2023
    21 PREINSTALL_DIRS =
    22 PREINSTALL_FILES =
    23 
    24 $(PROJECT_INCLUDE)/rtems/$(dirstamp):
    25         @$(mkdir_p) $(PROJECT_INCLUDE)/rtems
    26         @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    27 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    28 
    29 $(PROJECT_INCLUDE)/rtems/asm.h: rtems/asm.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    30         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/asm.h
    31 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/asm.h
    32 
    33 $(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
    34         @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
    35         @: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    36 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    37 
    38 $(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    39         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
    40 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
    41 
    42 $(PROJECT_INCLUDE)/rtems/score/i386.h: rtems/score/i386.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    43         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/i386.h
    44 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/i386.h
    45 
    46 $(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    47         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
    48 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
    49 
    50 $(PROJECT_INCLUDE)/rtems/score/interrupts.h: rtems/score/interrupts.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    51         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/interrupts.h
    52 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/interrupts.h
    53 
    54 $(PROJECT_INCLUDE)/rtems/score/registers.h: rtems/score/registers.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    55         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/registers.h
    56 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/registers.h
    57 
    58 $(PROJECT_INCLUDE)/rtems/score/idtr.h: rtems/score/idtr.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    59         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/idtr.h
    60 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/idtr.h
    61 
    62 CLEANFILES = $(PREINSTALL_FILES)
    63 DISTCLEANFILES = $(PREINSTALL_DIRS)
     24include $(srcdir)/preinstall.am
    6425
    6526include $(top_srcdir)/automake/local.am
  • cpukit/score/cpu/m68k/ChangeLog

    r418372a1 rbabf575  
     12005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
     2
     3        * Makefile.am: Split out preinstallation rules.
     4        * preinstall.am: New (Split out from Makefile.am).
     5
    162005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
    27
  • cpukit/score/cpu/m68k/Makefile.am

    r418372a1 rbabf575  
    44
    55include $(top_srcdir)/automake/compile.am
     6
     7CLEANFILES =
     8DISTCLEANFILES =
    69
    710noinst_LIBRARIES = libscorecpu.a
     
    2326all-local: $(PREINSTALL_FILES)
    2427
    25 PREINSTALL_DIRS =
    26 PREINSTALL_FILES =
    27 
    28 $(PROJECT_INCLUDE)/rtems/$(dirstamp):
    29         @$(mkdir_p) $(PROJECT_INCLUDE)/rtems
    30         @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    31 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    32 
    33 $(PROJECT_INCLUDE)/rtems/asm.h: rtems/asm.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    34         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/asm.h
    35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/asm.h
    36 
    37 $(PROJECT_INCLUDE)/rtems/m68k/$(dirstamp):
    38         @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/m68k
    39         @: > $(PROJECT_INCLUDE)/rtems/m68k/$(dirstamp)
    40 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/m68k/$(dirstamp)
    41 
    42 $(PROJECT_INCLUDE)/rtems/m68k/m68302.h: rtems/m68k/m68302.h $(PROJECT_INCLUDE)/rtems/m68k/$(dirstamp)
    43         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/m68k/m68302.h
    44 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/m68k/m68302.h
    45 
    46 $(PROJECT_INCLUDE)/rtems/m68k/m68360.h: rtems/m68k/m68360.h $(PROJECT_INCLUDE)/rtems/m68k/$(dirstamp)
    47         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/m68k/m68360.h
    48 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/m68k/m68360.h
    49 
    50 $(PROJECT_INCLUDE)/rtems/m68k/qsm.h: rtems/m68k/qsm.h $(PROJECT_INCLUDE)/rtems/m68k/$(dirstamp)
    51         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/m68k/qsm.h
    52 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/m68k/qsm.h
    53 
    54 $(PROJECT_INCLUDE)/rtems/m68k/sim.h: rtems/m68k/sim.h $(PROJECT_INCLUDE)/rtems/m68k/$(dirstamp)
    55         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/m68k/sim.h
    56 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/m68k/sim.h
    57 
    58 $(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
    59         @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
    60         @: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    61 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    62 
    63 $(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    64         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
    65 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
    66 
    67 $(PROJECT_INCLUDE)/rtems/score/m68k.h: rtems/score/m68k.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    68         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/m68k.h
    69 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/m68k.h
    70 
    71 $(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    72         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
    73 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
    74 
    75 CLEANFILES = $(PREINSTALL_FILES)
    76 DISTCLEANFILES = $(PREINSTALL_DIRS)
     28include $(srcdir)/preinstall.am
    7729
    7830include $(top_srcdir)/automake/local.am
  • cpukit/score/cpu/mips/ChangeLog

    r418372a1 rbabf575  
     12005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
     2
     3        * Makefile.am: Split out preinstallation rules.
     4        * preinstall.am: New (Split out from Makefile.am).
     5
    162005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
    27
  • cpukit/score/cpu/mips/Makefile.am

    r418372a1 rbabf575  
    44
    55include $(top_srcdir)/automake/compile.am
     6
     7CLEANFILES =
     8DISTCLEANFILES =
    69
    710include_rtemsdir = $(includedir)/rtems
     
    2124all-local: $(PREINSTALL_FILES)
    2225
    23 PREINSTALL_DIRS =
    24 PREINSTALL_FILES =
    25 
    26 $(PROJECT_INCLUDE)/rtems/$(dirstamp):
    27         @$(mkdir_p) $(PROJECT_INCLUDE)/rtems
    28         @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    29 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    30 
    31 $(PROJECT_INCLUDE)/rtems/asm.h: rtems/asm.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    32         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/asm.h
    33 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/asm.h
    34 
    35 $(PROJECT_INCLUDE)/rtems/mips/$(dirstamp):
    36         @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/mips
    37         @: > $(PROJECT_INCLUDE)/rtems/mips/$(dirstamp)
    38 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/mips/$(dirstamp)
    39 
    40 $(PROJECT_INCLUDE)/rtems/mips/idtcpu.h: rtems/mips/idtcpu.h $(PROJECT_INCLUDE)/rtems/mips/$(dirstamp)
    41         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/mips/idtcpu.h
    42 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/mips/idtcpu.h
    43 
    44 $(PROJECT_INCLUDE)/rtems/mips/iregdef.h: rtems/mips/iregdef.h $(PROJECT_INCLUDE)/rtems/mips/$(dirstamp)
    45         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/mips/iregdef.h
    46 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/mips/iregdef.h
    47 
    48 $(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
    49         @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
    50         @: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    51 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    52 
    53 $(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    54         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
    55 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
    56 
    57 $(PROJECT_INCLUDE)/rtems/score/mips.h: rtems/score/mips.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    58         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/mips.h
    59 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/mips.h
    60 
    61 $(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    62         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
    63 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
    64 
    65 CLEANFILES = $(PREINSTALL_FILES)
    66 DISTCLEANFILES = $(PREINSTALL_DIRS)
     26include $(srcdir)/preinstall.am
    6727
    6828include $(top_srcdir)/automake/local.am
  • cpukit/score/cpu/no_cpu/ChangeLog

    r418372a1 rbabf575  
     12005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
     2
     3        * Makefile.am: Split out preinstallation rules.
     4        * preinstall.am: New (Split out from Makefile.am).
     5
    162005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
    27
  • cpukit/score/cpu/no_cpu/Makefile.am

    r418372a1 rbabf575  
    44
    55include $(top_srcdir)/automake/compile.am
     6
     7CLEANFILES =
     8DISTCLEANFILES =
    69
    710include_rtemsdir = $(includedir)/rtems
     
    1821all-local: $(PREINSTALL_FILES)
    1922
    20 PREINSTALL_DIRS =
    21 PREINSTALL_FILES =
    22 
    23 $(PROJECT_INCLUDE)/rtems/$(dirstamp):
    24         @$(mkdir_p) $(PROJECT_INCLUDE)/rtems
    25         @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    26 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    27 
    28 $(PROJECT_INCLUDE)/rtems/asm.h: rtems/asm.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    29         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/asm.h
    30 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/asm.h
    31 
    32 $(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
    33         @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
    34         @: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    35 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    36 
    37 $(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    38         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
    39 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
    40 
    41 $(PROJECT_INCLUDE)/rtems/score/no_cpu.h: rtems/score/no_cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    42         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/no_cpu.h
    43 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/no_cpu.h
    44 
    45 $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h: rtems/score/cpu_asm.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    46         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
    47 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
    48 
    49 $(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    50         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
    51 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
    52 
    53 CLEANFILES = $(PREINSTALL_FILES)
    54 DISTCLEANFILES = $(PREINSTALL_DIRS)
     23include $(srcdir)/preinstall.am
    5524
    5625include $(top_srcdir)/automake/local.am
  • cpukit/score/cpu/or32/ChangeLog

    r418372a1 rbabf575  
     12005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
     2
     3        * Makefile.am: Split out preinstallation rules.
     4        * preinstall.am: New (Split out from Makefile.am).
     5
    162005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
    27
  • cpukit/score/cpu/or32/Makefile.am

    r418372a1 rbabf575  
    44
    55include $(top_srcdir)/automake/compile.am
     6
     7CLEANFILES =
     8DISTCLEANFILES =
    69
    710include_rtemsdir = $(includedir)/rtems
     
    1821all-local: $(PREINSTALL_FILES)
    1922
    20 PREINSTALL_DIRS =
    21 PREINSTALL_FILES =
    22 
    23 $(PROJECT_INCLUDE)/rtems/$(dirstamp):
    24         @$(mkdir_p) $(PROJECT_INCLUDE)/rtems
    25         @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    26 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    27 
    28 $(PROJECT_INCLUDE)/rtems/asm.h: rtems/asm.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    29         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/asm.h
    30 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/asm.h
    31 
    32 $(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
    33         @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
    34         @: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    35 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    36 
    37 $(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    38         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
    39 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
    40 
    41 $(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    42         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
    43 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
    44 
    45 $(PROJECT_INCLUDE)/rtems/score/or32.h: rtems/score/or32.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    46         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/or32.h
    47 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/or32.h
    48 
    49 $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h: rtems/score/cpu_asm.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    50         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
    51 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
    52 
    53 CLEANFILES = $(PREINSTALL_FILES)
    54 DISTCLEANFILES = $(PREINSTALL_DIRS)
     23include $(srcdir)/preinstall.am
    5524
    5625include $(top_srcdir)/automake/local.am
  • cpukit/score/cpu/powerpc/ChangeLog

    r418372a1 rbabf575  
     12005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
     2
     3        * Makefile.am: Split out preinstallation rules.
     4        * preinstall.am: New (Split out from Makefile.am).
     5
    162005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
    27
  • cpukit/score/cpu/powerpc/Makefile.am

    r418372a1 rbabf575  
    44
    55include $(top_srcdir)/automake/compile.am
     6
     7CLEANFILES =
     8DISTCLEANFILES =
    69
    710include_rtemsdir = $(includedir)/rtems
     
    2629all-local: $(PREINSTALL_FILES)
    2730
    28 PREINSTALL_DIRS =
    29 PREINSTALL_FILES =
    30 
    31 $(PROJECT_INCLUDE)/rtems/$(dirstamp):
    32         @$(mkdir_p) $(PROJECT_INCLUDE)/rtems
    33         @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    34 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    35 
    36 $(PROJECT_INCLUDE)/rtems/asm.h: rtems/asm.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    37         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/asm.h
    38 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/asm.h
    39 
    40 $(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
    41         @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
    42         @: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    43 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    44 
    45 $(PROJECT_INCLUDE)/rtems/score/powerpc.h: rtems/score/powerpc.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    46         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/powerpc.h
    47 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/powerpc.h
    48 
    49 $(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    50         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
    51 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
    52 
    53 $(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    54         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
    55 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
    56 
    57 if DEPRECATED
    58 $(PROJECT_INCLUDE)/rtems/score/ppc.h: rtems/score/ppc.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    59         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/ppc.h
    60 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/ppc.h
    61 endif
    62 
    63 $(PROJECT_INCLUDE)/rtems/old-exceptions/$(dirstamp):
    64         @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/old-exceptions
    65         @: > $(PROJECT_INCLUDE)/rtems/old-exceptions/$(dirstamp)
    66 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/old-exceptions/$(dirstamp)
    67 
    68 $(PROJECT_INCLUDE)/rtems/old-exceptions/cpu.h: rtems/old-exceptions/cpu.h $(PROJECT_INCLUDE)/rtems/old-exceptions/$(dirstamp)
    69         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/old-exceptions/cpu.h
    70 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/old-exceptions/cpu.h
    71 
    72 $(PROJECT_INCLUDE)/rtems/new-exceptions/$(dirstamp):
    73         @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/new-exceptions
    74         @: > $(PROJECT_INCLUDE)/rtems/new-exceptions/$(dirstamp)
    75 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/new-exceptions/$(dirstamp)
    76 
    77 $(PROJECT_INCLUDE)/rtems/new-exceptions/cpu.h: rtems/new-exceptions/cpu.h $(PROJECT_INCLUDE)/rtems/new-exceptions/$(dirstamp)
    78         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/new-exceptions/cpu.h
    79 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/new-exceptions/cpu.h
    80 
    81 $(PROJECT_INCLUDE)/rtems/powerpc/$(dirstamp):
    82         @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/powerpc
    83         @: > $(PROJECT_INCLUDE)/rtems/powerpc/$(dirstamp)
    84 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/powerpc/$(dirstamp)
    85 
    86 $(PROJECT_INCLUDE)/rtems/powerpc/registers.h: rtems/powerpc/registers.h $(PROJECT_INCLUDE)/rtems/powerpc/$(dirstamp)
    87         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/powerpc/registers.h
    88 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/powerpc/registers.h
    89 
    90 CLEANFILES = $(PREINSTALL_FILES)
    91 DISTCLEANFILES = $(PREINSTALL_DIRS)
     31include $(srcdir)/preinstall.am
    9232
    9333include $(top_srcdir)/automake/local.am
  • cpukit/score/cpu/sh/ChangeLog

    r418372a1 rbabf575  
     12005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
     2
     3        * Makefile.am: Split out preinstallation rules.
     4        * preinstall.am: New (Split out from Makefile.am).
     5
    162005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
    27
  • cpukit/score/cpu/sh/Makefile.am

    r418372a1 rbabf575  
    44
    55include $(top_srcdir)/automake/compile.am
     6
     7CLEANFILES =
     8DISTCLEANFILES =
    69
    710include_rtemsdir = $(includedir)/rtems
     
    1821all-local: $(PREINSTALL_FILES)
    1922
    20 PREINSTALL_DIRS =
    21 PREINSTALL_FILES =
    22 
    23 $(PROJECT_INCLUDE)/rtems/$(dirstamp):
    24         @$(mkdir_p) $(PROJECT_INCLUDE)/rtems
    25         @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    26 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    27 
    28 $(PROJECT_INCLUDE)/rtems/asm.h: rtems/asm.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    29         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/asm.h
    30 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/asm.h
    31 
    32 $(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
    33         @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
    34         @: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    35 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    36 
    37 $(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    38         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
    39 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
    40 
    41 $(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    42         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
    43 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
    44 
    45 $(PROJECT_INCLUDE)/rtems/score/sh.h: rtems/score/sh.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    46         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/sh.h
    47 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/sh.h
    48 
    49 $(PROJECT_INCLUDE)/rtems/score/sh_io.h: rtems/score/sh_io.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    50         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/sh_io.h
    51 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/sh_io.h
    52 
    53 CLEANFILES = $(PREINSTALL_FILES)
    54 DISTCLEANFILES = $(PREINSTALL_DIRS)
     23include $(srcdir)/preinstall.am
    5524
    5625include $(top_srcdir)/automake/local.am
  • cpukit/score/cpu/sparc/ChangeLog

    r418372a1 rbabf575  
     12005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
     2
     3        * Makefile.am: Split out preinstallation rules.
     4        * preinstall.am: New (Split out from Makefile.am).
     5
    162005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
    27
  • cpukit/score/cpu/sparc/Makefile.am

    r418372a1 rbabf575  
    44
    55include $(top_srcdir)/automake/compile.am
     6
     7CLEANFILES =
     8DISTCLEANFILES =
    69
    710include_rtemsdir = $(includedir)/rtems
     
    1821all-local: $(PREINSTALL_FILES)
    1922
    20 PREINSTALL_DIRS =
    21 PREINSTALL_FILES =
    22 
    23 $(PROJECT_INCLUDE)/rtems/$(dirstamp):
    24         @$(mkdir_p) $(PROJECT_INCLUDE)/rtems
    25         @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    26 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    27 
    28 $(PROJECT_INCLUDE)/rtems/asm.h: rtems/asm.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    29         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/asm.h
    30 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/asm.h
    31 
    32 $(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
    33         @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
    34         @: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    35 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    36 
    37 $(PROJECT_INCLUDE)/rtems/score/sparc.h: rtems/score/sparc.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    38         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/sparc.h
    39 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/sparc.h
    40 
    41 $(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    42         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
    43 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
    44 
    45 $(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    46         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
    47 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
    48 
    49 CLEANFILES = $(PREINSTALL_FILES)
    50 DISTCLEANFILES = $(PREINSTALL_DIRS)
     23include $(srcdir)/preinstall.am
    5124
    5225include $(top_srcdir)/automake/local.am
  • cpukit/score/cpu/unix/ChangeLog

    r418372a1 rbabf575  
     12005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
     2
     3        * Makefile.am: Split out preinstallation rules.
     4        * preinstall.am: New (Split out from Makefile.am).
     5
    162005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
    27
  • cpukit/score/cpu/unix/Makefile.am

    r418372a1 rbabf575  
    44
    55include $(top_srcdir)/automake/compile.am
     6
     7CLEANFILES =
     8DISTCLEANFILES =
    69
    710AM_CPPFLAGS += -DCPU_SYNC_IO
     
    2023all-local: $(PREINSTALL_FILES)
    2124
    22 PREINSTALL_DIRS =
    23 PREINSTALL_FILES =
    24 
    25 $(PROJECT_INCLUDE)/rtems/$(dirstamp):
    26         @$(mkdir_p) $(PROJECT_INCLUDE)/rtems
    27         @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    28 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    29 
    30 $(PROJECT_INCLUDE)/rtems/asm.h: rtems/asm.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
    31         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/asm.h
    32 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/asm.h
    33 
    34 $(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
    35         @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
    36         @: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    37 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    38 
    39 $(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    40         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
    41 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
    42 
    43 $(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    44         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
    45 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
    46 
    47 $(PROJECT_INCLUDE)/rtems/score/unix.h: rtems/score/unix.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
    48         $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/unix.h
    49 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/unix.h
    50 
    51 CLEANFILES = $(PREINSTALL_FILES)
    52 DISTCLEANFILES = $(PREINSTALL_DIRS)
     25include $(srcdir)/preinstall.am
    5326
    5427include $(top_srcdir)/automake/local.am
Note: See TracChangeset for help on using the changeset viewer.