X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2FMakefile.in;h=d81985f7fe9d64ee2b6747596f7fff992f5d4372;hp=7dcbb8553d632ffe19722fe1989d921245c26c2d;hb=cde17f8d38bf9306df4706ac2acb528a2a686a29;hpb=4b5944268ea0da7bb30598a27857304758ea9b44 diff --git a/uip/Makefile.in b/uip/Makefile.in index 7dcbb85..d81985f 100644 --- a/uip/Makefile.in +++ b/uip/Makefile.in @@ -17,7 +17,6 @@ etcdir = @sysconfdir@ CC = @CC@ CFLAGS = @CFLAGS@ DEFS = @DEFS@ -CONFIGDEFS = -DNMHETCDIR='"$(etcdir)"' INCLUDES = -I.. -I$(srcdir) -I$(top_srcdir) @CPPFLAGS@ LDFLAGS = @LDFLAGS@ @@ -32,7 +31,6 @@ TERMLIB = @TERMLIB@ LEXLIB = @LEXLIB@ COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CFLAGS) -COMPILE2 = $(CC) -c $(DEFS) $(CONFIGDEFS) $(INCLUDES) $(CFLAGS) LINK = $(CC) $(LDFLAGS) -o $@ LN = ln @@ -49,17 +47,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 +123,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 @@ -215,11 +213,8 @@ sendfiles: sendfiles.sh show: show.o $(LOCALLIBS) $(LINK) show.o $(LINKLIBS) -slocal.o: slocal.c - $(COMPILE2) $(srcdir)/slocal.c - -slocal: slocal.o aliasbr.o dropsbr.o $(LOCALLIBS) - $(LINK) slocal.o aliasbr.o dropsbr.o $(LINKLIBS) +slocal: slocal.o $(LOCALLIBS) + $(LINK) slocal.o $(LINKLIBS) sortm: sortm.o $(LOCALLIBS) $(LINK) sortm.o $(LINKLIBS) @@ -237,7 +232,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 +256,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 +311,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); \