source: rtems/cpukit/score/cpu/i386/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: 2.5 KB
RevLine 
[b17cce8]1##
2## $Id$
3##
[955a9ba7]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/i386.h \
12    rtems/score/types.h rtems/score/interrupts.h rtems/score/registers.h \
13    rtems/score/idtr.h
14
[f346774d]15noinst_LIBRARIES = libscorecpu.a
[ec8c1949]16libscorecpu_a_SOURCES = cpu.c cpu_asm.S
[2bc236ba]17libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
[b17cce8]18
[f346774d]19all-local: $(PREINSTALL_FILES)
[b17cce8]20
[3d1de20]21PREINSTALL_DIRS =
[b17cce8]22PREINSTALL_FILES =
23
[5f8d82b7]24$(PROJECT_INCLUDE)/rtems/$(dirstamp):
25        @$(mkdir_p) $(PROJECT_INCLUDE)/rtems
26        @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
27PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
[49720ad0]28
[5f8d82b7]29$(PROJECT_INCLUDE)/rtems/asm.h: asm.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
30        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/asm.h
31PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/asm.h
[b17cce8]32
[49720ad0]33$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
[7fccd6d6]34        @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
[49720ad0]35        @: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
[3d1de20]36PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
[b17cce8]37
[49720ad0]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
[b17cce8]40PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
41
[49720ad0]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
[b17cce8]44PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/i386.h
45
[49720ad0]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
[b17cce8]48PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
49
[49720ad0]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
[b17cce8]52PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/interrupts.h
53
[49720ad0]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
[b17cce8]56PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/registers.h
57
[49720ad0]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
[b17cce8]60PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/idtr.h
61
[f346774d]62CLEANFILES = $(PREINSTALL_FILES)
[3d1de20]63DISTCLEANFILES = $(PREINSTALL_DIRS)
[8956e27]64
[be2ed3e]65include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.