]> andersk Git - moira.git/blobdiff - Makefile.in
fix typo.
[moira.git] / Makefile.in
index 452843b2ec9083e8098f3789111dff66519a301d..5eefbd8b32c67a39573d8fc9b815741f99508211 100644 (file)
@@ -12,8 +12,8 @@ sbindir=@sbindir@
 mandir=@mandir@
 mrbindir=@mrbindir@
 
-CLIENTDIRS=@GDSS_SUBDIR@ include lib clients update man
-SVRDIRS=db server backup dbck dcm gen regtape @AFS_SUBDIRS@ @RSAREF_SUBDIRS@
+CLIENTDIRS=include lib clients update man @WEBMOIRA_SUBDIRS@
+SVRDIRS=db server backup dbck dcm gen regtape incremental @AFS_SYNCDIR@ @RSAREF_SUBDIRS@
 DEPDIRS=@COM_ERR_SUBDIR@
 
 SUBDIRS=$(CLIENTDIRS) @SVRSUBDIRS@
@@ -24,6 +24,10 @@ all:
 clean:
        @for d in $(SUBDIRS); do (echo "### Making $@ in $$d"; cd $$d; $(MAKE) $@) || exit 1; done
 
+cleandir distclean:
+       rm -f config.log config.cache config.status Makefile
+       @for d in $(SUBDIRS); do (echo "### Making $@ in $$d"; cd $$d; $(MAKE) $@) || exit 1; done
+
 depend:
        @if [ "x$(DEPDIRS)" != x ]; then \
            for d in $(DEPDIRS); do (echo "### Making all in $$d"; cd $$d; $(MAKE) all) || exit 1; done; \
This page took 0.027523 seconds and 4 git commands to generate.