source: rtems/cpukit/score/cpu/sparc/Makefile.am @ babf575

4.104.114.84.95
Last change on this file since babf575 was babf575, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/08/05 at 15:45:55

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

  • Makefile.am: Split out preinstallation rules.
  • preinstall.am: New (Split out from Makefile.am).
  • Property mode set to 100644
File size: 530 bytes
RevLine 
[b17cce8]1##
2## $Id$
3##
[ccf8925b]4
[8bdec9c3]5include $(top_srcdir)/automake/compile.am
[b17cce8]6
[babf575]7CLEANFILES =
8DISTCLEANFILES =
9
[5f8d82b7]10include_rtemsdir = $(includedir)/rtems
[1f24914a]11include_rtems_HEADERS = rtems/asm.h
[b17cce8]12
13include_rtems_scoredir = $(includedir)/rtems/score
14include_rtems_score_HEADERS = rtems/score/sparc.h rtems/score/cpu.h \
15    rtems/score/types.h
16
[f346774d]17noinst_LIBRARIES = libscorecpu.a
[ec8c1949]18libscorecpu_a_SOURCES = cpu.c cpu_asm.S
[2bc236ba]19libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
[b17cce8]20
[f346774d]21all-local: $(PREINSTALL_FILES)
[b17cce8]22
[babf575]23include $(srcdir)/preinstall.am
[8956e27]24
[8bdec9c3]25include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.