Changeset 35cd6ae in rtems for c/src/exec/wrapup/Makefile.am
- Timestamp:
- May 28, 2002, 5:21:23 PM (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1b092b7
- Parents:
- 47ef863a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/wrapup/Makefile.am
r47ef863a r35cd6ae 26 26 LIBCSUPPORT_OBJS = $(wildcard ../libcsupport/src/$(ARCH)/*.o) 27 27 28 LIBBLOCK_OBJS = $(wildcard ../libblock/$(ARCH)/*.o) 29 if !UNIX 30 LIBDOSFS_OBJS = $(wildcard ../libfs/src/dosfs/$(ARCH)/*.o) 31 endif 32 LIBIMFS_OBJS = $(wildcard ../libfs/src/imfs/$(ARCH)/*.o) 33 28 34 OBJS = $(CPU_OBJS) $(CORE_OBJS) $(RTEMS_OBJS) $(SAPI_OBJS) \ 29 $(POSIX_OBJS) $(ITRON_OBJS) $(LIBCSUPPORT_OBJS) 35 $(POSIX_OBJS) $(ITRON_OBJS) $(LIBCSUPPORT_OBJS) \ 36 $(LIBBLOCK_OBJS) $(LIBDOSFS_OBJS) $(LIBIMFS_OBJS) 30 37 31 38 $(LIB): ${OBJS}
Note: See TracChangeset
for help on using the changeset viewer.