/[marvin]/marvin/src/libsip/common.Makefile.in
ViewVC logotype

Diff of /marvin/src/libsip/common.Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by exos, Thu Sep 11 05:00:20 2003 UTC revision 1.3 by hannibal, Thu Sep 11 16:16:44 2003 UTC
# Line 169  LATEX_HERE = @LATEX_HERE@ Line 169  LATEX_HERE = @LATEX_HERE@
169  DVIPDF_HERE = @DVIPDF_HERE@  DVIPDF_HERE = @DVIPDF_HERE@
170  DVIPS_HERE = @DVIPS_HERE@  DVIPS_HERE = @DVIPS_HERE@
171  TEXI2HTML_HERE = @TEXI2HTML_HERE@  TEXI2HTML_HERE = @TEXI2HTML_HERE@
172    RANLIB_HERE = @RANLIB_HERE@
173    AR_HERE = @AR_HERE@
174    PERL_HERE = @PERL_HERE@
175    
176  INCLUDES = -I./algo/ -I./type/ -I./filter/ -I./ `perl -MExtUtils::Embed -e ccopts`  INCLUDES = -I./algo/ -I./type/ -I./filter/ -I./ `$(PERL_HERE) -MExtUtils::Embed -e ccopts`
177    
178  # General compilation flags.  # General compilation flags.
179  ############################  ############################
# Line 184  OFLAGS = $(INCLUDES) -w A -compact Line 187  OFLAGS = $(INCLUDES) -w A -compact
187  ####################  ####################
188    
189  # bytecode  # bytecode
190  BLFLAGS = -a  `perl -MExtUtils::Embed -e ldopts`  BLFLAGS = -a  `$(PERL_HERE) -MExtUtils::Embed -e ldopts`
191  # native code  # native code
192  OFLAGS = -lsip -L/usr/local/libsip  OFLAGS = -lsip -L/usr/local/libsip
193    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26