X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2FMakefile.in;h=e53df573faf18b633a03ce2a3dbec7cfc39d6cf0;hp=7dcbb8553d632ffe19722fe1989d921245c26c2d;hb=a3f1c902eb75f91ebbf0129d6e4f0e42477bb9cc;hpb=4b5944268ea0da7bb30598a27857304758ea9b44 diff --git a/uip/Makefile.in b/uip/Makefile.in index 7dcbb85..e53df57 100644 --- a/uip/Makefile.in +++ b/uip/Makefile.in @@ -49,17 +49,17 @@ SETGID_MAIL = @SETGID_MAIL@ $(COMPILE) $< # commands to build -CMDS = ali anno burst comp dist flist folder forw mmh mark mhbuild mhl \ +CMDS = ali anno burst comp conflict dist flist folder forw mmh mark \ + mhbuild mhl \ mhlist mhmail mhparam mhpath mhshow mhstore msgchk new packf pick \ - print-mimetype prompter refile repl rmf rmm scan send sendfiles show \ - sortm whatnow + print-mimetype prompter rcvdist rcvpack rcvstore refile repl rmf \ + rmm scan send sendfiles show slocal sortm spost whatnow # commands that are links to other commands -LCMDS = flists folders next prev +LCMDS = flists folders next prev fnext fprev unseen # misc support binaries -MISC = ap conflict dp fmtdump rcvdist rcvpack \ - rcvstore slocal spost mhtest +MISC = ap dp fmtdump mhtest # commands with 'S'pecial installation needs SCMDS = inc @@ -125,8 +125,8 @@ folder: folder.o $(LOCALLIBS) forw: forw.o whatnowproc.o annosbr.o $(LOCALLIBS) $(LINK) forw.o whatnowproc.o annosbr.o $(LINKLIBS) -inc: inc.o scansbr.o dropsbr.o termsbr.o $(LOCALLIBS) - $(LINK) inc.o scansbr.o dropsbr.o termsbr.o $(LINKLIBS) $(TERMLIB) +inc: inc.o scansbr.o termsbr.o $(LOCALLIBS) + $(LINK) inc.o scansbr.o termsbr.o $(LINKLIBS) $(TERMLIB) mmh: mmh.sh cp mmh.sh mmh @@ -237,7 +237,7 @@ install: install-cmds install-misc install-lcmds install-scmds # install commands install-cmds: - $(top_srcdir)/mkinstalldirs $(DESTDIR)$(bindir) + mkdir -p $(DESTDIR)$(bindir) for cmd in $(CMDS); do \ $(INSTALL_PROGRAM) $$cmd $(DESTDIR)$(bindir)/$$cmd; \ done @@ -261,7 +261,7 @@ install-lcmds: # install misc support binaries install-misc: - $(top_srcdir)/mkinstalldirs $(DESTDIR)$(libdir) + mkdir -p $(DESTDIR)$(libdir) for misc in $(MISC); do \ $(INSTALL_PROGRAM) $$misc $(DESTDIR)$(libdir)/$$misc; \ done @@ -316,7 +316,7 @@ Makefile: Makefile.in ../config.status cd .. && ./config.status $(subdir)/$@ distdir = ../`cat ../distname`/$(subdir) -nmhdist: $(DIST) +mmhdist: $(DIST) @echo "Copying distribution files in $(subdir)" @for file in $(DIST); do \ cp -p $(srcdir)/$$file $(distdir); \