2008-02-29 16:30:21 +00:00
|
|
|
SUBDIRS = . glue
|
2004-03-18 20:56:32 +00:00
|
|
|
|
2005-01-09 00:26:45 +00:00
|
|
|
pkg = atk
|
2004-03-12 21:18:11 +00:00
|
|
|
METADATA = Atk.metadata
|
2005-02-17 16:11:30 +00:00
|
|
|
SYMBOLS =
|
2005-01-09 00:26:45 +00:00
|
|
|
references = ../glib/glib-sharp.dll
|
2004-03-12 21:18:11 +00:00
|
|
|
|
2008-09-23 15:35:57 +00:00
|
|
|
glue_includes = atk/atk.h
|
|
|
|
|
2008-08-19 22:00:33 +00:00
|
|
|
sources = \
|
|
|
|
TextChangedDetail.cs
|
2004-03-12 21:18:11 +00:00
|
|
|
|
2008-02-29 16:30:21 +00:00
|
|
|
customs = \
|
2008-05-02 15:13:35 +00:00
|
|
|
Global.custom \
|
2008-10-02 19:56:15 +00:00
|
|
|
Hyperlink.custom \
|
2008-04-18 01:10:08 +00:00
|
|
|
Misc.custom \
|
2008-03-28 11:02:39 +00:00
|
|
|
Object.custom \
|
2008-11-24 20:45:48 +00:00
|
|
|
SelectionAdapter.custom \
|
2008-08-19 22:00:33 +00:00
|
|
|
TextAdapter.custom \
|
2008-02-29 16:30:21 +00:00
|
|
|
Util.custom
|
2004-03-12 21:18:11 +00:00
|
|
|
|
2008-05-15 17:36:46 +00:00
|
|
|
add_dist =
|
2004-05-01 03:38:54 +00:00
|
|
|
|
2009-04-15 15:32:41 +00:00
|
|
|
MOON_DIR=$(top_builddir)/moonbin/
|
|
|
|
MOON_ASSEMBLY=$(MOON_DIR)$(ASSEMBLY)
|
|
|
|
|
|
|
|
references_moon = $(MOON_DIR)glib-sharp.dll
|
|
|
|
build_references_moon = $(addprefix /r:, $(references_moon))
|
|
|
|
|
|
|
|
moonlight: $(MOON_ASSEMBLY)
|
|
|
|
|
|
|
|
$(MOON_ASSEMBLY): $(references_moon) $(ASSEMBLY)
|
|
|
|
smcs -define:NET_2_1 $(build_references_moon) $(BUILD_PARAMS) -out:$@
|
|
|
|
$(GAPI_CDECL_INSERT)
|
|
|
|
|
2005-01-09 00:26:45 +00:00
|
|
|
include ../Makefile.include
|
2009-04-15 15:32:41 +00:00
|
|
|
|
|
|
|
|