source: rtems/c/src/lib/libcpu/m68k/Makefile.am @ 7a53dc9

4.104.114.84.95
Last change on this file since 7a53dc9 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
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../aclocal
6
7if shared
8SHARED_LIB = shared
9endif
10
11if m68040
12CPU_SUBDIR = m68040
13endif
14
15if mcf5206
16CPU_SUBDIR = mcf5206
17endif
18
19SUBDIRS = $(SHARED_LIB) $(CPU_SUBDIR)
20
21include $(top_srcdir)/../../../automake/subdirs.am
22include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.