Changeset 846a4af in rtems for cpukit/rtems/Makefile.am
- Timestamp:
- Jan 1, 2005, 10:41:29 AM (16 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b815d9e
- Parents:
- f346774d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/rtems/Makefile.am
rf346774d r846a4af 9 9 AM_CPPFLAGS += -D__RTEMS_INSIDE__ 10 10 11 EXTRA_LIBRARIES = librtems.a 12 CLEANFILES = librtems.a 11 noinst_LIBRARIES = librtems.a 13 12 librtems_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) 14 15 EXTRA_LIBRARIES += librtems_g.a16 CLEANFILES += librtems_g.a17 librtems_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)18 13 19 14 # include … … 129 124 src/regionmp.c src/semmp.c src/signalmp.c src/taskmp.c 130 125 endif 131 librtems_g_a_SOURCES = $(librtems_a_SOURCES) 132 133 all-local: $(PREINSTALL_FILES) librtems$(LIB_VARIANT).a 126 127 all-local: $(PREINSTALL_FILES) 134 128 135 129 PREINSTALL_DIRS = … … 407 401 endif 408 402 409 CLEANFILES += $(PREINSTALL_FILES)403 CLEANFILES = $(PREINSTALL_FILES) 410 404 DISTCLEANFILES = $(PREINSTALL_DIRS) 411 405
Note: See TracChangeset
for help on using the changeset viewer.