source: rtems/c/src/lib/libcpu/m68k/Makefile.am @ 867ab080

4.104.114.84.95
Last change on this file since 867ab080 was 5321250, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 12:32:16

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

Makefile.am: Reflect having moved automake.
m68040/Makefile.am: Reflect having moved automake.
m68040/fpsp/Makefile.am: Reflect having moved automake.
shared/Makefile.am: Reflect having moved automake.
shared/cache/Makefile.am: Reflect having moved automake.
shared/misc/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 312 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.