* Makefile (centum_tests): Add Mono.Security and
[mono-project.git] / mcs / class / Mono.Globalization / Makefile
blob0adc5a97395eb695e73b0e638487d24f219c0f15
1 thisdir = class/Mono.Globalization
2 SUBDIRS =
3 include ../../build/rules.make
5 LOCAL_MCS_FLAGS = /r:$(corlib) /r:System.dll
6 thelib = $(topdir)/class/lib/Mono.Globalization.dll
8 all-local: $(thelib)
10 install-local:
11 $(MKINSTALLDIRS) $(DESTDIR)$(prefix)/lib
12 $(INSTALL_LIB) $(thelib) $(DESTDIR)$(prefix)/lib
14 clean-local:
15 rm -rf $(thelib) MonoCultures.cs write-source.exe
17 DISTFILES = \
18 README \
19 TODO \
20 write-source.cs \
21 $(wildcard Data/*.xml) \
22 Data/CultureInfo.xsd
24 dist-local: dist-default
26 test-local run-test-local:
28 $(thelib): MonoCultures.cs
29 $(CSCOMPILE) /target:library /out:$@ $^
31 RUNTIME_FLAGS = --debug
33 MonoCultures.cs: write-source.exe $(wildcard Data/*.xml)
34 $(RUNTIME) $(RUNTIME_FLAGS) $<
36 write-source.exe: write-source.cs
37 $(CSCOMPILE) /target:exe /out:$@ $^