Changeset ca1531c5 in rtems
- Timestamp:
- Jan 15, 2004, 4:08:46 AM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ebff819
- Parents:
- 7c5a840
- Location:
- c/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ChangeLog
r7c5a840 rca1531c5 1 2004-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * support/Makefile.am: Use automake compilation rules. 4 * wrapup/Makefile.am: Reflect changes to support/*. 5 1 6 2004-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/support/Makefile.am
r7c5a840 rca1531c5 8 8 AM_CPPFLAGS += -DRTEMS_BSP=\"@RTEMS_BSP@\" 9 9 10 C_FILES=version.c 11 OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 10 EXTRA_LIBRARIES = libsupport.a 11 CLEANFILES = libsupport.a 12 libsupport_a_SOURCES = version.c 13 libsupport_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) 12 14 13 LIB = $(ARCH)/libsupport.a 15 EXTRA_LIBRARIES += libsupport_g.a 16 CLEANFILES += libsupport_g.a 17 libsupport_g_a_SOURCES = $(libsupport_a_SOURCES) 18 libsupport_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V) 14 19 15 $(LIB): $(OBJS) 16 $(make-library) 17 18 all-local: $(LIB) 20 noinst_DATA = libsupport$(LIB_VARIANT).a 19 21 20 22 include $(top_srcdir)/automake/local.am -
c/src/wrapup/Makefile.am
r7c5a840 rca1531c5 10 10 project_lib_DATA = $(ARCH)/librtemsbsp$(LIB_VARIANT).a 11 11 12 SRCS = ../support/ ${ARCH}/libsupport.a12 SRCS = ../support/libsupport$(LIB_VARIANT).a 13 13 14 14 if HAS_LIBBSP
Note: See TracChangeset
for help on using the changeset viewer.