X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=Makefile;h=ac3a3323360a8deb4af608642ed6189ebd3186a0;hb=34c41d71027a3e94c1f613baeea2e74e038e0108;hp=1e3f646f8349a08ad2155b7998b1c2c2ce37bd2e;hpb=694c425ee295aa51ea701c2331ac92b11e6adbcd;p=zpackage diff --git a/Makefile b/Makefile index 1e3f646..ac3a332 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ ZPKGBIN=zpm-addfile zpm-extract zpm-init zpm-vercmp zpm-stat zpm-hash \ zpm-runscript zpm-soname zpm-syncfs SCRIPTS=zpm zpm-install zpm-merge zpm-list zpm-preserve zpm-test zpm-log \ - zpm-contents zpm-uninstall + zpm-contents zpm-uninstall zpm-pathmod COMPILED=$(ZPKGBIN) PROGRAMS=$(SCRIPTS) $(COMPILED) @@ -172,6 +172,9 @@ install: $(COMPILED) test -d $(DESTDIR)/bin || install -d $(DESTDIR)/bin install -D $(PROGRAMS) $(DESTDIR)/bin +scan-prep: clean sqlite/sqlite3.o sqlite/shell.o lib/liblzma.a + @echo scan-build -v -o report make -j10 + clean: rm -f *.o sqlite/*.o lib/*.o $(LZMAOBJ) liblzma.a \ libelf.a libzpm.a zpm-addfile soname \