X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2FMakefile.in;h=b1e3950e70fbbe48b25dfd53e3a700039e68dfce;hp=2a21bd7bbab162c5123dc9311a833996d8854c62;hb=de84e33cbf49bf0e70ad010d58ab9893c5438cff;hpb=bf46cc47a8f442fdbc08d81f8b51d30115637a93 diff --git a/uip/Makefile.in b/uip/Makefile.in index 2a21bd7..b1e3950 100644 --- a/uip/Makefile.in +++ b/uip/Makefile.in @@ -30,9 +30,13 @@ HESIOD_LIBS = @HESIOD_LIBS@ LOCALLIBS = ../config/version.o ../config/config.o ../sbr/libmh.a ../$(MTSLIB) ../zotnet/libzot.a LINKLIBS = $(LOCALLIBS) $(KRB4_LIBS) $(HESIOD_LIBS) $(LIBS) +LINT = @LINT@ +LINTFLAGS = @LINTFLAGS@ + TERMLIB = @TERMLIB@ LEXLIB = @LEXLIB@ -POPLIB = @POPLIB@ +APOPLIB = @APOPLIB@ +POPLIB = @POPLIB@ $(APOPLIB) COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CFLAGS) LINK = $(CC) $(LDFLAGS) -o $@ @@ -52,9 +56,9 @@ SETGID_MAIL = @SETGID_MAIL@ # commands to build CMDS = ali anno burst comp dist flist folder forw mark mhbuild \ - mhlist mhmail mhn mhparam mhpath mhshow mhstore mhtest msgchk \ + mhlist mhmail mhn mhparam mhpath mhshow mhstore msgchk \ msh packf pick prompter refile repl rmf rmm scan send show \ - sortm viamail whatnow whom + sortm whatnow whom ## removed this from CMDS until I can fix it ## OTHERCMDS = vmh @@ -64,7 +68,7 @@ LCMDS = flists folders next prev # misc support binaries MISC = ap conflict dp fmtdump install-mh mhl post rcvdist rcvpack \ - rcvstore rcvtty slocal spost + rcvstore rcvtty slocal spost viamail mhtest # commands with 'S'pecial installation needs SCMDS = inc @@ -273,7 +277,7 @@ install-misc: # install commands with special installation needs (thus no $(SCMDS) use here) install-scmds: - if test x$(SETGID_MAIL) = x1; then \ + if test x$(SETGID_MAIL) != x; then \ $(INSTALL_PROGRAM) -g $(MAIL_SPOOL_GRP) -m 2755 inc $(bindir)/$$cmd; \ else \ $(INSTALL_PROGRAM) inc $(bindir)/$$cmd; \ @@ -308,6 +312,11 @@ realclean: distclean superclean: realclean +# ========== DEPENDENCIES FOR LINT ================ + +lint: + $(LINT) $(LINTFLAGS) $(INCLUDES) $(DEFS) $(SRCS) + # ========== DEPENDENCIES FOR MAINTENANCE ========== subdir = uip