automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Helper script && noinst_SCRIPTS


From: Dmitry V. Krivenok
Subject: Helper script && noinst_SCRIPTS
Date: Fri, 28 Nov 2008 11:40:09 +0300
User-agent: Thunderbird 2.0.0.18 (X11/20081105)

Hello!
I have a question about GNU automake.
I have a helper script in tests subdirectory of my project.
This script is used ONLY for tests (make check).
So, it should be distributed.

I added the following lines
dist_bin_SCRIPTS = fds_by_process.sh
check_SCRIPTS = fds_by_process.sh
in tests/Makefile.am

Of course I don't want to install this script (by make install).
So, I added
noinst_SCRIPTS = fds_by_process.sh
in tests/Makefile.am.

Unfortunately, this script is installed by "make install".

What's wrong?

Thank you beforehand!

--
Sincerely yours, Dmitry V. Krivenok
Orange System Company
Saint-Petersburg, Russia
work phone: +7 812 332-32-40
cellular phone: +7 921 576-70-91
e-mail: address@hidden
web: http://www.orangesystem.ru
skype: krivenok_dmitry
jabber: address@hidden
icq: 242-526-443





reply via email to

[Prev in Thread] Current Thread [Next in Thread]