svghmi/Makefile
branchsvghmi
changeset 3235 b2b6bf45aa2d
parent 3221 3d307ad803ea
child 3468 3725487d5468
equal deleted inserted replaced
3234:f2bfb047d0e6 3235:b2b6bf45aa2d
     9 # otherwise, point yml2path to yml2 source directory
     9 # otherwise, point yml2path to yml2 source directory
    10 #   make yml2path=path/to/yml/dir
    10 #   make yml2path=path/to/yml/dir
    11 
    11 
    12 yml2path ?= $(abspath ../../yml2)
    12 yml2path ?= $(abspath ../../yml2)
    13 
    13 
    14 ysl2files := gen_index_xhtml.ysl2 gen_dnd_widget_svg.ysl2
    14 ysl2files := gen_index_xhtml.ysl2 gen_dnd_widget_svg.ysl2 analyse_widget.ysl2
    15 ysl2includes := $(filter-out $(ysl2files), $(wildcard *.ysl2))
    15 ysl2includes := $(filter-out $(ysl2files), $(wildcard *.ysl2))
    16 xsltfiles := $(patsubst %.ysl2, %.xslt, $(ysl2files))
    16 xsltfiles := $(patsubst %.ysl2, %.xslt, $(ysl2files))
    17 
    17 
    18 all:$(xsltfiles)
    18 all:$(xsltfiles)
    19 
    19