2002-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* rtems/Makefile.am: Removed.
	* rtems/score/Makefile.am: Removed.
	* configure.ac: Reflect changes above.
	AC_CONFIG_SRCDIR(asm.h).
This commit is contained in:
Joel Sherrill
2002-01-24 14:13:40 +00:00
parent c3a79faaf2
commit 59bcc90fee
6 changed files with 18 additions and 43 deletions

View File

@@ -1,3 +1,10 @@
2002-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/Makefile.am: Removed.
* rtems/score/Makefile.am: Removed.
* configure.ac: Reflect changes above.
AC_CONFIG_SRCDIR(asm.h).
2002-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/Makefile.am: New.

View File

@@ -4,7 +4,7 @@
AC_PREREQ(2.52)
AC_INIT
AC_CONFIG_SRCDIR([shared])
AC_CONFIG_SRCDIR([asm.h])
RTEMS_TOP(../../../../../..)
AC_CONFIG_AUX_DIR(../../../../../..)
@@ -26,7 +26,5 @@ RTEMS_CANONICALIZE_TOOLS
RTEMS_CHECK_NEWLIB
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
rtems/Makefile
rtems/score/Makefile])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT

View File

@@ -1,10 +0,0 @@
##
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.5
SUBDIRS = score
include $(top_srcdir)/../../../../../../automake/subdirs.am
include $(top_srcdir)/../../../../../../automake/local.am

View File

@@ -1,25 +0,0 @@
##
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.5
include_rtems_scoredir = $(includedir)/rtems/score
include_rtems_score_HEADERS = ppc.h ppctypes.h
#
# (OPTIONAL) Add local stuff here using +=
#
PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/score \
$(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h)
$(PROJECT_INCLUDE)/rtems/score:
$(mkinstalldirs) $@
$(PROJECT_INCLUDE)/rtems/score/%.h: %.h
$(INSTALL_DATA) $< $@
all-local: $(PREINSTALL_FILES)
include $(top_srcdir)/../../../../../../automake/local.am