Changeset 5710072 in rtems for c/src/lib/libbsp/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/libbsp/Makefile.am
rfbd27c8 r5710072 2 2 ## $Id$ 3 3 ## 4 5 ACLOCAL_AMFLAGS = -I ../../../../aclocal6 4 7 5 # If we are building a "real" BSP, then we need to descend into the … … 11 9 # into that directory. 12 10 13 SUBDIRS = shared shmdr @subdirs@ 11 SUBDIRS = shared shmdr @libbsp_cpu_subdir@ 12 DIST_SUBDIRS = shared shmdr @libbsp_cpu_subdir@ 14 13 15 14 EXTRA_DIST = MERGE.PROCEDURE bsp.am 16 15 17 include $(top_srcdir)/../../ ../../automake/subdirs.am18 include $(top_srcdir)/../../ ../../automake/local.am16 include $(top_srcdir)/../../automake/subdirs.am 17 include $(top_srcdir)/../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.