documentation:
$(MAKE) -C doc all
-.PHONY: install
-
install: install-progs install-libs install-headers install-man $(INSTALLVHOOK)
ifeq ($(BUILD_SHARED),yes)
( cd /tmp ; tar zcvf ~/$(FILE).tar.gz $(FILE) --exclude .svn )
rm -rf /tmp/$(FILE)
-.PHONY: lib
+.PHONY: all lib videohook documentation install* wininstaller uninstall*
+.PHONY: dep depend clean distclean TAGS tar
+.PHONY: codectest libavtest test-server fulltest test mpeg4 mpeg
ifneq ($(wildcard .depend),)
include .depend
rm -f "$(addprefix $(incdir)/,$(HEADERS))"
rm -f "$(libdir)/pkgconfig/lib$(NAME).pc"
+.PHONY: all depend dep clean distclean install* uninstall*
+
#
# include dependency files if they exist
#
clean:
rm -f *.html *.pod *.1
+
+.PHONY: all clean
fft-test: fft-test.o $(LIB)
$(CC) -o $@ $^ $(LIBAVUTIL) -lm
+
+.PHONY: amrlibs tests
distclean clean:
rm -rf vsynth1 vsynth2 data
rm -f asynth1.sw *~ audiogen$(EXESUF) videogen$(EXESUF) rotozoom$(EXESUF) tiny_psnr$(EXESUF)
+
+.PHONY: all fulltest test codectest libavtest test-server
+.PHONY: mpeg4 mpeg ac3 snow snowll distclean clean
distclean: clean
rm -f .depend
+.PHONY: all depend dep clean distclean install* uninstall*
+
ifneq ($(wildcard .depend),)
include .depend
endif