COIN-OR::LEMON - Graph Library

Changeset 41:73fdafd843d9 in lemon-tutorial for Makefile.in


Ignore:
Timestamp:
02/21/10 19:02:08 (14 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Add two more images for adaptors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    r40 r41  
    33EPS_IMAGES18 =
    44
    5 EPS_IMAGES27 = \
     5EPS_IMAGES27 =
     6
     7EPS_IMAGES36 = \
     8        adaptors1.eps \
     9        adaptors2.eps \
    610        splitnodes1.eps \
    711        splitnodes2.eps
     
    913EPS_IMAGES = \
    1014        $(EPS_IMAGES18) \
    11         $(EPS_IMAGES27)
     15        $(EPS_IMAGES27) \
     16        $(EPS_IMAGES36)
    1217
    1318PNG_IMAGES = \
     
    2732        -mkdir -p gen-images
    2833        $(GS_COMMAND) -sDEVICE=pngalpha -r27 -sOutputFile=$@ $<
     34
     35$(EPS_IMAGES36:%.eps=gen-images/%.png): gen-images/%.png: images/%.eps
     36        -mkdir -p gen-images
     37        $(GS_COMMAND) -sDEVICE=pngalpha -r36 -sOutputFile=$@ $<
    2938
    3039html: Doxyfile-gen $(PNG_IMAGES)
Note: See TracChangeset for help on using the changeset viewer.