source: rtems/cpukit/score/cpu/m68k/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: 689 bytes
RevLine 
[b17cce8]1##
2## $Id$
3##
[ccf8925b]4
[be2ed3e]5include $(top_srcdir)/automake/compile.am
[f08808e]6
[babf575]7CLEANFILES =
8DISTCLEANFILES =
9
[f346774d]10noinst_LIBRARIES = libscorecpu.a
[2bc236ba]11libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
[f08808e]12
[5f8d82b7]13include_rtemsdir = $(includedir)/rtems
[1f24914a]14include_rtems_HEADERS = rtems/asm.h
[5f8d82b7]15
[384b339e]16include_rtems_m68kdir = $(includedir)/rtems/m68k
[b41906f]17include_rtems_m68k_HEADERS = rtems/m68k/m68302.h rtems/m68k/m68360.h \
18    rtems/m68k/qsm.h rtems/m68k/sim.h
[b17cce8]19
20include_rtems_scoredir = $(includedir)/rtems/score
21include_rtems_score_HEADERS = rtems/score/cpu.h rtems/score/m68k.h \
22    rtems/score/types.h
23
[ec8c1949]24libscorecpu_a_SOURCES = cpu.c cpu_asm.S
[b17cce8]25
[f346774d]26all-local: $(PREINSTALL_FILES)
[b17cce8]27
[babf575]28include $(srcdir)/preinstall.am
[8956e27]29
[be2ed3e]30include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.