Changeset a1c34a9c in rtems
- Timestamp:
- 06/08/01 13:40:59 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 9f70652b
- Parents:
- 93379eb
- Location:
- c/src/lib/libbsp/c4x/c4xsim
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/c4x/c4xsim/ChangeLog
r93379eb ra1c34a9c 1 2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.in: Add bspopts.h, fix PACKAGE. 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/c4x/c4xsim/configure.in
r93379eb ra1c34a9c 9 9 10 10 RTEMS_CANONICAL_TARGET_CPU 11 AM_INIT_AUTOMAKE(rtems-c-src-lib-libbsp- sparc-erc32,$RTEMS_VERSION,no)11 AM_INIT_AUTOMAKE(rtems-c-src-lib-libbsp-c4x-c4xsim,$RTEMS_VERSION,no) 12 12 AM_MAINTAINER_MODE 13 13 … … 22 22 RTEMS_CONFIG_BUILD_SUBDIRS(tools) 23 23 24 AM_CONFIG_HEADER(include/bspopts.h) 24 25 RTEMS_PROJECT_ROOT 25 26 -
c/src/lib/libbsp/c4x/c4xsim/include/.cvsignore
r93379eb ra1c34a9c 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/c4x/c4xsim/include/Makefile.am
r93379eb ra1c34a9c 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 7 H_FILES = bsp.h simio.h7 include_HEADERS = bsp.h simio.h bspopts.h 8 8 9 9 $(PROJECT_INCLUDE): … … 13 13 $(INSTALL_DATA) $< $@ 14 14 15 $(PROJECT_INCLUDE)/coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h 16 $(INSTALL_DATA) $< $@ 15 coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h 16 cp $< $@ 17 CLEANFILES += coverhd.h 17 18 18 PREINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%.h=$(PROJECT_INCLUDE)/%.h)\19 $( PROJECT_INCLUDE)/coverhd.h19 PREINSTALL_FILES += $(PROJECT_INCLUDE) \ 20 $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) 20 21 21 22 all-local: $(PREINSTALL_FILES) 22 23 23 EXTRA_DIST = bsp.h24 25 24 include $(top_srcdir)/../../../../../../automake/local.am -
c/src/lib/libbsp/c4x/c4xsim/include/bsp.h
r93379eb ra1c34a9c 19 19 extern "C" { 20 20 #endif 21 22 #include <bspopts.h> 21 23 22 24 #ifdef ASM
Note: See TracChangeset
for help on using the changeset viewer.