diff -Naur x264-snapshot-20070106-2245/Makefile x264-snapshot-20070106-2245-magellan/Makefile --- x264-snapshot-20070106-2245/Makefile 2007-01-06 22:45:02.000000000 +0100 +++ x264-snapshot-20070106-2245-magellan/Makefile 2007-11-14 15:14:37.000000000 +0100 @@ -64,7 +64,7 @@ .PHONY: all default fprofiled clean distclean install install-gtk uninstall all: default -default: $(DEP) x264$(EXE) +default: $(DEP) libx264.a: .depend $(OBJS) $(OBJASM) ar rc libx264.a $(OBJS) $(OBJASM) @@ -139,13 +139,12 @@ rm -f config.mak config.h x264.pc $(MAKE) -C gtk distclean -install: x264 $(SONAME) +install: libx264.a $(SONAME) install -d $(DESTDIR)$(bindir) $(DESTDIR)$(includedir) install -d $(DESTDIR)$(libdir) $(DESTDIR)$(libdir)/pkgconfig install -m 644 x264.h $(DESTDIR)$(includedir) install -m 644 libx264.a $(DESTDIR)$(libdir) install -m 644 x264.pc $(DESTDIR)$(libdir)/pkgconfig - install x264 $(DESTDIR)$(bindir) ranlib $(DESTDIR)$(libdir)/libx264.a $(if $(SONAME), ln -sf $(SONAME) $(DESTDIR)$(libdir)/libx264.so) $(if $(SONAME), install -m 755 $(SONAME) $(DESTDIR)$(libdir))