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

1.1       root        1: ##########################################################################
                      2: # Instructions to Make, for generation of nice-looking slides using SLiTeX
                      3: ##########################################################################
                      4: 
                      5: .SUFFIXES:     .b .xb .xwd .c .grf .pct .pic .plt .s .web .tex .dvi .imp .ps
                      6: 
                      7: .b.tex:;       itbit $<
                      8: 
                      9: .xb.tex:;      xtbit $<
                     10: 
                     11: .xwd.tex:;     xtwd $<
                     12: 
                     13: .c.tex:;       sh -c 'if tgrind -f -lc $< | sed -e 1d -e \$$d > $@; \
                     14:                        then exit 0; else rm $@; exit 1; fi'
                     15: 
                     16: .grf.tex:;     sh -c 'if graph < $< | plot -TeX > $@; \
                     17:                        then exit 0; else rm $@; exit 1; fi'
                     18: 
                     19: .pct.pic:;     pct2pic $<
                     20: 
                     21: .pic.tex:;     tpic $<
                     22: 
                     23: .plt.tex:;     sh -c 'if plot -TeX < $< > $@; \
                     24:                        then exit 0; else rm $@; exit 1; fi'
                     25: 
                     26: .s.tex:;       sh -c 'if tgrind -f -la68k $< | sed -e 1d -e \$$d > $@; \
                     27:                        then exit 0; else rm $@; exit 1; fi'
                     28: 
                     29: .web.tex:;     sh -c 'if weave $<; then exit 0; else rm $@; exit 1; fi'
                     30: 
                     31: .tex.dvi:;     sh -c 'if slitex \\nonstopmode\\input $<; \
                     32:                          then exit 0; else rm $@; exit 1; fi'
                     33: 
                     34: .dvi.imp:;     dviimp $(DFLAGS) -l -i $@ $<
                     35: 
                     36: .dvi.ps:;      sh -c 'if dvi2ps $(DFLAGS) -r -o landscape $< > $@; \
                     37:                          then exit 0; else rm $@; exit 1; fi'
                     38: 
                     39: 
                     40: #############################################################
                     41: # Here it is...
                     42: #############################################################
                     43: 
                     44: all:           osi-update.dvi
                     45: 
                     46: inst-all:;
                     47: 
                     48: install:       inst-all clean
                     49: 
                     50: lint:;
                     51: 
                     52: clean:;                rm -f osi-update.imp osi-update.ps osi-update.dvi \
                     53:                        osi-update.log _*
                     54: 
                     55: grind:         osi-update.dvi true
                     56:                dvisp $(DFLAGS) -Xl osi-update
                     57: 
                     58: imp:           osi-update.imp
                     59: 
                     60: preview:       osi-update.dvi true
                     61:                xdvi -l osi-update.dvi
                     62: 
                     63: ps:            osi-update.ps
                     64: 
                     65: true:;
                     66: 
                     67: 
                     68: osi-update.dvi:        osi-update.tex \
                     69:                    figure1.tex  figure2.tex

unix.superglobalmegacorp.com

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