This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
# Makefile.include |
| 2 |
# FSpot wide helper |
| 3 |
|
| 4 |
# Directories |
| 5 |
|
| 6 |
DIR_GIOSHARP = $(top_builddir)/lib/gio-sharp/gio |
| 7 |
|
| 8 |
|
| 9 |
## Links |
| 10 |
|
| 11 |
LINK_GIOSHARP = -r:$(DIR_GIOSHARP)/gio-sharp.dll |
| 12 |
|
| 13 |
|
| 14 |
|
| 15 |
## Build |
| 16 |
|
| 17 |
CSC_FLAGS = -debug |
| 18 |
CSC = $(MCS) $(CSC_FLAGS) -target:exe |
| 19 |
CSC_LIB = $(MCS) $(CSC_FLAGS) -target:library |
| 20 |
|
| 21 |
## Runtime |
| 22 |
|
| 23 |
MONO_DEBUGFLAGS = --debug |
| 24 |
RUNTIME = mono $(MONO_DEBUGFLAGS) |