comparison liboctave/Makefile.in @ 5866:f9ac7ebf0e19

[project @ 2006-06-28 16:05:22 by jwe]
author jwe
date Wed, 28 Jun 2006 16:05:24 +0000
parents 6b9cec830d72
children b2e1be30c8e9
comparison
equal deleted inserted replaced
5865:4e6be3c306f1 5866:f9ac7ebf0e19
184 endif 184 endif
185 185
186 all: libraries 186 all: libraries
187 .PHONY: all 187 .PHONY: all
188 188
189 objects: $(OBJECTS) 189 objects: $(LIBOCTAVE_OBJECTS)
190 190
191 stmp-pic: pic 191 stmp-pic: pic
192 @if [ -f stmp-pic ]; then \ 192 @if [ -f stmp-pic ]; then \
193 true; \ 193 true; \
194 else \ 194 else \
307 TAGS: $(SOURCES) 307 TAGS: $(SOURCES)
308 etags $(SOURCES) 308 etags $(SOURCES)
309 309
310 clean: 310 clean:
311 rm -f liboctave.$(LIBEXT) liboctave.$(SHLEXT_VER) liboctave.$(SHLEXT) 311 rm -f liboctave.$(LIBEXT) liboctave.$(SHLEXT_VER) liboctave.$(SHLEXT)
312 rm -f $(OBJECTS) $(MAKEDEPS) $(LIBOCTAVE_PICOBJ) stmp-pic 312 rm -f $(LIBOCTAVE_OBJECTS) $(MAKEDEPS) $(LIBOCTAVE_PICOBJ) stmp-pic
313 -rmdir pic 313 -rmdir pic
314 .PHONY: clean 314 .PHONY: clean
315 315
316 mostlyclean: clean 316 mostlyclean: clean
317 .PHONY: mostlyclean 317 .PHONY: mostlyclean