Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.am « Mono.Addins.CecilReflector - github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e5465094a367cf09a221ac2da5708eec5bd63fee (plain)
1
2
3
4
5
6
7
8
9
10
11
ASSEMBLY = ../bin/Mono.Addins.CecilReflector.dll
ASSEMBLY_NAME=Mono.Addins.CecilReflector

install-data-local: gac-install
uninstall-local: gac-uninstall

include $(top_srcdir)/Makefile.include
include $(top_srcdir)/xbuild.include

CLEANFILES += $(POLICY_ASSEMBLIES) $(POLICY_CONFIGS)