Changeset 514e77b7 in rtems
- Timestamp:
- 08/16/03 13:02:30 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c53e9e2f
- Parents:
- 4c0d512e
- Location:
- c/src
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ChangeLog
r4c0d512e r514e77b7 1 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 Makefile.am: Reflect having moved automake. 4 lib/Makefile.am: Reflect having moved automake. 5 support/Makefile.am: Reflect having moved automake. 6 wrapup/Makefile.am: Reflect having moved automake. 7 1 8 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
c/src/Makefile.am
r4c0d512e r514e77b7 46 46 DISTCLEANFILES += @host_alias@-@RTEMS_BSP@.pc 47 47 48 include $(top_srcdir)/ ../../automake/subdirs.am49 include $(top_srcdir)/ ../../automake/host.am48 include $(top_srcdir)/automake/subdirs.am 49 include $(top_srcdir)/automake/host.am -
c/src/lib/Makefile.am
r4c0d512e r514e77b7 5 5 SUBDIRS = libcpu libbsp 6 6 7 include $(top_srcdir)/ ../../automake/subdirs.am8 include $(top_srcdir)/ ../../automake/local.am7 include $(top_srcdir)/automake/subdirs.am 8 include $(top_srcdir)/automake/local.am -
c/src/support/Makefile.am
r4c0d512e r514e77b7 3 3 ## 4 4 5 include $(top_srcdir)/ ../../automake/compile.am6 include $(top_srcdir)/ ../../automake/lib.am5 include $(top_srcdir)/automake/compile.am 6 include $(top_srcdir)/automake/lib.am 7 7 8 8 AM_CPPFLAGS += -DRTEMS_BSP=\"$(RTEMS_BSP)\" … … 18 18 all-local: $(ARCH) $(LIB) 19 19 20 include $(top_srcdir)/ ../../automake/local.am20 include $(top_srcdir)/automake/local.am -
c/src/wrapup/Makefile.am
r4c0d512e r514e77b7 5 5 ## 6 6 7 include $(top_srcdir)/ ../../automake/compile.am8 include $(top_srcdir)/ ../../automake/lib.am7 include $(top_srcdir)/automake/compile.am 8 include $(top_srcdir)/automake/lib.am 9 9 10 10 LIB = $(PROJECT_RELEASE)/lib/librtemsbsp${LIB_VARIANT}.a … … 74 74 $(INSTALL_DATA) $(LIB) $(DESTDIR)$(bsplibdir) 75 75 76 include $(top_srcdir)/ ../../automake/local.am76 include $(top_srcdir)/automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.