forked from Imagelibrary/rtems
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:
@@ -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]),
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
stamp-h*
|
||||
bspopts.h*
|
||||
bspopts.h
|
||||
bspopts.h.in
|
||||
stamp-h
|
||||
stamp-h.in
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user