Changeset 18039447 in rtems for c/src/lib/libcpu/m68k/Makefile.am
- Timestamp:
- Jan 20, 2004, 2:20:27 AM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1116601
- Parents:
- 7023111e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/m68k/Makefile.am
r7023111e r18039447 5 5 ACLOCAL_AMFLAGS = -I ../../../aclocal 6 6 7 if shared 8 SHARED_LIB = shared 9 endif 10 11 if m68040 12 CPU_SUBDIR = m68040 13 endif 14 15 if mcf5206 16 CPU_SUBDIR = mcf5206 17 endif 18 19 SUBDIRS = $(SHARED_LIB) $(CPU_SUBDIR) 7 SUBDIRS = shared m68040 mcf5206 20 8 21 9 include $(top_srcdir)/../../../automake/subdirs.am
Note: See TracChangeset
for help on using the changeset viewer.