2009-01-04 22:29:56 +00:00
|
|
|
SUBDIRS = . glue
|
|
|
|
|
|
|
|
pkg = gio
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
pkgconfig_DATA = gio-sharp-2.0.pc
|
|
|
|
METADATA = Gio.metadata
|
|
|
|
SYMBOLS =
|
|
|
|
references = ../glib/glib-sharp.dll
|
|
|
|
glue_includes = gio/gio.h
|
|
|
|
|
|
|
|
POLICY_VERSIONS=
|
|
|
|
|
|
|
|
sources = \
|
|
|
|
FileFactory.cs \
|
|
|
|
GioStream.cs
|
|
|
|
|
|
|
|
customs = \
|
2009-02-11 12:34:36 +00:00
|
|
|
AppInfoAdapter.custom \
|
2009-01-04 22:29:56 +00:00
|
|
|
File.custom \
|
|
|
|
FileAdapter.custom \
|
|
|
|
FileEnumerator.custom
|
|
|
|
|
|
|
|
add_dist = gio-sharp-2.0.pc.in
|
|
|
|
|
|
|
|
include ../Makefile.include
|
|
|
|
|