source: rtems/c/src/lib/libcpu/m68k/Makefile.am @ 7023111e

4.104.114.84.95
Last change on this file since 7023111e was fe8bc62f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/03 at 06:47:09

2003-08-18 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Reflect having moved aclocal/.
  • Property mode set to 100644
File size: 306 bytes
RevLine 
[df49c60]1##
[400c552]2## $Id$
[df49c60]3##
[400c552]4
[fe8bc62f]5ACLOCAL_AMFLAGS = -I ../../../aclocal
[400c552]6
[cf1f72e]7if shared
8SHARED_LIB = shared
9endif
10
11if m68040
12CPU_SUBDIR = m68040
13endif
14
[62f48b3]15if mcf5206
16CPU_SUBDIR = mcf5206
17endif
18
[cf1f72e]19SUBDIRS = $(SHARED_LIB) $(CPU_SUBDIR)
[400c552]20
[5321250]21include $(top_srcdir)/../../../automake/subdirs.am
22include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.