forked from Imagelibrary/rtems
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. * inline/Makefile.am: Include $(top_srcdir)/../automake/*.am. * macros/Makefile.am: Include $(top_srcdir)/../automake/*.am. * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
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.
|
||||
* inline/Makefile.am: Include $(top_srcdir)/../automake/*.am.
|
||||
* macros/Makefile.am: Include $(top_srcdir)/../automake/*.am.
|
||||
* src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
|
||||
|
||||
2001-04-22 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* src/task.c (_ITRON_Task_User_extensions): Add new fields to
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
ACLOCAL_AMFLAGS = -I ../aclocal
|
||||
|
||||
SUBDIRS = include inline macros src
|
||||
|
||||
include $(top_srcdir)/../../../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
include $(top_srcdir)/../automake/subdirs.am
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
|
||||
@@ -52,4 +52,4 @@ EXTRA_DIST += rtems/itron/README
|
||||
## General
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
|
||||
@@ -23,4 +23,4 @@ endif
|
||||
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
|
||||
@@ -23,4 +23,4 @@ endif
|
||||
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
|
||||
@@ -46,9 +46,9 @@ C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
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_CPPFLAGS += -D__RTEMS_INSIDE__
|
||||
|
||||
@@ -59,4 +59,4 @@ UNUSED_C_FILES = cre_mbx.c del_mbx.c mboxtranslatereturncode.c network.c \
|
||||
|
||||
EXTRA_DIST = $(C_FILES) $(UNUSED_C_FILES)
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
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.
|
||||
* inline/Makefile.am: Include $(top_srcdir)/../automake/*.am.
|
||||
* macros/Makefile.am: Include $(top_srcdir)/../automake/*.am.
|
||||
* src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
|
||||
|
||||
2001-05-17 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* macros/rtems/posix/mqueue.inl: Implemented missing routines
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
ACLOCAL_AMFLAGS = -I ../aclocal
|
||||
|
||||
SUBDIRS = include inline macros src
|
||||
|
||||
include $(top_srcdir)/../../../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
include $(top_srcdir)/../automake/subdirs.am
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
|
||||
@@ -52,4 +52,4 @@ all-local: $(PREINSTALL_FILES)
|
||||
|
||||
EXTRA_DIST = $(noinst_HEADERS)
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
|
||||
@@ -23,4 +23,4 @@ endif
|
||||
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
|
||||
@@ -23,4 +23,4 @@ endif
|
||||
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
|
||||
@@ -86,9 +86,9 @@ C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
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
|
||||
|
||||
#
|
||||
# Add local stuff here using +=
|
||||
@@ -109,4 +109,4 @@ not:
|
||||
|
||||
EXTRA_DIST = $(C_FILES) $(UNUSED_C_FILES)
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
|
||||
Reference in New Issue
Block a user