X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2FMakefile.in;h=ee096aa0d3dac7fc0e21e2b9105c90c78ea96330;hb=2c3b7da72126a21f05130e9ed6bb70f43624ce25;hp=d600813b84cc47e64bf68b5e36aa0d68ae0e79c9;hpb=a485ed478abbd599d8c9aab48934e7a26733ecb1;p=mmh diff --git a/uip/Makefile.in b/uip/Makefile.in index d600813..ee096aa 100644 --- a/uip/Makefile.in +++ b/uip/Makefile.in @@ -50,10 +50,10 @@ SETGID_MAIL = @SETGID_MAIL@ $(COMPILE) $< # commands to build -CMDS = ali anno burst comp dist flist folder forw install-mh mark mhbuild \ +CMDS = ali anno burst comp dist flist folder forw mmh mark mhbuild \ mhlist mhmail mhparam mhpath mhshow mhstore msgchk \ new packf pick prompter refile repl rmf rmm scan send show \ - sortm whatnow whom + sortm whatnow # commands that are links to other commands LCMDS = flists folders next prev @@ -68,7 +68,7 @@ SCMDS = inc # source files SRCS = ali.c aliasbr.c anno.c annosbr.c ap.c burst.c comp.c \ conflict.c dist.c distsbr.c dp.c dropsbr.c flist.c fmtdump.c \ - folder.c forw.c ftpsbr.c inc.c install-mh.c mark.c md5.c mhbuild.c \ + folder.c forw.c ftpsbr.c inc.c mmh.sh mark.c md5.c mhbuild.c \ mhbuildsbr.c mhcachesbr.c mhfree.c mhl.c mhlist.c mhlistsbr.c \ mhlsbr.c mhmail.c mhmisc.c mhoutsbr.c mhparam.c mhparse.c \ mhpath.c mhshow.c mhshowsbr.c mhstore.c mhstoresbr.c mhtest.c \ @@ -76,7 +76,7 @@ SRCS = ali.c aliasbr.c anno.c annosbr.c ap.c burst.c comp.c \ prompter.c rcvdist.c rcvpack.c rcvstore.c rcvtty.c \ refile.c repl.c replsbr.c rmf.c rmm.c scan.c scansbr.c send.c \ sendsbr.c show.c slocal.c sortm.c spost.c termsbr.c viamail.c \ - whatnow.c whatnowproc.c whatnowsbr.c whom.c + whatnow.c whatnowproc.c whatnowsbr.c # auxiliary files AUX = Makefile.in @@ -129,8 +129,9 @@ forw: forw.o whatnowproc.o whatnowsbr.o sendsbr.o annosbr.o distsbr.o $(LOCALLIB inc: inc.o scansbr.o dropsbr.o termsbr.o $(LOCALLIBS) $(LINK) inc.o scansbr.o dropsbr.o termsbr.o $(LINKLIBS) $(TERMLIB) -install-mh: install-mh.o $(LOCALLIBS) - $(LINK) install-mh.o $(LINKLIBS) +mmh: mmh.sh + cp mmh.sh mmh + chmod +x mmh mark: mark.o $(LOCALLIBS) $(LINK) mark.o $(LINKLIBS) @@ -225,9 +226,6 @@ viamail: viamail.o mhmisc.o mhoutsbr.o sendsbr.o annosbr.o distsbr.o $(LOCALLIBS whatnow: whatnow.o whatnowsbr.o sendsbr.o annosbr.o distsbr.o $(LOCALLIBS) $(LINK) whatnow.o whatnowsbr.o sendsbr.o annosbr.o distsbr.o $(LINKLIBS) -whom: whom.o distsbr.o $(LOCALLIBS) - $(LINK) whom.o distsbr.o $(LINKLIBS) - # ========== DEPENDENCIES FOR INSTALLING ========== # install everything @@ -249,7 +247,6 @@ install-lcmds: rm -f $(DESTDIR)$(bindir)/unseen rm -f $(DESTDIR)$(bindir)/prev rm -f $(DESTDIR)$(bindir)/next - rm -f $(DESTDIR)$(libdir)/install-mh $(LN) $(DESTDIR)$(bindir)/flist $(DESTDIR)$(bindir)/flists $(LN) $(DESTDIR)$(bindir)/folder $(DESTDIR)$(bindir)/folders $(LN) $(DESTDIR)$(bindir)/new $(DESTDIR)$(bindir)/fnext