Ryujinx-GtkSharp/atk/Makefile.am
Andrés G. Aragoneses 005731b75c 2009-04-15 Andrés G. Aragoneses <aaragoneses@novell.com>
* atk/Makefile.am
        * glib/Makefile.am: take advantage of the same InternalsVisibleTo
        because the moon assemblies will be monomerged.


svn path=/trunk/gtk-sharp/; revision=131835
2009-04-15 22:33:26 +00:00

41 lines
798 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)
MOON_PRE_ASSEMBLY=$(MOON_DIR)MoonAtkBridge.dll
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:$(MOON_PRE_ASSEMBLY)
mv $(MOON_PRE_ASSEMBLY) $@
$(GAPI_CDECL_INSERT)
include ../Makefile.include