2001-06-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.in: Add bspopts.h.
	* include/.cvsignore: Add bspopts.h*, stamp-h*.
	* include/Makefile.am: Use *_HEADERS instead of *H_FILES.
	* include/bsp.h: Include bspopts.h.
	* scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
This commit is contained in:
Joel Sherrill
2001-06-19 15:04:08 +00:00
parent 206a0b3850
commit a2e672351d
8 changed files with 33 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
2001-06-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Add bspopts.h.
* include/.cvsignore: Add bspopts.h*, stamp-h*.
* include/Makefile.am: Use *_HEADERS instead of *H_FILES.
* include/bsp.h: Include bspopts.h.
* scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]),

View File

@@ -12,7 +12,8 @@ $(PROJECT_INCLUDE):
$(PROJECT_INCLUDE)/%.h: %.h
$(INSTALL_DATA) $< $@
PREINSTALL_FILES += $(PROJECT_INCLUDE) $(include_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
PREINSTALL_FILES += $(PROJECT_INCLUDE) \
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
all-local: $(PREINSTALL_FILES)

View File

@@ -27,7 +27,7 @@ $(PGM): $(OBJS)
$(make-rel)
scitab.c: $(SHGEN)
$(SHGEN) -H $(CPU_CLOCK_RATE_HZ) sci > $@
$(SHGEN) -H @CPU_CLOCK_RATE_HZ@ sci > $@
all-local: $(ARCH) $(OBJS) $(PGM)

View File

@@ -1,3 +1,11 @@
2001-06-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Add bspopts.h.
* include/.cvsignore: Add bspopts.h*, stamp-h*.
* include/Makefile.am: Use *_HEADERS instead of *H_FILES.
* include/bsp.h: Include bspopts.h.
* scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
2001-06-19 Joel Sherrill <joel@OARcorp.com>
* scitab/Makefile.am, startup/Makefile.am: Use CPU_CLOCK_RATE_HZ as

View File

@@ -25,7 +25,7 @@ $(PGM): $(OBJS)
$(make-rel)
scitab.c: $(SHGEN)
$(SHGEN) -H $(CPU_CLOCK_RATE_HZ) sci > $@
$(SHGEN) -H @CPU_CLOCK_RATE_HZ@ sci > $@
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile

View File

@@ -1,3 +1,11 @@
2001-06-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Add bspopts.h.
* include/.cvsignore: Add bspopts.h*, stamp-h*.
* include/Makefile.am: Use *_HEADERS instead of *H_FILES.
* include/bsp.h: Include bspopts.h.
* scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), adapt

View File

@@ -1,4 +1,6 @@
Makefile
Makefile.in
stamp-h*
bspopts.h*
bspopts.h
bspopts.h.in
stamp-h
stamp-h.in

View File

@@ -27,7 +27,7 @@ $(PGM): $(OBJS)
$(make-rel)
scitab.c: $(SHGEN)
$(SHGEN) -H $(CPU_CLOCK_RATE_HZ) sci > $@
$(SHGEN) -H @CPU_CLOCK_RATE_HZ@ sci > $@
all-local: $(ARCH) $(OBJS) $(PGM)