2009-01-04 22:29:56 +00:00
|
|
|
SUBDIRS = . glue
|
|
|
|
|
|
|
|
pkg = gio
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
2009-08-30 20:06:33 +00:00
|
|
|
pkgconfig_DATA = gio-sharp-3.0.pc
|
2011-02-19 03:54:15 +00:00
|
|
|
INCLUDE_API = $(top_srcdir)/glib/glib-api.xml
|
2009-01-04 22:29:56 +00:00
|
|
|
METADATA = Gio.metadata
|
|
|
|
SYMBOLS =
|
|
|
|
references = ../glib/glib-sharp.dll
|
|
|
|
glue_includes = gio/gio.h
|
|
|
|
|
|
|
|
POLICY_VERSIONS=
|
|
|
|
|
|
|
|
sources = \
|
2014-09-17 04:33:32 +00:00
|
|
|
Application.cs \
|
2012-04-02 17:00:46 +00:00
|
|
|
AppInfoAdapter.cs \
|
|
|
|
FileAdapter.cs \
|
|
|
|
FileEnumerator.cs \
|
2009-01-04 22:29:56 +00:00
|
|
|
FileFactory.cs \
|
2014-09-17 04:33:32 +00:00
|
|
|
GioGlobal.cs \
|
2013-04-01 22:53:50 +00:00
|
|
|
GioStream.cs \
|
|
|
|
IFile.cs
|
2009-01-04 22:29:56 +00:00
|
|
|
|
2009-08-30 20:06:33 +00:00
|
|
|
add_dist = gio-sharp-3.0.pc.in
|
2009-01-04 22:29:56 +00:00
|
|
|
|
|
|
|
include ../Makefile.include
|
|
|
|
|