Changeset a296771 in rtems
- Timestamp:
- 10/31/00 21:12:59 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- bacec4c
- Parents:
- 06f2f75
- Location:
- c/src/wrapup
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/wrapup/.cvsignore
r06f2f75 ra296771 1 aclocal.m4 2 configure 1 3 Makefile 2 4 Makefile.in -
c/src/wrapup/Makefile.am
r06f2f75 ra296771 6 6 7 7 AUTOMAKE_OPTIONS = foreign 1.4 8 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros 8 9 9 10 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 10 include $(top_srcdir)/../../ automake/compile.am11 include $(top_srcdir)/../../ automake/lib.am11 include $(top_srcdir)/../../../automake/compile.am 12 include $(top_srcdir)/../../../automake/lib.am 12 13 13 14 LIB = $(PROJECT_RELEASE)/lib/librtemsall${LIB_VARIANT}.a … … 71 72 $(RANLIB) $@ 72 73 73 include $(top_srcdir)/../../ automake/local.am74 include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.