comparison src/Makefile.in @ 5761:f78d64fbe590

[project @ 2006-04-14 04:47:21 by jwe]
author jwe
date Fri, 14 Apr 2006 04:47:21 +0000
parents 8d7162924bd3
children 60659f01c75b
comparison
equal deleted inserted replaced
5760:8d7162924bd3 5761:f78d64fbe590
264 all: octave$(EXEEXT) $(OCT_FILES) PKG_ADD DOCSTRINGS 264 all: octave$(EXEEXT) $(OCT_FILES) PKG_ADD DOCSTRINGS
265 .PHONY: all 265 .PHONY: all
266 266
267 objects: $(OBJECTS) 267 objects: $(OBJECTS)
268 268
269 lex.o parse.o pic/lex.o pic/parse.o : ALL_CXXFLAGS := $(filter-out -Wold-style-cast, $(ALL_CXXFLAGS)) 269 lex.o parse.o __gnuplot_raw__.o pic/lex.o pic/parse.o pic/__gnuplot_raw__.o: \
270 ALL_CXXFLAGS := $(filter-out -Wold-style-cast, $(ALL_CXXFLAGS))
270 271
271 XERBLA = ../libcruft/blas-xtra/xerbla.o 272 XERBLA = ../libcruft/blas-xtra/xerbla.o
272 ifdef FPICFLAG 273 ifdef FPICFLAG
273 PIC_XERBLA = ../libcruft/blas-xtra/pic/xerbla.o 274 PIC_XERBLA = ../libcruft/blas-xtra/pic/xerbla.o
274 else 275 else