Ryujinx-GtkSharp/atk/Makefile.am
Andrés G. Aragoneses 722954e799 2009-04-15 Andrés G. Aragoneses <aaragoneses@novell.com>
* atk/Makefile.am
        * glib/Makefile.am
        * Makefile.include: Added new 'moonlight' target, to build with
        smcs.


svn path=/trunk/gtk-sharp/; revision=131780
2009-04-15 15:32:41 +00:00

39 lines
705 B
Makefile

SUBDIRS = . glue
pkg = atk
METADATA = Atk.metadata
SYMBOLS =
references = ../glib/glib-sharp.dll
glue_includes = atk/atk.h
sources = \
TextChangedDetail.cs
customs = \
Global.custom \
Hyperlink.custom \
Misc.custom \
Object.custom \
SelectionAdapter.custom \
TextAdapter.custom \
Util.custom
add_dist =
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)
include ../Makefile.include