comparison Makefile @ 2282:e8d3609e89a5 libavcodec

Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
author michael
date Fri, 01 Oct 2004 13:32:13 +0000
parents c443a6af19a7
children 9891c6a212ca
comparison
equal deleted inserted replaced
2281:7b345b735ac7 2282:e8d3609e89a5
278 $(CC) -o $@ $^ -lm 278 $(CC) -o $@ $^ -lm
279 279
280 ifeq ($(BUILD_SHARED),yes) 280 ifeq ($(BUILD_SHARED),yes)
281 install: all install-headers 281 install: all install-headers
282 ifeq ($(CONFIG_WIN32),yes) 282 ifeq ($(CONFIG_WIN32),yes)
283 install -s -m 755 $(SLIB) "$(prefix)" 283 install $(INSTALLSTRIP) -m 755 $(SLIB) "$(prefix)"
284 else 284 else
285 install -d $(prefix)/lib 285 install -d $(prefix)/lib
286 install -s -m 755 $(SLIB) $(prefix)/lib/libavcodec-$(VERSION).so 286 install $(INSTALLSTRIP) -m 755 $(SLIB) $(prefix)/lib/libavcodec-$(VERSION).so
287 ln -sf libavcodec-$(VERSION).so $(prefix)/lib/libavcodec.so 287 ln -sf libavcodec-$(VERSION).so $(prefix)/lib/libavcodec.so
288 ldconfig || true 288 ldconfig || true
289 endif 289 endif
290 else 290 else
291 install: 291 install: