Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/papers/OOPSLA17/Makefile

    r484ee53 r23c27039  
    3333
    3434DOCUMENT = generic_types.pdf
    35 BASE = ${basename ${DOCUMENT}}
    3635
    3736# Directives #
     
    4241
    4342clean :
    44         @rm -frv ${DOCUMENT} ${BASE}.ps ${Build}
     43        @rm -frv ${DOCUMENT} ${basename ${DOCUMENT}}.ps ${Build}
    4544
    4645# File Dependencies #
    4746
    48 ${DOCUMENT} : ${BASE}.ps
     47${DOCUMENT} : ${basename ${DOCUMENT}}.ps
    4948        ps2pdf $<
    5049
    51 ${BASE}.ps : ${BASE}.dvi
     50${basename ${DOCUMENT}}.ps : ${basename ${DOCUMENT}}.dvi
    5251        dvips ${Build}/$< -o $@
    5352
    54 ${BASE}.dvi : Makefile ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} \
    55                 ../../bibliography/pl.bib | ${Build}
     53${basename ${DOCUMENT}}.dvi : Makefile ${Build} ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} ../../bibliography/pl.bib
    5654        # Must have *.aux file containing citations for bibtex
    5755        if [ ! -r ${basename $@}.aux ] ; then ${LaTeX} ${basename $@}.tex ; fi
     
    6563## Define the default recipes.
    6664
    67 ${Build} :
     65${Build}:
    6866        mkdir -p ${Build}
    6967
     
    7169        gnuplot -e Build="'${Build}/'" evaluation/timing.gp
    7270
    73 %.tex : %.fig | ${Build}
     71%.tex : %.fig
    7472        fig2dev -L eepic $< > ${Build}/$@
    7573
    76 %.ps : %.fig | ${Build}
     74%.ps : %.fig
    7775        fig2dev -L ps $< > ${Build}/$@
    7876
    79 %.pstex : %.fig | ${Build}
     77%.pstex : %.fig
    8078        fig2dev -L pstex $< > ${Build}/$@
    8179        fig2dev -L pstex_t -p ${Build}/$@ $< > ${Build}/$@_t
Note: See TracChangeset for help on using the changeset viewer.