[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
make dist trouble
From: |
Klett, Stefan |
Subject: |
make dist trouble |
Date: |
Fri, 14 Mar 2008 11:09:11 +0100 |
Hi again list members,
This time I don't know how to deal with the following error message:
{ test ! -d libgeneva-0.5 || { find libgeneva-0.5 -type d ! -perm -200
-exec chmod u+w {} ';' && rm -fr libgeneva-0.5 ; }; }
test -d libgeneva-0.5 || mkdir libgeneva-0.5
/bin/sh: line 20: test: libgeneva-0.5: binary operator expected
cp: angegebenes Ziel "/README" ist kein Verzeichnis (is no directory)
make: *** [distdir] Fehler 1
especially it makes me wonder why automake considers README as a
directory and preprends a leading slash to it (what is not (explicitely
)the case in the Makefile rendered by ./configure )
my Makefile am looks like this :
DX_CONFIG = doxygen.cfg
include aminclude.am
ACLOCAL_AMFLAGS = -I m4
DISTCLEANFILES = Makefile aclocal.m4 config.h config.h.in config.log
config.guess config.sub
DISTCLEANFILES += depcomp config.status install-sh ltmain.sh missing
DISTCLEANDIRS = autom4te.cache doc
DIST_SUBDIRS= src tests/GenEvATestCase1 tests/GenEvATestCase2
tests/GenEvATestCase3 tests/GenEvATestCase4
SUBDIRS = src tests/GenEvATestCase1 tests/GenEvATestCase2
tests/GenEvATestCase3 tests/GenEvATestCase4
INCLUDES = -I include -I $(BOOST_CPPFLAGS) -I tests/GenEvATestCase1 -I
tests/GenEvATestCase2-I tests/GenEvATestCase3 tests/GenEvATestCase4
EXTRA_DIST = autogen.sh $(DX_CONFIG) doc/html include license
m4/boost.m4
AM_LDFLAGS = -shared
include_HEADERS= include/GAsioTCPClient.h .....other header files
Any Ideas how to get "make dist" working as intended
Thanks a lot in advance
Best Regards
Stefan
--------------------------------------------------------
Stefan Klett (Dipl. Informatiker) | E-mail: address@hidden
Forschungszentrum Karlsruhe / KIT | Web: http://www.fzk.de
SCC Steinbuch Centre for Computing| Phone: +49 (0)7247 828649
Hermann-von-Helmholtz-Platz 1 | Fax: +49 (0)7247 824972
D-76344 Eggenstein-Leopoldshafen | Mobile: +49 (0)176 20317250
-------------------------------------------------------------------
- make dist trouble,
Klett, Stefan <=