2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

Makefile.am: Reflect having moved automake.
	shmdr/Makefile.am: Reflect having moved automake.
This commit is contained in:
Ralf Corsepius
2003-08-16 12:59:27 +00:00
parent a6c03545a4
commit 3776f87bed
3 changed files with 10 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Makefile.am: Reflect having moved automake.
shmdr/Makefile.am: Reflect having moved automake.
2003-08-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* shmdr/Makefile.am: Reflect having merged configure.ac into

View File

@@ -13,5 +13,5 @@ DIST_SUBDIRS = shared shmdr @libbsp_cpu_subdir@
EXTRA_DIST = MERGE.PROCEDURE bsp.am
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

@@ -9,8 +9,8 @@ C_FILES = addlq.c cnvpkt.c getlq.c dump.c fatal.c getpkt.c init.c initlq.c \
intr.c mpisr.c poll.c receive.c retpkt.c send.c setckvec.c
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
include $(top_srcdir)/../../automake/compile.am
include $(top_srcdir)/../../automake/lib.am
include $(top_srcdir)/automake/compile.am
include $(top_srcdir)/automake/lib.am
#
# (OPTIONAL) Add local stuff here using +=
@@ -50,4 +50,4 @@ EXTRA_DIST = README addlq.c cnvpkt.c dump.c fatal.c getlq.c getpkt.c init.c \
initlq.c intr.c mpisr.c poll.c receive.c retpkt.c send.c \
setckvec.c
include $(top_srcdir)/../../automake/local.am
include $(top_srcdir)/automake/local.am