Changeset ffb4ccf in rtems
- Timestamp:
- 05/24/01 20:10:43 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 907af7dc
- Parents:
- fddaaf12
- Location:
- c/src/lib/libbsp/mips
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/mips/jmr3904/ChangeLog
rfddaaf12 rffb4ccf 1 2001-05-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.in: Add bspopts.h. 4 * include/bsp.h: Include bspopts.h. 5 * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*. 6 * include/Makefile.am: Use *_HEADERS instead of *H_FILES. 7 1 8 2001-05-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
c/src/lib/libbsp/mips/jmr3904/configure.in
rfddaaf12 rffb4ccf 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/mips/jmr3904/include/.cvsignore
rfddaaf12 rffb4ccf 1 1 Makefile 2 2 Makefile.in 3 coverhd.h 4 bspopts.h 5 bspopts.h.in 6 stamp-h 7 stamp-h.in -
c/src/lib/libbsp/mips/jmr3904/include/Makefile.am
rfddaaf12 rffb4ccf 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 7 H_FILES = bsp.h ../../../shared/include/coverhd.h7 include_HEADERS = bsp.h coverhd.h bspopts.h 8 8 9 9 $(PROJECT_INCLUDE): 10 10 $(mkinstalldirs) $@ 11 11 12 $(PROJECT_INCLUDE)/ bsp.h: bsp.h12 $(PROJECT_INCLUDE)/%.h: %.h 13 13 $(INSTALL_DATA) $< $@ 14 14 15 $(PROJECT_INCLUDE)/coverhd.h: ../../../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 TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h\19 $( PROJECT_INCLUDE)/coverhd.h19 TMPINSTALL_FILES += $(PROJECT_INCLUDE) \ 20 $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) 20 21 21 22 all-local: $(TMPINSTALL_FILES) 22 23 23 EXTRA_DIST = bsp.h24 25 24 include $(top_srcdir)/../../../../../../automake/local.am -
c/src/lib/libbsp/mips/jmr3904/include/bsp.h
rfddaaf12 rffb4ccf 20 20 extern "C" { 21 21 #endif 22 23 #include <bspopts.h> 22 24 23 25 #include <rtems.h> -
c/src/lib/libbsp/mips/p4000/ChangeLog
rfddaaf12 rffb4ccf 1 2001-05-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.in: Add bspopts.h. 4 * include/bsp.h: Include bspopts.h. 5 * include/.cvsignore: Add bspopts.h*, stamp-h*. 6 * include/Makefile.am: Use *_HEADERS instead of *H_FILES. 7 1 8 2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
c/src/lib/libbsp/mips/p4000/configure.in
rfddaaf12 rffb4ccf 20 20 RTEMS_CANONICAL_HOST 21 21 22 AM_CONFIG_HEADER(include/bspopts.h) 22 23 RTEMS_PROJECT_ROOT 23 24 -
c/src/lib/libbsp/mips/p4000/include/.cvsignore
rfddaaf12 rffb4ccf 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/mips/p4000/include/Makefile.am
rfddaaf12 rffb4ccf 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 7 H_FILES = bsp.h coverhd.h7 include_HEADERS = bsp.h coverhd.h bspopts.h 8 8 9 9 $(PROJECT_INCLUDE): … … 13 13 $(INSTALL_DATA) $< $@ 14 14 15 TMPINSTALL_FILES += $(PROJECT_INCLUDE) $( H_FILES:%.h=$(PROJECT_INCLUDE)/%.h)15 TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) 16 16 17 17 all-local: $(TMPINSTALL_FILES) 18 18 19 EXTRA_DIST = bsp.h coverhd.h20 21 19 include $(top_srcdir)/../../../../../../automake/local.am -
c/src/lib/libbsp/mips/p4000/include/bsp.h
rfddaaf12 rffb4ccf 22 22 extern "C" { 23 23 #endif 24 25 #include <bspopts.h> 24 26 25 27 #include <rtems.h>
Note: See TracChangeset
for help on using the changeset viewer.