Changeset 9a87463 in rtems for c/src/lib/libcpu/mips/Makefile.am
- Timestamp:
- Jan 18, 2004, 9:18:06 AM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 3d1de20
- Parents:
- 0cf9970
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/mips/Makefile.am
r0cf9970 r9a87463 5 5 ACLOCAL_AMFLAGS = -I ../../../aclocal 6 6 7 SHARED_LIB = shared 8 9 if mongoosev 10 CPU_SUBDIR = mongoosev 11 endif 12 13 if tx39 14 CPU_SUBDIR = tx39 15 endif 16 17 if r46xx 18 CPU_SUBDIR = clock timer r46xx 19 endif 20 21 SUBDIRS = $(SHARED_LIB) $(CPU_SUBDIR) 7 SUBDIRS = shared mongoosev tx39 clock timer r46xx 22 8 23 9 include $(top_srcdir)/../../../automake/subdirs.am
Note: See TracChangeset
for help on using the changeset viewer.