Changeset c4d92216 in rtems
- Timestamp:
- Jun 18, 2001, 4:54:47 PM (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 4906d72f
- Parents:
- 880e827b
- Location:
- c/src/lib/libbsp/m68k
- Files:
-
- 30 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/gen68360/ChangeLog
r880e827b rc4d92216 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/m68k/gen68360/configure.in
r880e827b rc4d92216 23 23 AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes") 24 24 25 AM_CONFIG_HEADER(include/bspopts.h) 25 26 RTEMS_PROJECT_ROOT 26 27 -
c/src/lib/libbsp/m68k/gen68360/include/.cvsignore
r880e827b rc4d92216 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/m68k/gen68360/include/Makefile.am
r880e827b rc4d92216 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): 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: coverhd.h 16 $(INSTALL_DATA) $< $@ 17 18 TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \ 19 $(PROJECT_INCLUDE)/coverhd.h 15 TMPINSTALL_FILES += $(PROJECT_INCLUDE) \ 16 $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) 20 17 21 18 all-local: $(TMPINSTALL_FILES) 22 19 23 EXTRA_DIST = bsp.h coverhd.h24 25 20 include $(top_srcdir)/../../../../../../automake/local.am -
c/src/lib/libbsp/m68k/gen68360/include/bsp.h
r880e827b rc4d92216 30 30 extern "C" { 31 31 #endif 32 33 #include <bspopts.h> 32 34 33 35 #include <rtems.h> -
c/src/lib/libbsp/m68k/idp/ChangeLog
r880e827b rc4d92216 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/m68k/idp/configure.in
r880e827b rc4d92216 20 20 RTEMS_CANONICAL_HOST 21 21 22 AC_CONFIG_HEADER(include/bspopts.h) 22 23 RTEMS_PROJECT_ROOT 23 24 -
c/src/lib/libbsp/m68k/idp/include/.cvsignore
r880e827b rc4d92216 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/m68k/idp/include/Makefile.am
r880e827b rc4d92216 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 7 H_FILES = bsp.h ../../../shared/include/coverhd.h leds.h 7 include_HEADERS = bsp.h coverhd.h leds.h bspopts.h 8 9 coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h 10 cp $< $@ 11 CLEANFILES += coverhd.h 8 12 9 13 $(PROJECT_INCLUDE): 10 14 $(mkinstalldirs) $< $@ 11 15 12 $(PROJECT_INCLUDE)/bsp.h: bsp.h 13 $(INSTALL_DATA) $< $@ 14 15 $(PROJECT_INCLUDE)/coverhd.h: ../../../shared/include/coverhd.h 16 $(INSTALL_DATA) $< $@ 17 18 $(PROJECT_INCLUDE)/leds.h: leds.h 19 $(INSTALL_DATA) $< $@ 20 21 TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \ 22 $(PROJECT_INCLUDE)/coverhd.h $(PROJECT_INCLUDE)/leds.h 16 TMPINSTALL_FILES += $(PROJECT_INCLUDE) \ 17 $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) 23 18 24 19 all-local: $(TMPINSTALL_FILES) 25 20 26 EXTRA_DIST = README bsp.h leds.h21 EXTRA_DIST = README 27 22 28 23 include $(top_srcdir)/../../../../../../automake/local.am -
c/src/lib/libbsp/m68k/idp/include/bsp.h
r880e827b rc4d92216 8 8 #ifndef __IDP_BSP_H 9 9 #define __IDP_BSP_H 10 11 #include <bspopts.h> 10 12 11 13 #include <rtems.h> -
c/src/lib/libbsp/m68k/mrm332/ChangeLog
r880e827b rc4d92216 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-25 Joel Sherrill <joel@OARcorp.com> 2 9 -
c/src/lib/libbsp/m68k/mrm332/configure.in
r880e827b rc4d92216 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/m68k/mrm332/include/.cvsignore
r880e827b rc4d92216 1 1 Makefile 2 2 Makefile.in 3 bspopts.h 4 bspopts.h.in 5 coverhd.h 6 stamp-h 7 stamp-h.in -
c/src/lib/libbsp/m68k/mrm332/include/Makefile.am
r880e827b rc4d92216 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 7 H_FILES = bsp.h ../../../shared/include/coverhd.h mrm332.h7 include_HEADERS = bsp.h coverhd.h mrm332.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.h15 coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h 16 16 $(INSTALL_DATA) $< $@ 17 17 18 $(PROJECT_INCLUDE)/mrm332.h: mrm332.h 19 $(INSTALL_DATA) $< $@ 20 21 TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \ 22 $(PROJECT_INCLUDE)/coverhd.h $(PROJECT_INCLUDE)/mrm332.h 18 TMPINSTALL_FILES += $(PROJECT_INCLUDE) \ 19 $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) 23 20 24 21 all-local: $(TMPINSTALL_FILES) 25 22 26 EXTRA_DIST = bsp.h mrm332.h27 28 23 include $(top_srcdir)/../../../../../../automake/local.am -
c/src/lib/libbsp/m68k/mrm332/include/bsp.h
r880e827b rc4d92216 19 19 extern "C" { 20 20 #endif 21 22 #include <bspopts.h> 21 23 22 24 #include <rtems.h> -
c/src/lib/libbsp/m68k/mvme136/ChangeLog
r880e827b rc4d92216 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/m68k/mvme136/configure.in
r880e827b rc4d92216 23 23 AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes") 24 24 25 AM_CONFIG_HEADER(include/bspopts.h) 25 26 RTEMS_PROJECT_ROOT 26 27 -
c/src/lib/libbsp/m68k/mvme136/include/.cvsignore
r880e827b rc4d92216 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/m68k/mvme136/include/Makefile.am
r880e827b rc4d92216 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): 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: coverhd.h 16 $(INSTALL_DATA) $< $@ 17 18 TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \ 19 $(PROJECT_INCLUDE)/coverhd.h 15 TMPINSTALL_FILES += $(PROJECT_INCLUDE) \ 16 $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) 20 17 21 18 all-local: $(TMPINSTALL_FILES) 22 19 23 EXTRA_DIST = bsp.h coverhd.h24 25 20 include $(top_srcdir)/../../../../../../automake/local.am -
c/src/lib/libbsp/m68k/mvme136/include/bsp.h
r880e827b rc4d92216 19 19 extern "C" { 20 20 #endif 21 22 #include <bspopts.h> 21 23 22 24 #include <rtems.h> -
c/src/lib/libbsp/m68k/mvme147/ChangeLog
r880e827b rc4d92216 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/m68k/mvme147/configure.in
r880e827b rc4d92216 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/m68k/mvme147/include/.cvsignore
r880e827b rc4d92216 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/m68k/mvme147/include/Makefile.am
r880e827b rc4d92216 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): 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: coverhd.h 16 $(INSTALL_DATA) $< $@ 17 18 TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \ 19 $(PROJECT_INCLUDE)/coverhd.h 15 TMPINSTALL_FILES += $(PROJECT_INCLUDE) \ 16 $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) 20 17 21 18 all-local: $(TMPINSTALL_FILES) 22 19 23 EXTRA_DIST = bsp.h coverhd.h24 25 20 include $(top_srcdir)/../../../../../../automake/local.am -
c/src/lib/libbsp/m68k/mvme147/include/bsp.h
r880e827b rc4d92216 23 23 extern "C" { 24 24 #endif 25 26 #include <bspopts.h> 25 27 26 28 #include <rtems.h> -
c/src/lib/libbsp/m68k/mvme147s/ChangeLog
r880e827b rc4d92216 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/m68k/mvme147s/configure.in
r880e827b rc4d92216 23 23 AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes") 24 24 25 AM_CONFIG_HEADER(include/bspopts.h) 25 26 RTEMS_PROJECT_ROOT 26 27 -
c/src/lib/libbsp/m68k/mvme147s/include/.cvsignore
r880e827b rc4d92216 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/m68k/mvme147s/include/Makefile.am
r880e827b rc4d92216 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): 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: coverhd.h 16 $(INSTALL_DATA) $< $@ 17 18 TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \ 19 $(PROJECT_INCLUDE)/coverhd.h 15 TMPINSTALL_FILES += $(PROJECT_INCLUDE) \ 16 $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) 20 17 21 18 all-local: $(TMPINSTALL_FILES) 22 19 23 EXTRA_DIST = bsp.h coverhd.h24 25 20 include $(top_srcdir)/../../../../../../automake/local.am -
c/src/lib/libbsp/m68k/mvme147s/include/bsp.h
r880e827b rc4d92216 23 23 extern "C" { 24 24 #endif 25 26 #include <bspopts.h> 25 27 26 28 #include <rtems.h>
Note: See TracChangeset
for help on using the changeset viewer.