Remove ChangeLog references from Makefile and .gitattribute
[mono.git] / mcs / class / Commons.Xml.Relaxng / Makefile
1 thisdir = class/Commons.Xml.Relaxng
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 RESOURCE_FILES = resources/relaxng.rng
6
7 OTHER_RES = $(RESOURCE_FILES)
8
9 LIBRARY = Commons.Xml.Relaxng.dll
10 LIB_REFS = System System.Xml
11 LIB_MCS_FLAGS = /r:$(corlib) \
12         $(foreach r, $(OTHER_RES), /resource:$(r),$(notdir $(r)))
13 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
14 EXTRA_DISTFILES = \
15         Commons.Xml.Relaxng.Rnc/RncParser.jay   \
16         $(wildcard Test/XmlFiles/*.rng) \
17         $(wildcard Test/XmlFiles/*.rnc) \
18         $(wildcard Test/XmlFiles/*.nvdl) \
19         $(wildcard Test/XmlFiles/*.xml) \
20         $(wildcard Test/standalone_tests/*.cs) \
21         $(RESOURCE_FILES)
22
23 Commons.Xml.Relaxng.Rnc/RncParser.cs: Commons.Xml.Relaxng.Rnc/RncParser.jay $(topdir)/jay/skeleton.cs
24         $(topdir)/jay/jay -ctv < $(topdir)/jay/skeleton.cs $(CURDIR)/Commons.Xml.Relaxng.Rnc/RncParser.jay > Commons.Xml.Relaxng.Rnc/RncParser.cs
25
26 BUILT_SOURCES = Commons.Xml.Relaxng.Rnc/RncParser.cs
27
28 include ../../build/library.make
29
30 $(the_lib): $(OTHER_RES)