Annotation of 43BSDReno/contrib/isode-beta/others/quipu/uips/Makefile, revision 1.1

1.1     ! root        1: ###############################################################################
        !             2: #   Instructions to Make, for compilation of QUIPU user interface programs
        !             3: ###############################################################################
        !             4: 
        !             5: ###############################################################################
        !             6: #
        !             7: # $Header: /f/osi/others/quipu/uips/RCS/Makefile,v 7.1 90/07/09 14:40:51 mrose Exp $
        !             8: #
        !             9: #
        !            10: # $Log:        Makefile,v $
        !            11: # Revision 7.1  90/07/09  14:40:51  mrose
        !            12: # sync
        !            13: # 
        !            14: # Revision 7.0  89/11/23  22:08:21  mrose
        !            15: # Release 6.0
        !            16: # 
        !            17: ###############################################################################
        !            18: 
        !            19: ###############################################################################
        !            20: #
        !            21: #                               NOTICE
        !            22: #
        !            23: #    Acquisition, use, and distribution of this module and related
        !            24: #    materials are subject to the restrictions of a license agreement.
        !            25: #    Consult the Preface in the User's Manual for the full terms of
        !            26: #    this agreement.
        !            27: #
        !            28: ###############################################################################
        !            29: 
        !            30: 
        !            31: DIRS   =       dish
        !            32: OTHERS  =      fred pod sd ufn xd manage
        !            33: 
        !            34: 
        !            35: ##################################################################
        !            36: # Here it is...
        !            37: ##################################################################
        !            38: 
        !            39: all:;          @for i in $(DIRS); \
        !            40:                    do (echo "cd $$i; $(MAKE) all"; \
        !            41:                              cd $$i; $(MAKE) all); \
        !            42:                    done
        !            43: 
        !            44: inst-all:;     @for i in $(DIRS); \
        !            45:                    do (echo "cd $$i; $(MAKE) inst-all"; \
        !            46:                              cd $$i; $(MAKE) inst-all); \
        !            47:                    done
        !            48: 
        !            49: install:;      @for i in $(DIRS); \
        !            50:                    do (echo "cd $$i; $(MAKE) install"; \
        !            51:                              cd $$i; $(MAKE) install); \
        !            52:                    done
        !            53: 
        !            54: lint:;         @for i in $(DIRS); \
        !            55:                    do (echo "cd $$i; $(MAKE) lint"; \
        !            56:                              cd $$i; $(MAKE) lint); \
        !            57:                    done
        !            58: 
        !            59: clean:;                rm -f _*
        !            60:                @for i in $(DIRS) $(OTHERS); \
        !            61:                    do (echo "cd $$i; $(MAKE) clean"; \
        !            62:                              cd $$i; $(MAKE) clean); \
        !            63:                    done
        !            64: 
        !            65: grind:;                @for i in $(DIRS); \
        !            66:                    do (echo "cd $$i; $(MAKE) grind"; \
        !            67:                              cd $$i; $(MAKE) grind); \
        !            68:                    done

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.