Changeset 2f6a4b3 in rtems
- Timestamp:
- 08/11/02 05:58:11 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c6bb4fa4
- Parents:
- 45e4f321
- Location:
- c/src/optman
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/optman/ChangeLog
r45e4f321 r2f6a4b3 1 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * rtems/Makefile.am: Use .$(OBJEXT) instead of .o. 4 * sapi/Makefile.am: Use .$(OBJEXT) instead of .o. 5 1 6 2002-07-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/optman/rtems/Makefile.am
r45e4f321 r2f6a4b3 6 6 C_FILES = no-dpmem.c no-event.c no-msg.c no-mp.c no-part.c no-region.c \ 7 7 no-rtmon.c no-sem.c no-signal.c no-timer.c 8 C_O_FILES = $(C_FILES:%.c=${ARCH}/%. o)8 C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT)) 9 9 10 10 PGMS = $(C_FILES:%.c=$(ARCH)/%.rel) -
c/src/optman/sapi/Makefile.am
r45e4f321 r2f6a4b3 5 5 6 6 C_FILES = no-ext.c no-io.c 7 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%. o)7 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 8 8 9 9 PGMS = $(C_FILES:%.c=$(ARCH)/%.rel)
Note: See TracChangeset
for help on using the changeset viewer.