From f31a0787b3757325764ff701012e2cd07f7ceb6e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 29 Aug 2002 15:59:05 +0000 Subject: 2002-08-22 Ralf Corsepius * score/include/Makefile.am: Remove cpuopt.h generation. * configure.ac: Correct package name. Don't build ada if POSIX is disabled. Generate cpuopt.h on the fly, filter out autoconf-2.53 PACKAGE crap. --- cpukit/score/include/Makefile.am | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'cpukit/score') diff --git a/cpukit/score/include/Makefile.am b/cpukit/score/include/Makefile.am index 8dc4904834..afd37e34f3 100644 --- a/cpukit/score/include/Makefile.am +++ b/cpukit/score/include/Makefile.am @@ -46,20 +46,6 @@ endif PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \ $(include_rtems_score_HEADERS:%=$(PROJECT_INCLUDE)/%) -# make the cpu dependent options file -# FIXME: We are exporting a config-header here, which is a bad idea in -# general -rtems/score/cpuopts.h: rtems/score/cpuopts-tmp.h - @echo "/* target cpu dependent options file */" >$@ - @echo "/* automatically generated -- DO NOT EDIT!! */" >>$@ - @echo >>$@ - @echo "#ifndef __CPU_OPTIONS_h" >>$@ - @echo "#define __CPU_OPTIONS_h" >>$@ - @echo >>$@ - @cat rtems/score/cpuopts-tmp.h | sed -e '/.*PACKAGE.*/d' >>$@ - @echo >>$@ - @echo "#endif" >>$@ - all-local: $(PREINSTALL_FILES) include $(top_srcdir)/automake/local.am -- cgit v1.2.3