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

Makefile.am « Mono.Addins.MSBuild - github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1a7f7aea4792c6acb09870eec7c1295c05b7b22f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

ASSEMBLY = ../bin/Mono.Addins.MSBuild.dll
ASSEMBLY_NAME=Mono.Addins.MSBuild
PC_FILES_IN = mono-addins-msbuild.pc.in

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

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

CLEANFILES += $(POLICY_ASSEMBLIES) $(POLICY_CONFIGS)