source: rtems/cpukit/score/cpu/h8300/Makefile.am @ 2bc236ba

4.104.114.84.95
Last change on this file since 2bc236ba was 2bc236ba, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/07/05 at 06:03:01

2005-01-07 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
  • Property mode set to 100644
File size: 1.7 KB
RevLine 
[b17cce8]1##
2## $Id$
3##
[5532553]4
[be2ed3e]5include $(top_srcdir)/automake/compile.am
[b17cce8]6
[5f8d82b7]7include_rtemsdir = $(includedir)/rtems
8include_rtems_HEADERS = asm.h
[b17cce8]9
10include_rtems_scoredir = $(includedir)/rtems/score
11include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/h8300.h \
12    rtems/score/types.h
13
[f346774d]14noinst_LIBRARIES = libscorecpu.a
[ec8c1949]15libscorecpu_a_SOURCES = cpu.c cpu_asm.S
[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
[5f8d82b7]28$(PROJECT_INCLUDE)/rtems/asm.h: asm.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
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/h8300.h: rtems/score/h8300.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
42        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/h8300.h
[b17cce8]43PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/h8300.h
44
[49720ad0]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
[b17cce8]47PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
48
[f346774d]49CLEANFILES = $(PREINSTALL_FILES)
[3d1de20]50DISTCLEANFILES = $(PREINSTALL_DIRS)
[8956e27]51
[be2ed3e]52include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.