This is an automated email from the git hooks/post-receive script. mali-guest pushed a commit to branch master in repository king-probe.
commit 9739818d530881edefce0e46b98df5d1ac339bb2 Author: Malihe Asemani <[email protected]> Date: Tue Aug 18 05:54:16 2015 +0000 The pathces should be pop-ed before commit and push --- Makefile.linux | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Makefile.linux b/Makefile.linux index 7a4d475..e6a740e 100644 --- a/Makefile.linux +++ b/Makefile.linux @@ -2,22 +2,22 @@ MACHINEFLAGS = CFLAGS = $(MACHINEFLAGS) LFLAGS = -lm $(MACHINEFLAGS) OBJLIST = dots.o abin.o readPDBrecs.o geom3d.o utility.o select.o \ - parse.o atomprops.o stdconntable.o autobondrot.o hybrid_36_c.o + parse.o atomprops.o stdconntable.o autobondrot.o .c.o: cc -c $*.c $(CFLAGS) -king-probe: probe.o $(OBJLIST) +probe: probe.o $(OBJLIST) cc -o $@ probe.o $(OBJLIST) $(LFLAGS) clean: @rm -f *.o *.ckp -install: king-probe - mv king-probe /local/bin +install: probe + mv probe /local/bin -installtest: king-probe - mv king-probe /local/bin/probeTest +installtest: probe + mv probe /local/bin/probeTest # DO NOT DELETE THIS LINE -- make depend uses it abin.o: ./abin.h ./geom3d.h ./utility.h abin.c @@ -30,11 +30,9 @@ parse.o: ./parse.h ./utility.h parse.c probe.o: ./abin.h ./atomprops.h ./autobondrot.h ./dots.h ./geom3d.h \ ./parse.h ./probe.h ./readPDBrecs.h ./select.h \ ./stdconntable.h ./utility.h probe.c -readPDBrecs.o: ./geom3d.h ./readPDBrecs.h ./utility.h ./hybrid_36_c.h readPDBrecs.c +readPDBrecs.o: ./geom3d.h ./readPDBrecs.h ./utility.h readPDBrecs.c select.o: ./abin.h ./atomprops.h ./geom3d.h ./parse.h ./select.h \ ./stdconntable.h ./utility.h select.c stdconntable.o: ./stdconntable.h stdconntable.c utility.o: utility.c - -hybrid_36_c.o: ./hybrid_36_c.h hybrid_36_c.c # DO NOT DELETE THIS 2nd LINE -- make depend uses it -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/king-probe.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
