source: rtems/cpukit/score/cpu/unix/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: 549 bytes
RevLine 
[b17cce8]1##
2## $Id$
3##
[ccf8925b]4
[411b065]5include $(top_srcdir)/automake/compile.am
[b17cce8]6
[babf575]7CLEANFILES =
8DISTCLEANFILES =
9
[5462949]10AM_CPPFLAGS += -DCPU_SYNC_IO
[b17cce8]11
[bd00319]12include_rtemsdir = $(includedir)/rtems
[1f24914a]13include_rtems_HEADERS = rtems/asm.h
[bd00319]14
[b17cce8]15include_rtems_scoredir = $(includedir)/rtems/score
16include_rtems_score_HEADERS = rtems/score/types.h rtems/score/cpu.h \
[411b065]17    rtems/score/unix.h
[b17cce8]18
[f346774d]19noinst_LIBRARIES = libscorecpu.a
[ec8c1949]20libscorecpu_a_SOURCES = cpu.c
[2bc236ba]21libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
[b17cce8]22
[f346774d]23all-local: $(PREINSTALL_FILES)
[b17cce8]24
[babf575]25include $(srcdir)/preinstall.am
[8956e27]26
[411b065]27include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.