RE : how to compile shorter from the lisaac sources.

PICCA Frédéric-Emmanuel frederic-emmanuel.picca at synchrotron-soleil.fr
Sat Sep 5 13:59:01 UTC 2009


Hello

In fact in the make.lip I can find this

  - back_end <-
  (
    general_back_end;
    (is_valid).if {
      execute "cp lisaac.c ../bin/.";
      execute "cp lisaac ../bin/.";
    };
    (is_shorter).if {
      execute "cp shorter ../bin/.";
    };
  );

so here is the problem.
why this install phase in the build process.

it is not even a full install as a full install would requier also to install
all the lisaac library at the right place
$DESTDIR/$PREFIX/...

this is the purpose of the install target of the makefile.


should we skip this install phase and how

thanks

Frederic
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/ms-tnef
Size: 3361 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/lisaac-devel/attachments/20090905/e4b388a6/attachment-0001.bin>


More information about the Lisaac-devel mailing list