source: rtems/cpukit/score/cpu/c4x/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: 658 bytes
Line 
1##
2## $Id$
3##
4
5include $(top_srcdir)/automake/compile.am
6
7CLEANFILES =
8DISTCLEANFILES =
9
10include_rtemsdir = $(includedir)/rtems
11include_rtems_HEADERS = rtems/asm.h
12
13include_rtems_tic4xdir = $(includedir)/rtems/tic4x
14include_rtems_tic4x_HEADERS = rtems/tic4x/c4xio.h
15
16include_rtems_scoredir = $(includedir)/rtems/score
17include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/c4x.h \
18    rtems/score/types.h rtems/score/cpu_asm.h
19
20noinst_LIBRARIES = libscorecpu.a
21libscorecpu_a_SOURCES = cpu.c irq.c cpu_asm.S
22libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
23
24all-local: $(PREINSTALL_FILES)
25
26include $(srcdir)/preinstall.am
27
28include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.