X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2FMakefile.in;h=9f183b0c4117d371a94633fce92cf85f6f985d53;hp=48b8524888a589789cc520fb10127de9c2692f0d;hb=06dc4fe836de4957b5d6e7e3a7ce5de85c11db8f;hpb=27826f9353e0f0b04590b7d0f8f83e60462b90f0 diff --git a/uip/Makefile.in b/uip/Makefile.in index 48b8524..9f183b0 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 \ - mhlist mhmail mhparam mhpath mhshow mhstore msgchk \ - new packf pick prompter refile repl rmf rmm scan send sendfiles show \ - sortm whatnow +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 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 @@ -71,7 +71,7 @@ SRCS = ali.c aliasbr.c anno.c annosbr.c ap.c burst.c comp.c \ mhbuildsbr.c mhcachesbr.c mhfree.c mhl.c mhlist.c mhlistsbr.c \ mhmail.c mhmisc.c mhoutsbr.c mhparam.c mhparse.c \ mhpath.c mhshow.c mhshowsbr.c mhstore.c mhstoresbr.c mhtest.c \ - msgchk.c new.c packf.c pick.c \ + msgchk.c new.c packf.c pick.c print-mimetype.sh \ prompter.c rcvdist.c rcvpack.c rcvstore.c \ refile.c repl.c rmf.c rmm.c scan.c scansbr.c send.c \ sendfiles.sh show.c slocal.c sortm.c spost.c termsbr.c \ @@ -92,8 +92,8 @@ all: $(CMDS) $(MISC) $(SCMDS) ali: ali.o aliasbr.o $(LOCALLIBS) $(LINK) ali.o aliasbr.o $(LINKLIBS) -ap: ap.o termsbr.o $(LOCALLIBS) - $(LINK) ap.o termsbr.o $(LINKLIBS) $(TERMLIB) +ap: ap.o $(LOCALLIBS) + $(LINK) ap.o $(LINKLIBS) anno: anno.o annosbr.o $(LOCALLIBS) $(LINK) anno.o annosbr.o $(LINKLIBS) @@ -110,8 +110,8 @@ conflict: conflict.o aliasbr.o $(LOCALLIBS) dist: dist.o whatnowproc.o $(LOCALLIBS) $(LINK) dist.o whatnowproc.o $(LINKLIBS) -dp: dp.o termsbr.o $(LOCALLIBS) - $(LINK) dp.o termsbr.o $(LINKLIBS) $(TERMLIB) +dp: dp.o $(LOCALLIBS) + $(LINK) dp.o $(LINKLIBS) flist: flist.o $(LOCALLIBS) $(LINK) flist.o $(LINKLIBS) @@ -174,6 +174,10 @@ packf: packf.o dropsbr.o $(LOCALLIBS) pick: pick.o $(LOCALLIBS) $(LINK) pick.o $(LINKLIBS) +print-mimetype: print-mimetype.sh + cp print-mimetype.sh print-mimetype + chmod +x print-mimetype + prompter: prompter.o $(LOCALLIBS) $(LINK) prompter.o $(LINKLIBS) @@ -233,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 @@ -257,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 @@ -312,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); \