X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=zotnet%2FMakefile.in;h=0a75e149b4ef005ea6334a7c2b8d9608de3cef5d;hb=de84e33cbf49bf0e70ad010d58ab9893c5438cff;hp=9178debd637534c72921b6d267da24b5385d2ec8;hpb=ae8be1b7c79bee73a0592c395605e2fd16953e07;p=mmh diff --git a/zotnet/Makefile.in b/zotnet/Makefile.in index 9178deb..0a75e14 100644 --- a/zotnet/Makefile.in +++ b/zotnet/Makefile.in @@ -24,9 +24,7 @@ mailspool='$(mailspool)' sendmailpath='$(sendmailpath)' \ default_editor='$(default_editor)' default_pager='$(default_pager)' # object files in libzot.a -OBJS = mts/mts.o mts/client.o \ - tws/dtime.o tws/dtimep.o tws/lexstring.o \ - mf/mf.o +OBJS = mts/mts.o mts/client.o # auxiliary files AUX = Makefile.in @@ -35,7 +33,7 @@ AUX = Makefile.in DIST = $(AUX) # subdirectories -SUBDIRS = mts tws mf +SUBDIRS = mts # ========= DEPENDENCIES FOR BUILDING AND INSTALLING ========== @@ -87,6 +85,13 @@ mostlyclean-recursive clean-recursive distclean-recursive realclean-recursive su (cd $$subdir && $(MAKE) $(MAKEDEFS) $$target) || exit 1; \ done +# ========== DEPENDENCIES FOR LINT ================= + +lint: + for subdir in $(SUBDIRS) ; do \ + (cd $$subdir && $(MAKE) $(MAKEDEFS) lint) || exit 1; \ + done + # ========== DEPENDENCIES FOR MAINTENANCE ========== subdir = zotnet