forked from Imagelibrary/rtems
2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Include $(top_srcdir)/../automake/*.am. Use ../aclocal. * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Include $(top_srcdir)/../automake/*.am.
|
||||
Use ../aclocal.
|
||||
* src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
|
||||
|
||||
2001-05-24 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* src/.cvsignore: New file.
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
ACLOCAL_AMFLAGS = -I ../aclocal
|
||||
|
||||
include $(top_srcdir)/../../../../automake/multilib.am
|
||||
include $(top_srcdir)/../automake/multilib.am
|
||||
|
||||
SUBDIRS = . src
|
||||
|
||||
@@ -87,5 +87,5 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/zilog \
|
||||
## General stuff
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
|
||||
include $(top_srcdir)/../../../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
include $(top_srcdir)/../automake/subdirs.am
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
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
|
||||
|
||||
LIBNAME = libcsupport
|
||||
LIB = ${ARCH}/${LIBNAME}.a
|
||||
@@ -86,4 +86,4 @@ DOC_FILES = TODO CASES
|
||||
EXTRA_DIST = $(DOC_FILES) $(COMMON_C_FILES) $(EMBEDDED_C_FILES) \
|
||||
$(UNIX_C_FILES)
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
|
||||
@@ -1,4 +1,10 @@
|
||||
|
||||
2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Include $(top_srcdir)/../automake/*.am.
|
||||
Use ../aclocal.
|
||||
* src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
|
||||
|
||||
2001-05-24 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* src/.cvsignore: New file.
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
||||
ACLOCAL_AMFLAGS = -I ../aclocal
|
||||
|
||||
include $(top_srcdir)/../../../../automake/multilib.am
|
||||
include $(top_srcdir)/../automake/multilib.am
|
||||
|
||||
SUBDIRS = . src
|
||||
|
||||
@@ -87,5 +87,5 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/zilog \
|
||||
## General stuff
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
|
||||
include $(top_srcdir)/../../../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
include $(top_srcdir)/../automake/subdirs.am
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
|
||||
Reference in New Issue
Block a user