File: Makefile.include

package info (click to toggle)
tomboy 1.10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 22,528 kB
  • sloc: cs: 29,218; sh: 11,177; makefile: 1,219; ansic: 897; xml: 491
file content (21 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## Makefile.include

## Links

TOMBOY_EXE_PATH = $(top_builddir)/bin/Tomboy.exe
LINK_TOMBOY_EXE =					\
	-r:$(TOMBOY_EXE_PATH)

LINK_MONO_ADDINS = $(MONO_ADDINS_LIBS)

## Build

CSC_FLAGS = -debug
CSC = $(GMCS) $(CSC_FLAGS) -target:exe
CSC_LIB = $(CSC) -target:library

## Runtime

MONO_DEBUGFLAGS = --debug
RUNTIME = mono $(MONO_DEBUGFLAGS)