File: Include.am

package info (click to toggle)
gtkglarea-sharp 0.0.17-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,144 kB
  • ctags: 492
  • sloc: sh: 3,376; cs: 2,633; makefile: 421; xml: 126
file content (15 lines) | stat: -rw-r--r-- 468 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Set or append to MCS_ARGS
MCS_ARGS += \
	-lib:@top_builddir@/examples/util \
	-r:gtkglarea-sharp-util.dll

## Set or append to MCS_ARGS
MONO_PATH += :@top_builddir@/examples/util:

## set or append to ASSEMBLY_DEPS
ASSEMBLY_DEPS += \
	@top_builddir@/examples/util/gtkglarea-sharp-util.dll

## define a rule for building gtkglarea-sharp-util.dll
@top_builddir@/examples/util/gtkglarea-sharp-util.dll:
	$(MAKE) -C @top_builddir@/examples/util gtkglarea-sharp-util.dll