forked from Imagelibrary/rtems
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/Makefile.am: Use .$(OBJEXT) instead of .o.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* src/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||||
|
|
||||||
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* src/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
|
* src/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ C_FILES = $(TASK_C_FILES) $(TASKSYNC_C_FILES) $(SEMAPHORE_C_FILES) \
|
|||||||
$(RENDEZVOUS_C_FILES) $(INTERRUPT_C_FILES) \
|
$(RENDEZVOUS_C_FILES) $(INTERRUPT_C_FILES) \
|
||||||
$(VARIABLE_MEMORY_POOL_C_FILES) $(FIXED_MEMORY_POOL_C_FILES) \
|
$(VARIABLE_MEMORY_POOL_C_FILES) $(FIXED_MEMORY_POOL_C_FILES) \
|
||||||
$(TIME_C_FILES)
|
$(TIME_C_FILES)
|
||||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
|
||||||
|
|
||||||
OBJS = $(C_O_FILES)
|
OBJS = $(C_O_FILES)
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* src/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||||
|
|
||||||
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* src/Makefile.am: Eliminate LIBNAME. Cosmetical cleanups.
|
* src/Makefile.am: Eliminate LIBNAME. Cosmetical cleanups.
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ LIB = ${ARCH}/libblock.a
|
|||||||
|
|
||||||
C_FILES = bdbuf.c blkdev.c diskdevs.c ramdisk.c
|
C_FILES = bdbuf.c blkdev.c diskdevs.c ramdisk.c
|
||||||
|
|
||||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
|
||||||
|
|
||||||
SRCS = $(C_FILES)
|
SRCS = $(C_FILES)
|
||||||
OBJS = $(C_O_FILES)
|
OBJS = $(C_O_FILES)
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* src/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||||
|
|
||||||
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* src/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
|
* src/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ C_FILES = adasupp.c $(CANCEL_C_FILES) $(CONDITION_VARIABLE_C_FILES) \
|
|||||||
$(MUTEX_C_FILES) $(PTHREAD_C_FILES) $(PSIGNAL_C_FILES) sched.c \
|
$(MUTEX_C_FILES) $(PTHREAD_C_FILES) $(PSIGNAL_C_FILES) sched.c \
|
||||||
$(SEMAPHORE_C_FILES) sysconf.c $(TIME_C_FILES) $(TIMER_C_FILES) types.c \
|
$(SEMAPHORE_C_FILES) sysconf.c $(TIME_C_FILES) $(TIMER_C_FILES) types.c \
|
||||||
$(ENOSYS_C_FILES) $(BUILD_FOR_NOW_C_FILES)
|
$(ENOSYS_C_FILES) $(BUILD_FOR_NOW_C_FILES)
|
||||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
|
||||||
|
|
||||||
OBJS = $(C_O_FILES)
|
OBJS = $(C_O_FILES)
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* src/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||||
|
|
||||||
2002-07-04 Joel Sherrill <joel@OARcorp.com>
|
2002-07-04 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* Jump table for single entry point removed.
|
* Jump table for single entry point removed.
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ EXTENSION_FILES = extension.c extensioncreate.c extensiondelete.c \
|
|||||||
extensionident.c
|
extensionident.c
|
||||||
C_FILES = debug.c $(EXTENSION_FILES) fatal.c exinit.c io.c \
|
C_FILES = debug.c $(EXTENSION_FILES) fatal.c exinit.c io.c \
|
||||||
itronapi.c posixapi.c rtemsapi.c
|
itronapi.c posixapi.c rtemsapi.c
|
||||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
|
||||||
|
|
||||||
OBJS = $(C_O_FILES)
|
OBJS = $(C_O_FILES)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user