mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 17:35:33 +00:00
f9be897c3f
* bootstrap* : expose POLICY_VERSIONS variable. * configure.in.in : AC_SUBST new POLICY_VERSIONS. * Makefile.include : build/install policy assemblies. * policy.config.in : policy config skeleton. * */Makefile.am : ditto. svn path=/trunk/gtk-sharp/; revision=50450
18 lines
400 B
Makefile
18 lines
400 B
Makefile
SUBDIRS = sources generator parser glib pango atk gdk gtk glade art gnomevfs gnome gtkhtml gconf rsvg vte gtkdotnet sample doc
|
|
|
|
EXTRA_DIST = \
|
|
gtk-sharp.snk \
|
|
gapi-cdecl-insert \
|
|
makefile.win32 \
|
|
policy.config.in \
|
|
AssemblyInfo.cs.in \
|
|
ChangeLog \
|
|
HACKING \
|
|
README \
|
|
README.generator
|
|
|
|
#DISTCLEANFILES = AssemblyInfo.cs
|
|
|
|
configure.in: bootstrap.status configure.in.in
|
|
$(SHELL) $<
|