File: Makefile

package info (click to toggle)
mono-basic 2.10-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 22,964 kB
  • sloc: cs: 34,086; xml: 7,804; makefile: 471; sh: 317
file content (19 lines) | stat: -rw-r--r-- 496 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
thisdir := vbnc/cecil
SUBDIRS := symbols

include ../../build/rules.make

LIBRARY = Mono.Cecil.VB.dll
LIBRARY_COMPILE = dmcs -keyfile:$(topdir)/$(thisdir)/mono.snk -d:CECIL -debug
#LIBRARY_SNK = $(topdir)/$(thisdir)/mono.snk

include ../../build/library.make

DISTFILES = \
	$(wildcard *.csproj)	\
	NOTES.txt	\
	mono.snk	\
	Mono.Cecil.VB.dll.sources

Mono.Cecil.VB.dll.sources: Mono.Cecil.VB.csproj
	grep "Compile Include" Mono.Cecil.VB.csproj | sed 's_.*["]\(.*\)["].*_\1_' | sed 's_\\_/_' > $@