automake
[Top][All Lists]
Advanced

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

Quick question on optional builds with automake


From: Kent Mein
Subject: Quick question on optional builds with automake
Date: Fri, 6 Dec 2002 07:05:18 -0600
User-agent: Mutt/1.2.5i

Hi I'm working on converting blender (www.blender.org)
To automake/autoconf etc...

I have the first part mostly working (producing 1 binary)
The next stage I'd like to do is get it to
build a second binary only when I type make blenderplayer

I'd also like to do a make webplugin (which will create
a shared library)

Any pointers on how to do this?
>From reading the docs I was guessing 
bin_PROGRAMS = blender
extra_PROGRAMS = blenderplayer
extra_LTLIBRARIES = blenderplugin.la

Thanks,

Kent Mein
-- 
address@hidden
http://www.cs.umn.edu/~mein




reply via email to

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