switch to libtool
This commit is contained in:
parent
0c4b672bd9
commit
959a73a893
|
|
@ -3,7 +3,10 @@
|
||||||
<!--
|
<!--
|
||||||
$Id$
|
$Id$
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.13 2008-08-24 17:12:59 pnenzi
|
Revision 1.14 2008-12-22 08:16:59 dwarning
|
||||||
|
switch to libtool
|
||||||
|
|
||||||
|
Revision 1.13 2008/08/24 17:12:59 pnenzi
|
||||||
|
|
||||||
Updated to new automake standard. Replaced all INCLUDES with AM_CPPFLAGS
|
Updated to new automake standard. Replaced all INCLUDES with AM_CPPFLAGS
|
||||||
|
|
||||||
|
|
@ -110,9 +113,9 @@ $(module).c: admsva/$(module).va
|
||||||
-e \$(ADMSXMLINTERFACE)/ngspiceMODULE.c.xml
|
-e \$(ADMSXMLINTERFACE)/ngspiceMODULE.c.xml
|
||||||
perl -p -i.bak -e 's/IOP\\("(\\w+)"/IOP("\\L\\1"/' $(module).c
|
perl -p -i.bak -e 's/IOP\\("(\\w+)"/IOP("\\L\\1"/' $(module).c
|
||||||
|
|
||||||
noinst_LIBRARIES = lib$(module).a
|
noinst_LTLIBRARIES = lib$(module).la
|
||||||
|
|
||||||
lib$(module)_a_SOURCES = \\
|
lib$(module)_la_SOURCES = \\
|
||||||
$(module).c \\
|
$(module).c \\
|
||||||
$(module).hxx \\
|
$(module).hxx \\
|
||||||
$(module)acld.c \\
|
$(module)acld.c \\
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue