source: rtems/cpukit/score/cpu/no_cpu/Makefile.am @ f26145b

4.104.114.84.95
Last change on this file since f26145b was 1f24914a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/04/05 at 05:25:15

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

PR 754/rtems

  • rtems/asm.h: New (relocated from .).
  • asm.h: Remove (moved to rtems/asm.h).
  • Makefile.am: Reflect changes above.
  • Property mode set to 100644
File size: 2.0 KB
RevLine 
[b17cce8]1##
2## $Id$
3##
[955a9ba7]4
[8bdec9c3]5include $(top_srcdir)/automake/compile.am
[b17cce8]6
[5f8d82b7]7include_rtemsdir = $(includedir)/rtems
[1f24914a]8include_rtems_HEADERS = rtems/asm.h
[b17cce8]9
10include_rtems_scoredir = $(includedir)/rtems/score
11include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/no_cpu.h \
12    rtems/score/cpu_asm.h rtems/score/types.h
13
[f346774d]14noinst_LIBRARIES = libscorecpu.a
[ec8c1949]15libscorecpu_a_SOURCES = cpu.c cpu_asm.c
[2bc236ba]16libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
[b17cce8]17
[f346774d]18all-local: $(PREINSTALL_FILES)
[b17cce8]19
[3d1de20]20PREINSTALL_DIRS =
[b17cce8]21PREINSTALL_FILES =
22
[5f8d82b7]23$(PROJECT_INCLUDE)/rtems/$(dirstamp):
24        @$(mkdir_p) $(PROJECT_INCLUDE)/rtems
25        @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
26PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
[49720ad0]27
[1f24914a]28$(PROJECT_INCLUDE)/rtems/asm.h: rtems/asm.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
[5f8d82b7]29        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/asm.h
30PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/asm.h
[b17cce8]31
[49720ad0]32$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
[7fccd6d6]33        @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
[49720ad0]34        @: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
[3d1de20]35PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
[b17cce8]36
[49720ad0]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
[b17cce8]39PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
40
[49720ad0]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
[b17cce8]43PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/no_cpu.h
44
[49720ad0]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
[b17cce8]47PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
48
[49720ad0]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
[b17cce8]51PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
52
[f346774d]53CLEANFILES = $(PREINSTALL_FILES)
[3d1de20]54DISTCLEANFILES = $(PREINSTALL_DIRS)
[8956e27]55
[8bdec9c3]56include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.