svghmi/Makefile
branchsvghmi
changeset 2872 83adf8859c55
parent 2798 ddb2c4668a6b
child 2873 022db76c3bff
equal deleted inserted replaced
2871:ed9b16b33628 2872:83adf8859c55
     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 := $(wildcard *.ysl2)
    14 ysl2files := gen_index_xhtml.ysl2
    15 xsltfiles := $(patsubst %.ysl2, %.xslt, $(ysl2files))
    15 xsltfiles := $(patsubst %.ysl2, %.xslt, $(ysl2files))
    16 
    16 
    17 all:$(xsltfiles)
    17 all:$(xsltfiles)
    18 
    18 
    19 %.xslt: %.ysl2 svghmi.js ../yslt_noindent.yml2
    19 %.xslt: %.ysl2 svghmi.js ../yslt_noindent.yml2