drop the ld -r stuff, we gained nothing with it, other build optimizations gave us what we wanted; some ws changes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3798 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2002-03-21 16:49:07 +00:00
parent a38728ff38
commit 7514c31edf
15 changed files with 410 additions and 439 deletions

View File

@ -1,3 +1,7 @@
2002-03-21 Lars Gullik Bjønnes <larsbj@birdstep.com>
* lyxinclude.m4 (LYX_CHECK_LDR): deleted; to complex does not give us anything.
2002-03-20 Lars Gullik Bjønnes <larsbj@birdstep.com>
* lyxinclude.m4 (LYX_CHECK_LDR): function to test if we can use

View File

@ -1000,17 +1000,3 @@ AM_PROG_LIBTOOL dnl for libraries
CC=$ac_save_cc
CFLAGS="$ac_save_cflags"
])
dnl bla bla
AC_DEFUN(LYX_CHECK_LDR,
[
AC_MSG_CHECKING(whether partial linking can be used)
if test x$ac_cv_cygwin = xno -a x$lt_cv_prog_gnu_ld = xyes ; then
AM_CONDITIONAL(USE_LD_R, true)
AC_MSG_RESULT(yes)
else
AM_CONDITIONAL(USE_LD_R, false)
AC_MSG_RESULT(no)
fi
])

View File

@ -153,7 +153,6 @@ AC_DISABLE_SHARED
AC_LIBTOOL_WIN32_DLL
#AM_PROG_LIBTOOL
LYX_PROG_LIBTOOL
LYX_CHECK_LDR
### Check which libsigc++ we're using
LYX_WITH_SIGC

File diff suppressed because it is too large Load Diff

View File

@ -8,17 +8,10 @@ SUBDIRS = mathed insets graphics support frontends
bin_PROGRAMS = lyx
if USE_LD_R
LYX_CONV_LIBS = mathed/libmathed.o insets/libinsets.o \
frontends/libfrontends.o \
graphics/libgraphics.o \
support/libsupport.o
else
LYX_CONV_LIBS = mathed/libmathed.la insets/libinsets.la \
frontends/libfrontends.la \
graphics/libgraphics.la \
support/libsupport.la
endif
#lyx_DEPENDENCIES = $(LYX_CONV_LIBS) $(INCLUDED_SIGC)

View File

@ -1,3 +1,7 @@
2002-03-21 Lars Gullik Bjønnes <larsbj@birdstep.com>
* Makefile.am: remove ld -r stuff
2002-03-20 Lars Gullik Bjønnes <larsbj@birdstep.com>
* Makefile.am: special rules if partial linking

View File

@ -29,13 +29,6 @@ libfrontends_la_SOURCES=\
Toolbar.C \
Toolbar.h
if USE_LD_R
libfrontends.la: libfrontends.o
libfrontends.o: $(libfrontends_la_OBJECTS) $(libfrontends_la_DEPENDENCIES)
$(CXXLINK) $(libfrontends_la_OBJECTS) $(libfrontends_la_LIBADD)
endif
EXTRA_DIST = xforms qt2 gnome
dist-hook:

View File

@ -1,3 +1,7 @@
2002-03-21 Lars Gullik Bjønnes <larsbj@birdstep.com>
* Makefile.am: remove ld -r stuff
2002-03-20 Lars Gullik Bjønnes <larsbj@birdstep.com>
* Makefile.am: special rules if partial linking

View File

@ -22,10 +22,3 @@ libgraphics_la_SOURCES = \
$(GRAPHICSIMAGEXPM) GraphicsParams.C \
GraphicsParams.h \
GraphicsTypes.h
if USE_LD_R
libgraphics.la: libgraphics.o
libgraphics.o: $(libgraphics_la_OBJECTS) $(libgraphics_la_DEPENDENCIES)
$(CXXLINK) $(libgraphics_la_OBJECTS)
endif

View File

@ -1,3 +1,7 @@
2002-03-21 Lars Gullik Bjønnes <larsbj@birdstep.com>
* Makefile.am: remove ld -r stuff
2002-03-21 Juergen Vigna <jug@sad.it>
* insettext.C (appendParagraphs): new function added to append
@ -23,7 +27,7 @@
* insetgraphics.C: improve messages, move cached_status_
setting to safer place
2002-03-18 Juergen Vigna <jug@sad.it>
* insettabular.C (unlockInsetInInset): removed unneeded showCursor
@ -151,7 +155,7 @@
* figinset.h:
* figinset.C:
* inset.h: remove figinset, yahoo !
2002-02-28 Angus Leeming <a.leeming@ic.ac.uk>
* insetgraphics.C (c-tors): initialise parent classes explicitly in
@ -268,15 +272,15 @@
2002-02-12 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* insetert.C (status): do not update the text inset, but the ERT
inset.
inset.
2002-02-11 John Levon <moz@compsoc.man.ac.uk>
* insetnote.C: use notebg for background
2002-02-08 Herbert Voss <voss@lyx.org>
* insetgraphic.C:
* insetgraphic.C:
* insetgraphicsParams.[Ch]: adding new Option noUnzip to
prevent LyX from unzipping when this should be handled
by latex vis the graphic.cfg.
@ -295,13 +299,13 @@
2002-02-05 Herbert Voss <voss@lyx.org>
* insetgraphic.C:
* insetgraphic.C:
* insetgraphicsParams.[Ch]: some cosmetic changes to latex output
and adding a rotate bool similiar to subcaption
2002-02-04 Herbert Voss <voss@lyx.org>
* insetgraphic.C:
* insetgraphic.C:
* insetgraphicsParams.[Ch]: add a LyXView-scale to have a
similiar view to the LaTeX one. Get zipped files work.
@ -345,7 +349,7 @@
2002-01-30 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* figinset.C (runqueue): open translation file in binary mode (for
cygwin).
cygwin).
2002-01-27 Herbert Voss <voss@lyx.org>
@ -363,7 +367,7 @@
2002-01-20 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* insettabular.C (getMaxWidth):
* insettabular.C (getMaxWidth):
(forceDefaultParagraphs): use Tabular::GetCellFromInset
2002-01-19 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
@ -371,10 +375,10 @@
* insettabular.C (getMaxWidthOfCell): adapt to the new definition
of LyXLength::inPixels
* inset.C (latexTextWidth):
* inset.C (latexTextWidth):
* insetminipage.C (latexTextWidth): new method, which implements
the equivalent of the LaTeX macro \textwidth
* insetminipage.C (getMaxWidth): use latexTextWidth
2002-01-18 Juergen Vigna <jug@sad.it>
@ -424,13 +428,13 @@
2002-01-14 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* insetparent.C (InsetParent):
* insetgraphicsParams.C (Write):
(Read):
* insetgraphics.C (prepareFile):
(readFigInset):
(docbook):
* insetexternal.C (executeCommand):
* insetparent.C (InsetParent):
* insetgraphicsParams.C (Write):
(Read):
* insetgraphics.C (prepareFile):
(readFigInset):
(docbook):
* insetexternal.C (executeCommand):
(doSubstitution): use Buffer::filePath
* insetbib.C (getFiles): add a #warning for Angus
@ -516,7 +520,7 @@
2002-01-05 John Levon <moz@compsoc.man.ac.uk>
* insetinclude.C: fix use of FileInfo
2002-01-07 Juergen Vigna <jug@sad.it>
* insettabular.C (draw): fixed clearing of cell around inset.
@ -542,7 +546,7 @@
2001-12-31 John Levon <moz@compsoc.man.ac.uk>
* insettabular.C: correct single-cell select vertically
2001-12-27 Juergen Vigna <jug@sad.it>
* insettabular.C (ascii): export as tab-separated-values if the
@ -602,7 +606,7 @@
* insettext.[Ch]: move includes around a bit, other ws changes and
small stuff.
2001-12-17 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* insettext.C (insetButtonRelease): fix compile problem
@ -649,7 +653,7 @@
2001-12-11 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* inset.h: add par_owner_ member variable and parOwner
setter/accessor.
setter/accessor.
2001-12-10 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
@ -661,7 +665,7 @@
2001-12-09 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* insettext.C (draw):
* insettext.C (draw):
(drawFrame): use insetWidth instead of last_width
* insettext.h: remove variable last_width (insetWidth is exactly
@ -674,7 +678,7 @@
2001-12-05 John Levon <moz@compsoc.man.ac.uk>
* insettext.C (insetAllowed): add comment
2001-12-05 Juergen Vigna <jug@sad.it>
* insettext.C (insetAllowed): fixed for the case that we directly
@ -730,7 +734,7 @@
* insettoc.[Ch]: DocBook -> docbook.
2001-11-29 André Pönitz <poenitz@gmx.net>
* inseterror.C:
* insettext.C: further reduction of header dependencies by using
lyx::layout_type and lyx::textclass_type from support/types.h
@ -760,27 +764,27 @@
* insetfloatlist.h:
* insetfloatlist.C: derive from InsetCommand so gui can use it
easily
2001-11-26 André Pönitz <poenitz@gmx.net>
* insettext.[Ch]:
* insetert.C:
* insetnote.C: reduce header dependencies, introduce type for
positions
positions
2001-11-23 John Levon <moz@compsoc.man.ac.uk>
* various: update for Alert.h
2001-11-22 John Levon <moz@compsoc.man.ac.uk>
* inset.h: fix comment
* insettext.C: use par->isInset()
2001-11-22 Allan Rae <rae@lyx.org>
* insetcollapsable.h:
* insetcollapsable.h:
* inset.h: Changes to checkInsertChar() behaviour.
Now return value indicates whether chars can be inserted.
@ -790,7 +794,7 @@
2001-11-14 José Matos <jamatos@fep.up.pt>
* insetspecialchar.C (linuxdoc):
* insetspecialchar.C (linuxdoc):
(docbook): don't give a name to a unused variable.
* insettext.C (docbook): removed unused variable.
@ -798,13 +802,13 @@
2001-11-13 Herbert Voss <voss@perce.de>
* insetgraphic.C: fix scale bug
2001-11-13 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* inset.h (isSpace):
* inset.h (isSpace):
(isLetter): new virtual methods.
* insetspecialchar.C (isSpace):
* insetspecialchar.C (isSpace):
(isLetter): implement here.
2001-11-04 John Levon <moz@compsoc.man.ac.uk>
@ -852,7 +856,7 @@
* insetert.h:
* insetert.C: fix some problems
2001-10-30 Kayvan A. Sylvan <kayvan@sylvan.com>
* insetexternal.C (doSubstitution): Added $$FPath token
@ -990,12 +994,12 @@
* inset.h (getFirstParagraph): New virtual method.
2001-08-20 Herbert Voss <voss@perce.de>
* insetbib.C: added a option bibtotoc which is from "BIB to TOC"
* insetbib.C: added a option bibtotoc which is from "BIB to TOC"
in the the bibtex-database-gui for inserting a line
\addcontentsline...
\addcontentsline...
If no style is given than there is no tex-output.
2001-08-18 Angus Leeming <a.leeming@ic.ac.uk>
* insetbib.[Ch] (getFiles): new method, returning the BibTeX database
@ -1012,21 +1016,21 @@
* insetnote.h: Add empty validate method.
* insetert.h: Ditto
* insetnote.C (InsetNote): Set language to the language of the
* insetnote.C (InsetNote): Set language to the language of the
document.
2001-08-16 Juergen Vigna <jug@sad.it>
* insettext.C: implemented the new FINISHED states.
* insettabular.C: ditto
* insettabular.C: ditto
* inset.h: added more FINISHED states for cursor right,up,down
2001-08-16 John Levon <moz@compsoc.man.ac.uk>
* insetfloatlist.C: use "FloatName List"
* insetfloatlist.C: use "FloatName List"
2001-08-14 Juergen Vigna <jug@sad.it>
* insetert.C (edit): forgot to set status_ in edit calls!
@ -1054,7 +1058,7 @@
2001-08-11 Dekel Tsur <dekelts@tau.ac.il>
* insettext.C (localDispatch): Change language only when the inset
* insettext.C (localDispatch): Change language only when the inset
becomes empty.
2001-08-10 Juergen Vigna <jug@sad.it>
@ -1153,7 +1157,7 @@
2001-08-03 Lars Gullik Bjønnes <larsbj@birdstep.com>
* inset.C (convertFont): delete method. not used.
* inset.C (convertFont): delete method. not used.
2001-08-03 Juergen Vigna <jug@sad.it>
@ -1237,7 +1241,7 @@
* ChangeLog: Hiding time travel evidence.
* insetgraphicsParams.h:
* insetgraphicsParams.C:
* insetgraphicsParams.C:
* insetgraphics.C: Added horizontal scale option, it actually scales both
directions since it keeps image proportions.
@ -1246,7 +1250,7 @@
2001-07-29 Baruch Even <baruch@lyx.org>
* insetgraphics.C (decideOutputImageFormat): when doing postscript output
convert PNG/GIF/JPG to EPS, assume the rest are EPS already.
convert PNG/GIF/JPG to EPS, assume the rest are EPS already.
HACKY! Will need to add an EPS detection routine like old InsetFig does!
@ -1289,14 +1293,14 @@
2001-07-26 Baruch Even <baruch@lyx.org>
* insetgraphics.C (draw): changed casting to be in one place rather than
* insetgraphics.C (draw): changed casting to be in one place rather than
all over the function.
* insetgraphics.h:
* insetgraphics.C (read): Added compatibility reads of InsetFig.
* insetgraphicsParams.h:
* insetgraphicsParams.C:
* insetgraphicsParams.C:
* insetgraphics.C: Removed inline option and changed rotateAngle to float.
2001-07-28 Kayvan A. Sylvan <kayvan@sylvan.com>
@ -1324,7 +1328,7 @@
* inset.h: added new function checkInsertChar.
* various files: added c-tor and clone() function.
* insetcollapsable.h: removed clone function here as this should
be only realized in REAL insets and added it to all collapsable
insets! (with the copy-constructor).
@ -1387,12 +1391,12 @@
* insettext.C (insetUnlock): only set update to CLEAR_FRAME if
draw frame mode is LOCKED.
* insetcollapsable.C (edit):
* insetcollapsable.C (edit):
(insetButtonRelease): set update status to full when
opening inset.
* insettext.C (clearInset):
* insettabular.C (draw):
* insettext.C (clearInset):
* insettabular.C (draw):
* insetlatexaccent.C (draw): honor background color.
* inset.h: new member background_color_, initialized to
@ -1485,7 +1489,7 @@
2001-07-19 Juergen Vigna <jug@sad.it>
* most files: implemented the below new introduced function.
* inset.h: added new edit(BufferView *, bool front) method to be able
to enter an inset from the front/back without knowing x/y positions
and baselines inside the inset. So I just can tell the inset activate
@ -1510,7 +1514,7 @@
the default InsetCollapsable methods. I.e., it can insert anything.
(write) output the name of the inset, not some silly hack for
compatability with the old InsetInfo.
* insetinfo.[Ch]: removed.
* insetnote.[Ch]: new files. InsetNote replaces InsetInfo. The inset is
now collapsable, but functionality is otherwise identical to InsetInfo.
@ -1570,7 +1574,7 @@
2001-07-17 Juergen Vigna <jug@sad.it>
* various files: implemented the below functions.
* inset.h: added functions
- virtual string selectNextWord(BufferView *, float & value) const;
- virtual void selectSelectedWord(BufferView *) { return; }
@ -1592,7 +1596,7 @@
2001-07-14 Baruch Even <baruch@lyx.org>
* insetgraphics.h:
* insetgraphics.C: Added a copy c-tor and handled the same_id case.
* insetgraphics.C: Added a copy c-tor and handled the same_id case.
2001-07-13 Angus Leeming <a.leeming@ic.ac.uk>
@ -1617,7 +1621,7 @@
* various files: added implementation of new insertInsetAllowed-func
and redone the function a bit more.
* inset.h: added isCollapsable(), bool collapsed(),
collapsed(BufferView *, bool) and insertInsetAllowed(Inset::Code).
@ -1673,7 +1677,7 @@
* a lot of files: added implementation of the below new functions
and the change to clone(). Also the call of the new undo-functions
where needed.
* inset.h: added an inset_id, added functions getParFromID,
getInsetFromID, firstParagraph, cursor and id functions, added
bool same_ids to clone function.
@ -1697,7 +1701,7 @@
2001-07-03 Lars Gullik Bjønnes <larsbj@birdstep.com>
* insettext.C (localDispatch): call CutAndPaste::'s static method
directly.
directly.
2001-07-03 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
@ -1732,7 +1736,7 @@
2001-06-29 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* insetmarginal.C (latex):
* insetmarginal.C (latex):
* insetfoot.C (latex): fix spacing of notes in LaTeX
* insettext.C (localDispatch): use .c_str() on istringstream
@ -1745,7 +1749,7 @@
* inseturl.h:
* inseturl.C: fix method names in these to begin
with small char too, so they inherit
2001-06-28 Juergen Vigna <jug@sad.it>
* insettext.C (setFont): fixed font settings using toggleFree()
@ -1831,7 +1835,7 @@
2001-06-13 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* lyxinset.h (resizeLyXText): shut off warning about unused
parameter "force"
parameter "force"
2001-06-07 Juergen Vigna <jug@sad.it>
@ -1851,7 +1855,7 @@
* insetert.C:
* insetcollapsable.C:
* insetcaption.C: LColor tidy
2001-06-01 Lars Gullik Bjønnes <larsbj@birdstep.com>
* figinset.C: fix typo
@ -1950,7 +1954,7 @@
* insettabular.C (LocalDispatch):
* insettext.C (LocalDispatch): getClipboard() is now a BufferView
method
method
2001-05-03 Lars Gullik Bjønnes <larsbj@birdstep.com>
@ -1994,14 +1998,14 @@
2001-04-16 Allan Rae <rae@lyx.org>
* insettoc.C (Ascii):
* insettext.C (draw):
* insettabular.C (setPos):
* insetminipage.C (Read):
* insetfloat.C (placement):
* insetcaption.C (Ascii, DocBook):
* insettoc.C (Ascii):
* insettext.C (draw):
* insettabular.C (setPos):
* insetminipage.C (Read):
* insetfloat.C (placement):
* insetcaption.C (Ascii, DocBook):
* figinset.C (runqueue): #warning triggers an error on Sun CC 6.0 as
an unrecognised preprocessor directive. So ensure they're wrapped.
an unrecognised preprocessor directive. So ensure they're wrapped.
2001-04-06 John Levon <moz@compsoc.man.ac.uk>
@ -2011,7 +2015,7 @@
2001-04-06 Lars Gullik Bjønnes <larsbj@birdstep.com>
* insettext.C (InsetText): fix new
(InsetText): reindent some, simplify deletion of par list
(InsetText): reindent some, simplify deletion of par list
(clear): simplify deletion of par list, fix new
(SetParagraphData): simplify deletion of par list
@ -2037,7 +2041,7 @@
* insetcollapsable.[Ch] (getLabelList): add std:: on vector<string>
* insettext.[Ch] (getLabelList): add std:: on vector<string>
* insettext.[Ch] (getLabelList): add std:: on vector<string>
* insetcollapsable.[Ch] (getLabelList): implement
@ -2063,7 +2067,7 @@
token
(draw): constify tx, localize loop vars.
some other localization of variables, remove double initilizatons.
* insetfoot.C: remove using std::ostream, add ostream where needed
2001-04-04 Lars Gullik Bjønnes <larsbj@birdstep.com>
@ -2094,14 +2098,14 @@
(Clone): comment out.
* insetcollapsable.h: some reformatting
(Clone): comment out.
* inset.C: reindent
(scroll): simplify
2001-03-30 Juergen Vigna <jug@sad.it>
* insetcollapsable.h: changen *inset to be a InsetText inset.
* some files: changed to reflect the above change.
2001-03-29 Angus Leeming <a.leeming@ic.ac.uk>
@ -2137,7 +2141,7 @@
* insetcollapsable.C (draw): changed to draw the button in the
upper left corner outside the textinset.
(ascent): changed because of different drawing
(ascent): changed because of different drawing
(descent): ditto
(width): ditto
(Edit): ditto
@ -2148,7 +2152,7 @@
2001-03-27 Dekel Tsur <dekelts@tau.ac.il>
* figinset.C (GetPSSizes): Fix for the case when filename doesn't
contain a suffix.
contain a suffix.
(Clone): ditto
2001-03-26 Juergen Vigna <jug@sad.it>
@ -2170,7 +2174,7 @@
2001-03-23 Juergen Vigna <jug@sad.it>
* insetcollapsable.C (InsetMotionNotify):
(InsetButtonRelease):
(InsetButtonRelease):
(InsetButtonPress): fixed y-offset (minipages).
* insettext.C (draw): force a FULL update if cleared == true.
@ -2274,7 +2278,7 @@
* insetcaption.[Ch]: update from new_insets branch
* insetfloat.[Ch]: ditto
2001-03-06 John Levon <moz@compsoc.man.ac.uk>
* insetexternal.C:
@ -2301,7 +2305,7 @@
* inset.C (LocalDispatch): changed action to be a kb_action (as it
should be) and not an int.
* insettabular.C (LocalDispatch): ditto
* insettext.C (LocalDispatch): ditto
@ -2321,7 +2325,7 @@
2001-02-22 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* insetcollapsable.C (getLyXText): add const qualifier to second
parameter.
parameter.
2001-02-22 Juergen Vigna <jug@sad.it>
@ -2349,7 +2353,7 @@
* inseterror.h:
* insetgraphics.C: change name of "hide" signal to "hideDialog",
consistent with InsetTabular.
2001-02-19 Juergen Vigna <jug@sad.it>
* insettabular.C (LocalDispatch): implement PAGE up/down.
@ -2422,8 +2426,8 @@
* BoundingBox.h: removed
2001-02-08 Dekel Tsur <dekelts@tau.ac.il>
* insettext.C (LocalDispatch): Update selection cursor when moving
* insettext.C (LocalDispatch): Update selection cursor when moving
cursor to the right.
(moveRightIntern): Call to CursorRight with 2 argument eqaul to false.
(moveLeftIntern): Ditto.
@ -2457,7 +2461,7 @@
2001-01-26 Dekel Tsur <dekelts@tau.ac.il>
* insetref.C (getType, getName): Move methods from
* insetref.C (getType, getName): Move methods from
src/frontends/xforms/FormRef.C.
2001-01-12 Dekel Tsur <dekelts@tau.ac.il>
@ -2467,7 +2471,7 @@
2001-01-25 Dekel Tsur <dekelts@tau.ac.il>
* insetbib.C (bibitemWidest): Use lyxfont::width instead of
par->bibkey->width. This fixes the crashes when running without
par->bibkey->width. This fixes the crashes when running without
gui or when having included documents.
2001-01-22 Dekel Tsur <dekelts@tau.ac.il>

View File

@ -83,10 +83,3 @@ libinsets_la_SOURCES = \
# insetsection.C \
# insettheorem.C \
# insettheorem.h \
if USE_LD_R
libinsets.la: libinsets.o
libinsets.o: $(libinsets_la_OBJECTS) $(libinsets_la_DEPENDENCIES)
$(CXXLINK) $(libinsets_la_OBJECTS)
endif

View File

@ -1,3 +1,7 @@
2002-03-21 Lars Gullik Bjønnes <larsbj@birdstep.com>
* Makefile.am: remove ld -r stuff
2002-03-20 Lars Gullik Bjønnes <larsbj@birdstep.com>
* Makefile.am: special rules if partial linking

View File

@ -138,10 +138,3 @@ libmathed_la_SOURCES = \
math_xyarrowinset.h \
math_xymatrixinset.C \
math_xymatrixinset.h
if USE_LD_R
libmathed.la: libmathed.o
libmathed.o: $(libmathed_la_OBJECTS) $(libmathed_la_DEPENDENCIES)
$(CXXLINK) $(libmathed_la_OBJECTS)
endif

View File

@ -1,3 +1,7 @@
2002-03-21 Lars Gullik Bjønnes <larsbj@birdstep.com>
* Makefile.am: remove ld -r stuff
2002-03-20 Lars Gullik Bjønnes <larsbj@birdstep.com>
* Makefile.am (libsupport.la): special rules if partial linking

View File

@ -75,10 +75,3 @@ libsupport_la_SOURCES = \
types.h \
unlink.C \
utility.h
if USE_LD_R
libsupport.la: libsupport.o
libsupport.o: $(libsupport_la_OBJECTS) $(libsupport_la_DEPENDENCIES)
$(CXXLINK) $(libsupport_la_OBJECTS)
endif