Changeset 48dad29 in rtems
- Timestamp:
- 08/01/02 11:59:58 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- d66ca67
- Parents:
- d6f4c1b6
- Location:
- cpukit/sapi
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/sapi/ChangeLog
rd6f4c1b6 r48dad29 1 2002-08-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * src/Makefile.am: Add libsapi.a. 4 1 5 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
cpukit/sapi/src/Makefile.am
rd6f4c1b6 r48dad29 3 3 ## 4 4 5 LIB=$(ARCH)/libsapi.a 5 6 6 7 EXTENSION_FILES = extension.c extensioncreate.c extensiondelete.c \ … … 22 23 AM_CPPFLAGS += -D__RTEMS_INSIDE__ 23 24 24 all-local: ${ARCH} ${OBJS} 25 all-local: ${ARCH} $(LIB) 26 27 $(LIB): ${OBJS} 28 $(make-library) 25 29 26 30 EXTRA_DIST = $(C_FILES)
Note: See TracChangeset
for help on using the changeset viewer.