X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ac79e8d6a1a8a3cb3fb2438b03d3d0ba5ea2570d..2bb7e26c6ae27f9b8a0ca9e5b7ddd1c824bcedda:/uip/Makefile.in diff --git a/uip/Makefile.in b/uip/Makefile.in index 90b551c2..b1e3950e 100644 --- a/uip/Makefile.in +++ b/uip/Makefile.in @@ -30,6 +30,9 @@ 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@ APOPLIB = @APOPLIB@ @@ -55,7 +58,7 @@ SETGID_MAIL = @SETGID_MAIL@ CMDS = ali anno burst comp dist flist folder forw mark mhbuild \ 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 @@ -65,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 mhtest + rcvstore rcvtty slocal spost viamail mhtest # commands with 'S'pecial installation needs SCMDS = inc @@ -309,6 +312,11 @@ realclean: distclean superclean: realclean +# ========== DEPENDENCIES FOR LINT ================ + +lint: + $(LINT) $(LINTFLAGS) $(INCLUDES) $(DEFS) $(SRCS) + # ========== DEPENDENCIES FOR MAINTENANCE ========== subdir = uip