2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
	* Makefile.am: Include $(top_srcdir)/../automake/*.am.
	Use ../aclocal.
	* src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
This commit is contained in:
Ralf Corsepius
2002-06-17 09:10:09 +00:00
parent 78c2a97196
commit 6e183f18cd
7 changed files with 29 additions and 15 deletions

View File

@@ -1,3 +1,10 @@
2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
* Makefile.am: Include $(top_srcdir)/../automake/*.am.
Use ../aclocal.
* src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
2002-05-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Move from c/src/libblock to c/src/exec/libblock

View File

@@ -2,11 +2,11 @@
## $Id$
##
ACLOCAL_AMFLAGS = -I ../../../../aclocal
ACLOCAL_AMFLAGS = -I ../aclocal
SUBDIRS = include src
EXTRA_DIST = README
include $(top_srcdir)/../../../../automake/subdirs.am
include $(top_srcdir)/../../../../automake/local.am
include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am

View File

@@ -19,4 +19,4 @@ PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
all-local: $(PREINSTALL_FILES)
include $(top_srcdir)/../../../../automake/local.am
include $(top_srcdir)/../automake/local.am

View File

@@ -13,9 +13,9 @@ C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
SRCS = $(C_FILES)
OBJS = $(C_O_FILES)
include $(top_srcdir)/../../../../automake/multilib.am
include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../../../automake/lib.am
include $(top_srcdir)/../automake/multilib.am
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/lib.am
AM_CFLAGS += $(LIBC_DEFINES)
@@ -29,4 +29,4 @@ $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)
all-local: ${ARCH} $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
include $(top_srcdir)/../../../../automake/local.am
include $(top_srcdir)/../automake/local.am