Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/colby_parsons_MMAth/Makefile

    rebde95a r32a4f3e  
    5050        figures/nasus_Channel_Contention \
    5151        figures/pyke_Channel_Contention \
     52        figures/pyke_Future \
     53        figures/nasus_Future \
     54        figures/pyke_Contend_2 \
     55        figures/pyke_Contend_4 \
     56        figures/pyke_Contend_8 \
     57        figures/pyke_Spin_2 \
     58        figures/pyke_Spin_4 \
     59        figures/pyke_Spin_8 \
     60        figures/nasus_Contend_2 \
     61        figures/nasus_Contend_4 \
     62        figures/nasus_Contend_8 \
     63        figures/nasus_Spin_2 \
     64        figures/nasus_Spin_4 \
     65        figures/nasus_Spin_8 \
    5266}
    5367
     
    98112
    99113${BASE}.dvi : Makefile ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} ${DATA} \
    100                 glossary.tex style/style.tex ${Macros}/common.tex ${Macros}/lstlang.sty ${Macros}/indexstyle local.bib ../../bibliography/pl.bib | ${Build}
     114                glossary.tex style/style.tex ${Macros}/common.tex ${Macros}/indexstyle local.bib ../../bibliography/pl.bib | ${Build}
    101115        # Must have *.aux file containing citations for bibtex
    102116        if [ ! -r ${basename $@}.aux ] ; then ${LaTeX} ${basename $@}.tex ; fi
     
    112126## Define the default recipes.
    113127
    114 ${Build} :
     128${Build}:
    115129        mkdir -p ${Build}
    116130
Note: See TracChangeset for help on using the changeset viewer.