On Monday 19 January 2009 21:15:05 CAI Qian wrote:
> Its build system is unusual, as it does,
>
> make -> configure
>
> # cat testcases/ballista/Makefile
> ...
> all: bal
> ...
>
> .configured:
>       cd ballista ; ./configure
>       touch .configured
> ...
> bal: .configured
> ...
>
> It also inherit CFLAGS for g++.
>
> # cat testcases/ballista/ballista/Makefile
> ...
> CC = g++ -Wno-deprecated
> CFLAGS += -w ${TARGET_DEF}
> CLIBS = -lpthread -ldl -lnsl -rdynamic
> ...

yes, this is clearly wrong
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to