Changeset 5710072 in rtems for c/src/lib/libcpu/Makefile.am
- Timestamp:
- 08/08/03 03:14:14 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6bb1897e
- Parents:
- fbd27c8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/Makefile.am
rfbd27c8 r5710072 2 2 ## $Id$ 3 3 ## 4 5 ACLOCAL_AMFLAGS = -I ../../../../aclocal6 4 7 5 noinst_HEADERS = shared/include/cache.h … … 10 8 shared/src/cache_manager.c 11 9 10 SUBDIRS = @libcpu_cpu_subdir@ 11 DIST_SUBDIRS = @libcpu_cpu_subdir@ 12 12 13 SUBDIRS = @subdirs@ 14 15 DIST_SUBDIRS = \ 16 hppa1.1 \ 17 i386 \ 18 i960 \ 19 m68k \ 20 mips \ 21 mips64orion \ 22 powerpc \ 23 sh \ 24 shared \ 25 sparc 26 27 include $(top_srcdir)/../../../../automake/subdirs.am 28 include $(top_srcdir)/../../../../automake/local.am 13 include $(top_srcdir)/../../automake/subdirs.am 14 include $(top_srcdir)/../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.