4.104.114.84.95
Last change
on this file since 8510772 was
8510772,
checked in by Ralf Corsepius <ralf.corsepius@…>, on Jul 22, 2002 at 6:14:20 AM
|
2002-07-22 Ralf Corsepius <corsepiu@…>
- src/Makefile.am: Add bsplib_DATA. Eliminate LIBNAME. Cosmetical
changes.
|
-
Property mode set to
100644
|
File size:
759 bytes
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | LIB = ${ARCH}/librtems++.a |
---|
6 | |
---|
7 | include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg |
---|
8 | include $(top_srcdir)/../../../automake/compile.am |
---|
9 | include $(top_srcdir)/../../../automake/lib.am |
---|
10 | |
---|
11 | CC_FILES = rtemsEvent.cc rtemsInterrupt.cc rtemsMessageQueue.cc \ |
---|
12 | rtemsSemaphore.cc rtemsStatusCode.cc rtemsTask.cc rtemsTimer.cc |
---|
13 | CC_O_FILES = $(CC_FILES:%.cc=${ARCH}/%.o) |
---|
14 | |
---|
15 | SRCS = $(CC_FILES) |
---|
16 | OBJS = $(CC_O_FILES) |
---|
17 | |
---|
18 | AM_CFLAGS += $(LIBC_DEFINES) |
---|
19 | |
---|
20 | TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/librtems++$(LIB_VARIANT).a |
---|
21 | |
---|
22 | bsplib_DATA = $(LIB) |
---|
23 | |
---|
24 | $(LIB): $(OBJS) |
---|
25 | $(make-library) |
---|
26 | |
---|
27 | $(PROJECT_RELEASE)/lib/librtems++$(LIB_VARIANT).a: $(LIB) |
---|
28 | $(INSTALL_DATA) $< $@ |
---|
29 | |
---|
30 | all-local: ${ARCH} $(PREINSTALL_FILES) $(TMPINSTALL_FILES) |
---|
31 | |
---|
32 | include $(top_srcdir)/../../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.