Changeset 94a65125 in rtems
- Timestamp:
- 06/18/01 22:37:14 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c7c6e72
- Parents:
- 69e93d8
- Location:
- c/src/lib/libbsp/sparc/leon
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sparc/leon/ChangeLog
r69e93d8 r94a65125 1 2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.in: Add bspopts.h. 4 * include/.cvsignore: Add bspopts.h*, stamp-h*. 5 * include/Makefile.am: Use *_HEADERS instead of *H_FILES. 6 * include/bsp.h: Include bspopts.h. 7 1 8 2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
c/src/lib/libbsp/sparc/leon/configure.in
r69e93d8 r94a65125 25 25 RTEMS_CONFIG_BUILD_SUBDIRS(tools) 26 26 27 AM_CONFIG_HEADER(include/bspopts.h) 27 28 RTEMS_PROJECT_ROOT 28 29 -
c/src/lib/libbsp/sparc/leon/include/.cvsignore
r69e93d8 r94a65125 1 1 Makefile 2 2 Makefile.in 3 bspopts.h 4 bspopts.h.in 5 stamp-h 6 stamp-h.in -
c/src/lib/libbsp/sparc/leon/include/Makefile.am
r69e93d8 r94a65125 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 7 H_FILES = bsp.h coverhd.h leon.h7 include_HEADERS = bsp.h coverhd.h leon.h bspopts.h 8 8 9 9 $(PROJECT_INCLUDE): … … 13 13 $(INSTALL_DATA) $< $@ 14 14 15 PREINSTALL_FILES += $(PROJECT_INCLUDE) $( H_FILES:%.h=$(PROJECT_INCLUDE)/%.h)15 PREINSTALL_FILES += $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) 16 16 17 17 all-local: $(PREINSTALL_FILES) 18 18 19 EXTRA_DIST = bsp.h coverhd.h20 21 19 include $(top_srcdir)/../../../../../../automake/local.am -
c/src/lib/libbsp/sparc/leon/include/bsp.h
r69e93d8 r94a65125 27 27 extern "C" { 28 28 #endif 29 30 #include <bspopts.h> 29 31 30 32 #include <rtems.h>
Note: See TracChangeset
for help on using the changeset viewer.