source: rtems/cpukit/score/cpu/unix/Makefile.am @ 624867b

4.104.114.84.95
Last change on this file since 624867b 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: 549 bytes
Line 
1##
2## $Id$
3##
4
5include $(top_srcdir)/automake/compile.am
6
7CLEANFILES =
8DISTCLEANFILES =
9
10AM_CPPFLAGS += -DCPU_SYNC_IO
11
12include_rtemsdir = $(includedir)/rtems
13include_rtems_HEADERS = rtems/asm.h
14
15include_rtems_scoredir = $(includedir)/rtems/score
16include_rtems_score_HEADERS = rtems/score/types.h rtems/score/cpu.h \
17    rtems/score/unix.h
18
19noinst_LIBRARIES = libscorecpu.a
20libscorecpu_a_SOURCES = cpu.c
21libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
22
23all-local: $(PREINSTALL_FILES)
24
25include $(srcdir)/preinstall.am
26
27include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.