Re: [tuxdroid-user] Portable makefiles and python path
Status: Beta
Brought to you by:
ks156
From: David B. <da...@ja...> - 2007-03-26 21:27:07
|
On Mon, 26 Mar 2007 18:54:29 +0200, Kiffin Gish <kif...@pl...> = = wrote: > Hi folks! > > I would like to see a more generic and portable use of the makefiles, > e.g. C_INCLUDE_DIRS, LIB_DIRS, LIBS and the use of PYTHONPATH so that > applications like gtdi.py can fine the api without using hardcoded > values, e.g. sys.path.append('/opt/tuxdroid/api/python'). Evertime I > need to rebuild the trunk I have to redit the lot which is a pain afte= r > a while. Thanks alot in advance. > > See my thread here: > http://www.tuxisalive.com/tux-droid-forum/forumtopic1/958671085 > It seems you also added the -s option at the end of LDFLAGS =3D -pipe -s Can't find what the -pipe option means, it's not listed in the GNU linke= r = documentaion pages. Any idea? Do we need to keep it? I have a tendency t= o = remove everything I don't understand ;-) |