Changeset 69537ca9 in rtems for c/src/lib/libbsp/i386/ts_386ex/Makefile.am
- Timestamp:
- 01/12/00 16:38:56 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b2b4835
- Parents:
- 1e194112
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/ts_386ex/Makefile.am
r1e194112 r69537ca9 6 6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal 7 7 8 if HAS_NETWORKING9 # We only build the Network library if HAS_NETWORKING was defined10 NETWORK = network11 endif12 13 8 # wrapup is the one that actually builds and installs the library 14 9 # from the individual .rel files built in other directories 15 SUBDIRS = . include tools start startup clock console timer $(NETWORK)wrapup10 SUBDIRS = . include tools start startup clock console timer network wrapup 16 11 17 12 include $(top_srcdir)/../../bsp.am
Note: See TracChangeset
for help on using the changeset viewer.