Annotation of 43BSDReno/contrib/isode-beta/doc/whitepages/Makefile, revision 1.1.1.1

1.1       root        1: ###############################################################################
                      2: #   Instructions to Make, for compilation of ISODE documentation tree
                      3: ###############################################################################
                      4: 
                      5: ###############################################################################
                      6: #
                      7: # $Header: /f/osi/doc/whitepages/RCS/Makefile,v 6.3 90/07/09 14:33:29 mrose Exp $
                      8: #
                      9: #
                     10: # $Log:        Makefile,v $
                     11: # Revision 6.3  90/07/09  14:33:29  mrose
                     12: # sync
                     13: # 
                     14: # Revision 6.2  90/05/04  17:38:30  mrose
                     15: # report-2
                     16: # 
                     17: # Revision 6.1  89/12/19  11:11:35  mrose
                     18: # pilot
                     19: # 
                     20: ###############################################################################
                     21: 
                     22: ###############################################################################
                     23: #
                     24: #                               NOTICE
                     25: #
                     26: #    Acquisition, use, and distribution of this module and related
                     27: #    materials are subject to the restrictions of a license agreement.
                     28: #    Consult the Preface in the User's Manual for the full terms of
                     29: #    this agreement.
                     30: #
                     31: ###############################################################################
                     32: 
                     33: 
                     34: DIRS   =       administrator introduction pilot report-1 report-2 user
                     35: 
                     36: 
                     37: ##################################################################
                     38: # Here it is...
                     39: ##################################################################
                     40: 
                     41: all:;          @for i in $(DIRS); \
                     42:                    do (echo "cd $$i; make $(MFLAGS) all"; \
                     43:                              cd $$i; make $(MFLAGS) all); \
                     44:                    done
                     45: 
                     46: inst-all:;     @for i in $(DIRS); \
                     47:                    do (echo "cd $$i; make $(MFLAGS) inst-all"; \
                     48:                              cd $$i; make $(MFLAGS) inst-all); \
                     49:                    done
                     50: 
                     51: install:;      @for i in $(DIRS); \
                     52:                    do (echo "cd $$i; make $(MFLAGS) install"; \
                     53:                              cd $$i; make $(MFLAGS) install); \
                     54:                    done
                     55: 
                     56: lint:;         @for i in $(DIRS); \
                     57:                    do (echo "cd $$i; make $(MFLAGS) lint"; \
                     58:                              cd $$i; make $(MFLAGS) lint); \
                     59:                    done
                     60: 
                     61: clean:;                rm -f _* *.tmp *.imp *.ps
                     62:                @for i in $(DIRS); \
                     63:                    do (echo "cd $$i; make $(MFLAGS) clean"; \
                     64:                              cd $$i; make $(MFLAGS) clean); \
                     65:                    done
                     66: 
                     67: grind:;                @for i in $(DIRS); \
                     68:                    do (echo "cd $$i; make $(MFLAGS) grind"; \
                     69:                              cd $$i; make $(MFLAGS) grind); \
                     70:                    done
                     71: 
                     72: imp:           true
                     73:                @for i in $(DIRS); \
                     74:                    do (echo "cd $$i; make $(MFLAGS) imp"; \
                     75:                              cd $$i; make $(MFLAGS) imp); \
                     76:                    done
                     77: 
                     78: ps:            true
                     79:                @for i in $(DIRS); \
                     80:                    do (echo "cd $$i; make $(MFLAGS) ps"; \
                     81:                              cd $$i; make $(MFLAGS) ps); \
                     82:                    done
                     83: 
                     84: preview:;      @for i in $(DIRS); \
                     85:                    do (echo "cd $$i; make $(MFLAGS) preview"; \
                     86:                              cd $$i; make $(MFLAGS) preview); \
                     87:                    done
                     88: 
                     89: true:;

unix.superglobalmegacorp.com

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