Changeset 5dbd4fe in rtems for c/src/lib/libbsp/sh/gensh2/include
- Timestamp:
- May 11, 2001, 4:51:06 PM (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- f86582c8
- Parents:
- daa93ce8
- Location:
- c/src/lib/libbsp/sh/gensh2/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sh/gensh2/include/.cvsignore
rdaa93ce8 r5dbd4fe 1 1 Makefile 2 2 Makefile.in 3 stamp-h 4 stamp-h.in 5 bspopts.h 6 bspopts.h.in -
c/src/lib/libbsp/sh/gensh2/include/Makefile.am
rdaa93ce8 r5dbd4fe 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 7 H_FILES = bsp.h coverhd.h7 include_HEADERS = bsp.h bspopts.h coverhd.h 8 8 9 9 $(PROJECT_INCLUDE)/%.h: %.h 10 10 $(INSTALL_DATA) $< $@ 11 11 12 PREINSTALL_FILES += $( H_FILES:%.h=$(PROJECT_INCLUDE)/%.h)12 PREINSTALL_FILES += $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) 13 13 14 14 all-local: $(PREINSTALL_FILES) 15 15 16 EXTRA_DIST = bsp.h coverhd.h17 18 16 include $(top_srcdir)/../../../../../../automake/local.am -
c/src/lib/libbsp/sh/gensh2/include/bsp.h
rdaa93ce8 r5dbd4fe 45 45 #include <clockdrv.h> 46 46 #include <console.h> 47 48 #include <bspopts.h> 47 49 48 50 /*
Note: See TracChangeset
for help on using the changeset viewer.