2004-04-29 Mike Kestner <mkestner@ximian.com>

* configure.in : expand the AssemblyInfo.cs files.
	* */AssemblyInfo.cs.in : new assembly info files.
	* */Makefile.am : dist, make, and clean assmbly info files.

svn path=/trunk/gtk-sharp/; revision=26356
This commit is contained in:
Mike Kestner 2004-04-29 22:19:30 +00:00
parent ce55d821aa
commit e4c7f28e66
47 changed files with 172 additions and 30 deletions

View File

@ -1,3 +1,9 @@
2004-04-29 Mike Kestner <mkestner@ximian.com>
* configure.in : expand the AssemblyInfo.cs files.
* */AssemblyInfo.cs.in : new assembly info files.
* */Makefile.am : dist, make, and clean assmbly info files.
2004-04-29 Owen Fraser-Green <owen@discobabe.net> 2004-04-29 Owen Fraser-Green <owen@discobabe.net>
* generator/ClassBase.cs: added base case to Parent to avoid * generator/ClassBase.cs: added base case to Parent to avoid

View File

@ -1,4 +1,5 @@
art-sharp.pc art-sharp.pc
AssemblyInfo.cs
*.dll *.dll
*.dll.config *.dll.config
generated generated

6
art/AssemblyInfo.cs.in Normal file
View File

@ -0,0 +1,6 @@
using System.Reflection;
using System.Runtime.CompilerServices;
[assembly:AssemblyVersion("@VERSION@.0.0")]
[assembly:AssemblyDelaySign(true)]
[assembly:AssemblyKeyFile("../gtk-sharp.pub")]

View File

@ -22,11 +22,11 @@ assembly_DATA = $(TARGET)
api_DATA = $(APIS) api_DATA = $(APIS)
CLEANFILES = $(ASSEMBLY) generated-stamp generated/*.cs $(API) CLEANFILES = $(ASSEMBLY) generated-stamp generated/*.cs $(API)
DISTCLEANFILES = art-sharp.pc $(ASSEMBLY).config DISTCLEANFILES = art-sharp.pc $(ASSEMBLY).config AssemblyInfo.cs
sources = sources =
build_sources = $(addprefix $(srcdir)/, $(sources)) build_sources = $(addprefix $(srcdir)/, $(sources)) AssemblyInfo.cs
dist_sources = $(sources) dist_sources = $(sources)
customs = customs =
@ -38,6 +38,7 @@ EXTRA_DIST = \
$(RAW_API) \ $(RAW_API) \
$(ADDITIONAL_API) \ $(ADDITIONAL_API) \
$(ASSEMBLY).config.in \ $(ASSEMBLY).config.in \
AssemblyInfo.cs.in \
$(METADATA) \ $(METADATA) \
$(dist_customs) \ $(dist_customs) \
$(dist_sources) \ $(dist_sources) \

View File

@ -1,5 +1,6 @@
*.dll *.dll
*.dll.config *.dll.config
AssemblyInfo.cs
generated generated
generated-stamp generated-stamp
Makefile Makefile

6
atk/AssemblyInfo.cs.in Normal file
View File

@ -0,0 +1,6 @@
using System.Reflection;
using System.Runtime.CompilerServices;
[assembly:AssemblyVersion("@VERSION@.0.0")]
[assembly:AssemblyDelaySign(true)]
[assembly:AssemblyKeyFile("../gtk-sharp.pub")]

View File

@ -12,11 +12,11 @@ gapidir = $(datadir)/gapi
assembly_DATA = $(ASSEMBLY) $(ASSEMBLY).config assembly_DATA = $(ASSEMBLY) $(ASSEMBLY).config
gapi_DATA = $(API) gapi_DATA = $(API)
CLEANFILES = $(ASSEMBLY) generated-stamp generated/*.cs $(API) glue/generated.c CLEANFILES = $(ASSEMBLY) generated-stamp generated/*.cs $(API) glue/generated.c
DISTCLEANFILES = $(ASSEMBLY).config DISTCLEANFILES = $(ASSEMBLY).config AssemblyInfo.cs
sources = sources =
build_sources = $(addprefix $(srcdir)/, $(sources)) build_sources = $(addprefix $(srcdir)/, $(sources)) AssemblyInfo.cs
customs = customs =
@ -26,6 +26,7 @@ EXTRA_DIST = \
makefile.win32 \ makefile.win32 \
$(RAW_API) \ $(RAW_API) \
$(ASSEMBLY).config.in \ $(ASSEMBLY).config.in \
AssemblyInfo.cs.in \
$(METADATA) \ $(METADATA) \
$(customs) \ $(customs) \
$(sources) $(sources)

View File

@ -2,7 +2,7 @@
AC_INIT(README) AC_INIT(README)
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(gtk-sharp, 0.18.99) AM_INIT_AUTOMAKE(gtk-sharp, 0.19)
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
AC_CHECK_TOOL(CC, gcc, gcc) AC_CHECK_TOOL(CC, gcc, gcc)
@ -192,50 +192,65 @@ parser/GAPI/Makefile
generator/Makefile generator/Makefile
generator/gapi-codegen generator/gapi-codegen
glib/Makefile glib/Makefile
glib/AssemblyInfo.cs
glib/glib-sharp.dll.config glib/glib-sharp.dll.config
glib/glue/Makefile glib/glue/Makefile
pango/Makefile pango/Makefile
pango/AssemblyInfo.cs
pango/pango-sharp.dll.config pango/pango-sharp.dll.config
atk/Makefile atk/Makefile
atk/AssemblyInfo.cs
atk/atk-sharp.dll.config atk/atk-sharp.dll.config
art/Makefile art/Makefile
art/AssemblyInfo.cs
art/art-sharp.dll.config art/art-sharp.dll.config
art/art-sharp.pc art/art-sharp.pc
gdk/Makefile gdk/Makefile
gdk/AssemblyInfo.cs
gdk/gdk-sharp.dll.config gdk/gdk-sharp.dll.config
gdk/glue/Makefile gdk/glue/Makefile
gtk/Makefile gtk/Makefile
gtk/AssemblyInfo.cs
gtk/gtk-sharp.dll.config gtk/gtk-sharp.dll.config
gtk/glue/Makefile gtk/glue/Makefile
glade/Makefile glade/Makefile
glade/AssemblyInfo.cs
glade/glade-sharp.dll.config glade/glade-sharp.dll.config
glade/glade-sharp.pc glade/glade-sharp.pc
glade/glue/Makefile glade/glue/Makefile
gnome/Makefile gnome/Makefile
gnome/AssemblyInfo.cs
gnome/gnome-sharp.dll.config gnome/gnome-sharp.dll.config
gnome/gnome-sharp.pc gnome/gnome-sharp.pc
gnome/glue/Makefile gnome/glue/Makefile
gda/Makefile gda/Makefile
gda/AssemblyInfo.cs
gda/gda-sharp.dll.config gda/gda-sharp.dll.config
gda/gda-sharp.pc gda/gda-sharp.pc
gnomedb/Makefile gnomedb/Makefile
gnomedb/AssemblyInfo.cs
gnomedb/gnomedb-sharp.dll.config gnomedb/gnomedb-sharp.dll.config
gnomedb/gnomedb-sharp.pc gnomedb/gnomedb-sharp.pc
gconf/Makefile gconf/Makefile
gconf/doc/Makefile gconf/doc/Makefile
gconf/GConf/Makefile gconf/GConf/Makefile
gconf/GConf/AssemblyInfo.cs
gconf/GConf/gconf-sharp.dll.config gconf/GConf/gconf-sharp.dll.config
gconf/GConf/gconf-sharp.pc gconf/GConf/gconf-sharp.pc
gconf/GConf.PropertyEditors/Makefile gconf/GConf.PropertyEditors/Makefile
gconf/GConf.PropertyEditors/AssemblyInfo.cs
gconf/tools/Makefile gconf/tools/Makefile
gconf/tools/gconfsharp-schemagen gconf/tools/gconfsharp-schemagen
gtkhtml/Makefile gtkhtml/Makefile
gtkhtml/AssemblyInfo.cs
gtkhtml/gtkhtml-sharp.dll.config gtkhtml/gtkhtml-sharp.dll.config
gtkhtml/gtkhtml-sharp.pc gtkhtml/gtkhtml-sharp.pc
rsvg/Makefile rsvg/Makefile
rsvg/AssemblyInfo.cs
rsvg/rsvg-sharp.dll.config rsvg/rsvg-sharp.dll.config
rsvg/rsvg-sharp.pc rsvg/rsvg-sharp.pc
vte/Makefile vte/Makefile
vte/AssemblyInfo.cs
vte/vte-sharp.dll.config vte/vte-sharp.dll.config
vte/vte-sharp.pc vte/vte-sharp.pc
doc/Makefile doc/Makefile

View File

@ -1,3 +1,4 @@
Makefile Makefile
Makefile.in Makefile.in
AssemblyInfo.cs
*.dll *.dll

View File

@ -0,0 +1,6 @@
using System.Reflection;
using System.Runtime.CompilerServices;
[assembly:AssemblyVersion("@VERSION@.0.0")]
[assembly:AssemblyDelaySign(true)]
[assembly:AssemblyKeyFile("../../gtk-sharp.pub")]

View File

@ -8,8 +8,10 @@ ASSEMBLY = gconf-sharp-peditors.dll
assemblydir = $(libdir) assemblydir = $(libdir)
assembly_DATA = $(TARGET) assembly_DATA = $(TARGET)
CLEANFILES = $(ASSEMBLY) CLEANFILES = $(ASSEMBLY)
DISTCLEANFILES = AssemblyInfo.cs
EXTRA_DIST = \ EXTRA_DIST = \
AssemblyInfo.cs.in \
PropertyEditorColorPicker.cs \ PropertyEditorColorPicker.cs \
$(sources) $(sources)
@ -28,7 +30,7 @@ sources = \
PropertyEditorToggleButton.cs \ PropertyEditorToggleButton.cs \
EditorShell.cs EditorShell.cs
build_sources = $(addprefix $(srcdir)/, $(sources)) build_sources = $(addprefix $(srcdir)/, $(sources)) AssemblyInfo.cs
$(ASSEMBLY): $(build_sources) $(ASSEMBLY): $(build_sources)
$(CSC) /out:$(ASSEMBLY) /target:library $(references) $(build_sources) $(CSC) /out:$(ASSEMBLY) /target:library $(references) $(build_sources)

View File

@ -1,4 +1,5 @@
gconf-sharp.pc gconf-sharp.pc
AssemblyInfo.cs
Makefile Makefile
Makefile.in Makefile.in
*.dll *.dll

View File

@ -0,0 +1,6 @@
using System.Reflection;
using System.Runtime.CompilerServices;
[assembly:AssemblyVersion("@VERSION@.0.0")]
[assembly:AssemblyDelaySign(true)]
[assembly:AssemblyKeyFile("../../gtk-sharp.pub")]

View File

@ -11,11 +11,12 @@ assemblydir = $(libdir)
assembly_DATA = $(TARGETS) assembly_DATA = $(TARGETS)
CLEANFILES = $(ASSEMBLY) CLEANFILES = $(ASSEMBLY)
DISTCLEANFILES = gconf-sharp.pc $(ASSEMBLY).config DISTCLEANFILES = gconf-sharp.pc $(ASSEMBLY).config AssemblyInfo.cs
EXTRA_DIST = \ EXTRA_DIST = \
$(sources) \ $(sources) \
$(ASSEMBLY).config.in \ $(ASSEMBLY).config.in \
AssemblyInfo.cs.in \
gconf-sharp.pc.in gconf-sharp.pc.in
references = \ references = \
@ -32,7 +33,7 @@ sources = \
NotifyWrapper.cs \ NotifyWrapper.cs \
Value.cs Value.cs
build_sources = $(addprefix $(srcdir)/, $(sources)) build_sources = $(addprefix $(srcdir)/, $(sources)) AssemblyInfo.cs
$(ASSEMBLY): $(build_sources) $(ASSEMBLY): $(build_sources)
$(CSC) /out:$(ASSEMBLY) /target:library $(references) $(build_sources) $(CSC) /out:$(ASSEMBLY) /target:library $(references) $(build_sources)

View File

@ -1,4 +1,5 @@
gda-sharp.pc gda-sharp.pc
AssemblyInfo.cs
*.dll *.dll
*.dll.config *.dll.config
generated generated

6
gda/AssemblyInfo.cs.in Normal file
View File

@ -0,0 +1,6 @@
using System.Reflection;
using System.Runtime.CompilerServices;
[assembly:AssemblyVersion("@VERSION@.0.0")]
[assembly:AssemblyDelaySign(true)]
[assembly:AssemblyKeyFile("../gtk-sharp.pub")]

View File

@ -21,12 +21,12 @@ assembly_DATA = $(TARGET)
gapi_DATA = $(APIS) gapi_DATA = $(APIS)
CLEANFILES = $(ASSEMBLY) generated-stamp generated/*.cs $(API) CLEANFILES = $(ASSEMBLY) generated-stamp generated/*.cs $(API)
DISTCLEANFILES = gda-sharp.pc $(ASSEMBLY).config DISTCLEANFILES = gda-sharp.pc $(ASSEMBLY).config AssemblyInfo.cs
sources = \ sources = \
Application.cs Application.cs
build_sources = $(addprefix $(srcdir)/, $(sources)) build_sources = $(addprefix $(srcdir)/, $(sources)) AssemblyInfo.cs
customs = customs =
@ -35,6 +35,7 @@ build_customs = $(addprefix $(srcdir)/, $(customs))
EXTRA_DIST = \ EXTRA_DIST = \
$(RAW_API) \ $(RAW_API) \
$(ASSEMBLY).config.in \ $(ASSEMBLY).config.in \
AssemblyInfo.cs.in \
$(METADATA) \ $(METADATA) \
$(customs) \ $(customs) \
$(sources) \ $(sources) \

View File

@ -1,5 +1,6 @@
*.dll *.dll
*.dll.config *.dll.config
AssemblyInfo.cs
generated generated
generated-stamp generated-stamp
Makefile Makefile

6
gdk/AssemblyInfo.cs.in Normal file
View File

@ -0,0 +1,6 @@
using System.Reflection;
using System.Runtime.CompilerServices;
[assembly:AssemblyVersion("@VERSION@.0.0")]
[assembly:AssemblyDelaySign(true)]
[assembly:AssemblyKeyFile("../gtk-sharp.pub")]

View File

@ -14,7 +14,7 @@ gapidir = $(datadir)/gapi
assembly_DATA = $(ASSEMBLY) $(ASSEMBLY).config assembly_DATA = $(ASSEMBLY) $(ASSEMBLY).config
gapi_DATA = $(API) $(ADDITIONAL_API) gapi_DATA = $(API) $(ADDITIONAL_API)
CLEANFILES = $(ASSEMBLY) generated-stamp generated/*.cs $(API) glue/generated.c CLEANFILES = $(ASSEMBLY) generated-stamp generated/*.cs $(API) glue/generated.c
DISTCLEANFILES = $(ASSEMBLY).config DISTCLEANFILES = $(ASSEMBLY).config AssemblyInfo.cs
sources = \ sources = \
EventButton.cs \ EventButton.cs \
@ -37,7 +37,7 @@ sources = \
Key.cs \ Key.cs \
Size.cs Size.cs
build_sources = $(addprefix $(srcdir)/, $(sources)) build_sources = $(addprefix $(srcdir)/, $(sources)) AssemblyInfo.cs
customs = \ customs = \
Atom.custom \ Atom.custom \
@ -62,6 +62,7 @@ build_customs = $(addprefix $(srcdir)/, $(customs))
EXTRA_DIST = \ EXTRA_DIST = \
makefile.win32 \ makefile.win32 \
$(ASSEMBLY).config.in \ $(ASSEMBLY).config.in \
AssemblyInfo.cs.in \
$(RAW_API) \ $(RAW_API) \
$(ADDITIONAL_API) \ $(ADDITIONAL_API) \
$(METADATA) \ $(METADATA) \

View File

@ -1,4 +1,5 @@
glade-sharp.pc glade-sharp.pc
AssemblyInfo.cs
*.dll *.dll
*.dll.config *.dll.config
generated generated

6
glade/AssemblyInfo.cs.in Normal file
View File

@ -0,0 +1,6 @@
using System.Reflection;
using System.Runtime.CompilerServices;
[assembly:AssemblyVersion("@VERSION@.0.0")]
[assembly:AssemblyDelaySign(true)]
[assembly:AssemblyKeyFile("../gtk-sharp.pub")]

View File

@ -24,13 +24,13 @@ assembly_DATA = $(TARGET)
gapi_DATA = $(APIS) gapi_DATA = $(APIS)
CLEANFILES = $(ASSEMBLY) generated-stamp generated/*.cs $(API) CLEANFILES = $(ASSEMBLY) generated-stamp generated/*.cs $(API)
DISTCLEANFILES = glade-sharp.pc $(ASSEMBLY).config DISTCLEANFILES = glade-sharp.pc $(ASSEMBLY).config AssemblyInfo.cs
sources = \ sources = \
HandlerNotFoundExeception.cs \ HandlerNotFoundExeception.cs \
WidgetAttribute.cs WidgetAttribute.cs
build_sources = $(addprefix $(srcdir)/, $(sources)) build_sources = $(addprefix $(srcdir)/, $(sources)) AssemblyInfo.cs
customs = \ customs = \
XML.custom XML.custom
@ -40,6 +40,7 @@ build_customs = $(addprefix $(srcdir)/, $(customs))
EXTRA_DIST = \ EXTRA_DIST = \
makefile.win32 \ makefile.win32 \
$(ASSEMBLY).config.in \ $(ASSEMBLY).config.in \
AssemblyInfo.cs.in \
$(RAW_API) \ $(RAW_API) \
$(METADATA) \ $(METADATA) \
$(customs) \ $(customs) \

View File

@ -1,5 +1,6 @@
*.dll *.dll
*.dll.config *.dll.config
AssemblyInfo.cs
*.exe *.exe
*.xml *.xml
generated generated

6
glib/AssemblyInfo.cs.in Normal file
View File

@ -0,0 +1,6 @@
using System.Reflection;
using System.Runtime.CompilerServices;
[assembly:AssemblyVersion("@VERSION@.0.0")]
[assembly:AssemblyDelaySign(true)]
[assembly:AssemblyKeyFile("../gtk-sharp.pub")]

View File

@ -4,7 +4,7 @@ ASSEMBLY = glib-sharp.dll
assemblydir = $(libdir) assemblydir = $(libdir)
assembly_DATA = $(ASSEMBLY) $(ASSEMBLY).config assembly_DATA = $(ASSEMBLY) $(ASSEMBLY).config
CLEANFILES = $(ASSEMBLY) CLEANFILES = $(ASSEMBLY)
DISTCLEANFILES = $(ASSEMBLY).config DISTCLEANFILES = $(ASSEMBLY).config AssemblyInfo.cs
references = references =
@ -43,12 +43,13 @@ sources = \
ValueArray.cs \ ValueArray.cs \
Value.cs Value.cs
build_sources = $(addprefix $(srcdir)/, $(sources)) build_sources = $(addprefix $(srcdir)/, $(sources)) AssemblyInfo.cs
dist_sources = $(sources) dist_sources = $(sources)
EXTRA_DIST = \ EXTRA_DIST = \
$(dist_sources) \ $(dist_sources) \
$(ASSEMBLY).config.in \ $(ASSEMBLY).config.in \
AssemblyInfo.cs.in \
makefile.win32 makefile.win32
$(ASSEMBLY): $(build_sources) $(ASSEMBLY): $(build_sources)

View File

@ -1,4 +1,5 @@
gnome-sharp.pc gnome-sharp.pc
AssemblyInfo.cs
*.dll *.dll
*.dll.config *.dll.config
generated generated

6
gnome/AssemblyInfo.cs.in Normal file
View File

@ -0,0 +1,6 @@
using System.Reflection;
using System.Runtime.CompilerServices;
[assembly:AssemblyVersion("@VERSION@.0.0")]
[assembly:AssemblyDelaySign(true)]
[assembly:AssemblyKeyFile("../gtk-sharp.pub")]

View File

@ -26,7 +26,7 @@ assembly_DATA = $(TARGET)
gapi_DATA = $(APIS) gapi_DATA = $(APIS)
CLEANFILES = $(ASSEMBLY) generated-stamp generated/*.cs $(API) CLEANFILES = $(ASSEMBLY) generated-stamp generated/*.cs $(API)
DISTCLEANFILES = gnome-sharp.pc $(ASSEMBLY).config DISTCLEANFILES = gnome-sharp.pc $(ASSEMBLY).config AssemblyInfo.cs
sources = \ sources = \
CanvasProxy.cs \ CanvasProxy.cs \
@ -38,7 +38,7 @@ sources = \
Modules.cs \ Modules.cs \
voidObjectAffineSVPintSignal.cs voidObjectAffineSVPintSignal.cs
build_sources = $(addprefix $(srcdir)/, $(sources)) build_sources = $(addprefix $(srcdir)/, $(sources)) AssemblyInfo.cs
customs = \ customs = \
CanvasBpath.custom \ CanvasBpath.custom \
@ -72,6 +72,7 @@ build_customs = $(addprefix $(srcdir)/, $(customs))
EXTRA_DIST = \ EXTRA_DIST = \
$(RAW_API) \ $(RAW_API) \
$(ASSEMBLY).config.in \ $(ASSEMBLY).config.in \
AssemblyInfo.cs.in \
$(METADATA) \ $(METADATA) \
$(customs) \ $(customs) \
$(sources) \ $(sources) \

View File

@ -1,4 +1,5 @@
gnomedb-sharp.pc gnomedb-sharp.pc
AssemblyInfo.cs
*.dll *.dll
*.dll.config *.dll.config
generated generated

View File

@ -0,0 +1,6 @@
using System.Reflection;
using System.Runtime.CompilerServices;
[assembly:AssemblyVersion("@VERSION@.0.0")]
[assembly:AssemblyDelaySign(true)]
[assembly:AssemblyKeyFile("../gtk-sharp.pub")]

View File

@ -21,12 +21,12 @@ assembly_DATA = $(TARGET)
gapi_DATA = $(APIS) gapi_DATA = $(APIS)
CLEANFILES = $(ASSEMBLY) generated-stamp generated/*.cs $(API) CLEANFILES = $(ASSEMBLY) generated-stamp generated/*.cs $(API)
DISTCLEANFILES = gnomedb-sharp.pc $(ASSEMBLY).config DISTCLEANFILES = gnomedb-sharp.pc $(ASSEMBLY).config AssemblyInfo.cs
sources = \ sources = \
Application.cs Application.cs
build_sources = $(addprefix $(srcdir)/, $(sources)) build_sources = $(addprefix $(srcdir)/, $(sources)) AssemblyInfo.cs
customs = customs =
@ -35,6 +35,7 @@ build_customs = $(addprefix $(srcdir)/, $(customs))
EXTRA_DIST = \ EXTRA_DIST = \
$(RAW_API) \ $(RAW_API) \
$(ASSEMBLY).config.in \ $(ASSEMBLY).config.in \
AssemblyInfo.cs.in \
$(METADATA) \ $(METADATA) \
$(customs) \ $(customs) \
$(sources) \ $(sources) \

View File

@ -1,5 +1,6 @@
*.dll *.dll
*.dll.config *.dll.config
AssemblyInfo.cs
generated generated
generated-stamp generated-stamp
Makefile Makefile

6
gtk/AssemblyInfo.cs.in Normal file
View File

@ -0,0 +1,6 @@
using System.Reflection;
using System.Runtime.CompilerServices;
[assembly:AssemblyVersion("@VERSION@.0.0")]
[assembly:AssemblyDelaySign(true)]
[assembly:AssemblyKeyFile("../gtk-sharp.pub")]

View File

@ -14,7 +14,7 @@ gapidir = $(datadir)/gapi
assembly_DATA = $(ASSEMBLY) $(ASSEMBLY).config assembly_DATA = $(ASSEMBLY) $(ASSEMBLY).config
gapi_DATA = $(API) $(ADDITIONAL_API) gapi_DATA = $(API) $(ADDITIONAL_API)
CLEANFILES = $(ASSEMBLY) generated-stamp generated/*.cs $(API) glue/generated.c CLEANFILES = $(ASSEMBLY) generated-stamp generated/*.cs $(API) glue/generated.c
DISTCLEANFILES = $(ASSEMBLY).config DISTCLEANFILES = $(ASSEMBLY).config AssemblyInfo.cs
sources = \ sources = \
Application.cs \ Application.cs \
@ -25,7 +25,7 @@ sources = \
TreeNode.cs \ TreeNode.cs \
TreeNodeValueAttribute.cs TreeNodeValueAttribute.cs
build_sources = $(addprefix $(srcdir)/, $(sources)) build_sources = $(addprefix $(srcdir)/, $(sources)) AssemblyInfo.cs
customs = \ customs = \
Accel.custom \ Accel.custom \
@ -83,6 +83,7 @@ build_customs = $(addprefix $(srcdir)/, $(customs))
EXTRA_DIST = \ EXTRA_DIST = \
makefile.win32 \ makefile.win32 \
$(ASSEMBLY).config.in \ $(ASSEMBLY).config.in \
AssemblyInfo.cs.in \
$(RAW_API) \ $(RAW_API) \
$(ADDITIONAL_API) \ $(ADDITIONAL_API) \
$(METADATA) \ $(METADATA) \

View File

@ -1,4 +1,5 @@
gtkhtml-sharp.pc gtkhtml-sharp.pc
AssemblyInfo.cs
*.dll *.dll
*.dll.config *.dll.config
generated generated

View File

@ -0,0 +1,6 @@
using System.Reflection;
using System.Runtime.CompilerServices;
[assembly:AssemblyVersion("@VERSION@.0.0")]
[assembly:AssemblyDelaySign(true)]
[assembly:AssemblyKeyFile("../gtk-sharp.pub")]

View File

@ -21,11 +21,11 @@ assembly_DATA = $(TARGET)
gapi_DATA = $(APIS) gapi_DATA = $(APIS)
CLEANFILES = $(ASSEMBLY) generated-stamp generated/*.cs $(API) CLEANFILES = $(ASSEMBLY) generated-stamp generated/*.cs $(API)
DISTCLEANFILES = gtkhtml-sharp.pc $(ASSEMBLY).config DISTCLEANFILES = gtkhtml-sharp.pc $(ASSEMBLY).config AssemblyInfo.cs
sources = sources =
build_sources = $(addprefix $(srcdir)/, $(sources)) build_sources = $(addprefix $(srcdir)/, $(sources)) AssemblyInfo.cs
customs = \ customs = \
HTMLStream.custom HTMLStream.custom
@ -35,6 +35,7 @@ build_customs = $(addprefix $(srcdir)/, $(customs))
EXTRA_DIST = \ EXTRA_DIST = \
$(RAW_API) \ $(RAW_API) \
$(ASSEMBLY).config.in \ $(ASSEMBLY).config.in \
AssemblyInfo.cs.in \
$(METADATA) \ $(METADATA) \
$(customs) \ $(customs) \
$(sources) \ $(sources) \

View File

@ -1,5 +1,6 @@
*.dll *.dll
*.dll.config *.dll.config
AssemblyInfo.cs
generated generated
generated-stamp generated-stamp
Makefile Makefile

6
pango/AssemblyInfo.cs.in Normal file
View File

@ -0,0 +1,6 @@
using System.Reflection;
using System.Runtime.CompilerServices;
[assembly:AssemblyVersion("@VERSION@.0.0")]
[assembly:AssemblyDelaySign(true)]
[assembly:AssemblyKeyFile("../gtk-sharp.pub")]

View File

@ -10,12 +10,12 @@ gapidir = $(datadir)/gapi
assembly_DATA = $(ASSEMBLY) $(ASSEMBLY).config assembly_DATA = $(ASSEMBLY) $(ASSEMBLY).config
gapi_DATA = $(API) gapi_DATA = $(API)
CLEANFILES = $(ASSEMBLY) generated-stamp generated/*.cs $(API) CLEANFILES = $(ASSEMBLY) generated-stamp generated/*.cs $(API)
DISTCLEANFILES = $(ASSEMBLY).config DISTCLEANFILES = $(ASSEMBLY).config AssemblyInfo.cs
sources = \ sources = \
Scale.cs Scale.cs
build_sources = $(addprefix $(srcdir)/, $(sources)) build_sources = $(addprefix $(srcdir)/, $(sources)) AssemblyInfo.cs
dist_sources = $(sources) dist_sources = $(sources)
customs = \ customs = \
@ -29,6 +29,7 @@ dist_customs = $(customs)
EXTRA_DIST = \ EXTRA_DIST = \
makefile.win32 \ makefile.win32 \
$(ASSEMBLY).config.in \ $(ASSEMBLY).config.in \
AssemblyInfo.cs.in \
$(RAW_API) \ $(RAW_API) \
$(METADATA) \ $(METADATA) \
$(dist_customs) \ $(dist_customs) \

View File

@ -1,4 +1,5 @@
rsvg-sharp.pc rsvg-sharp.pc
AssemblyInfo.cs
*.dll *.dll
*.dll.config *.dll.config
generated generated

6
rsvg/AssemblyInfo.cs.in Normal file
View File

@ -0,0 +1,6 @@
using System.Reflection;
using System.Runtime.CompilerServices;
[assembly:AssemblyVersion("@VERSION@.0.0")]
[assembly:AssemblyDelaySign(true)]
[assembly:AssemblyKeyFile("../gtk-sharp.pub")]

View File

@ -22,12 +22,12 @@ assembly_DATA = $(TARGET)
gapi_DATA = $(APIS) gapi_DATA = $(APIS)
CLEANFILES = $(ASSEMBLY) generated-stamp generated/*.cs $(API) CLEANFILES = $(ASSEMBLY) generated-stamp generated/*.cs $(API)
DISTCLEANFILES = rsvg-sharp.pc $(ASSEMBLY).config DISTCLEANFILES = rsvg-sharp.pc $(ASSEMBLY).config AssemblyInfo.cs
sources = \ sources = \
Tool.cs Tool.cs
build_sources = $(addprefix $(srcdir)/, $(sources)) build_sources = $(addprefix $(srcdir)/, $(sources)) AssemblyInfo.cs
customs = customs =
@ -36,6 +36,7 @@ build_customs = $(addprefix $(srcdir)/, $(customs))
EXTRA_DIST = \ EXTRA_DIST = \
$(RAW_API) \ $(RAW_API) \
$(ASSEMBLY).config.in \ $(ASSEMBLY).config.in \
AssemblyInfo.cs.in \
$(METADATA) \ $(METADATA) \
$(customs) \ $(customs) \
$(sources) \ $(sources) \

View File

@ -1,4 +1,5 @@
vte-sharp.pc vte-sharp.pc
AssemblyInfo.cs
vte-sharp.dll vte-sharp.dll
vte-sharp.dll.config vte-sharp.dll.config
generated generated

6
vte/AssemblyInfo.cs.in Normal file
View File

@ -0,0 +1,6 @@
using System.Reflection;
using System.Runtime.CompilerServices;
[assembly:AssemblyVersion("@VERSION@.0.0")]
[assembly:AssemblyDelaySign(true)]
[assembly:AssemblyKeyFile("../gtk-sharp.pub")]

View File

@ -21,11 +21,11 @@ assembly_DATA = $(TARGET)
gapi_DATA = $(APIS) gapi_DATA = $(APIS)
CLEANFILES = $(ASSEMBLY) generated-stamp generated/*.cs $(API) CLEANFILES = $(ASSEMBLY) generated-stamp generated/*.cs $(API)
DISTCLEANFILES = vte-sharp.pc $(ASSEMBLY).config DISTCLEANFILES = vte-sharp.pc $(ASSEMBLY).config AssemblyInfo.cs
sources = sources =
build_sources = $(addprefix $(srcdir)/, $(sources)) build_sources = $(addprefix $(srcdir)/, $(sources)) AssemblyInfo.cs
customs = customs =
@ -34,6 +34,7 @@ build_customs = $(addprefix $(srcdir)/, $(customs))
EXTRA_DIST = \ EXTRA_DIST = \
$(RAW_API) \ $(RAW_API) \
$(ASSEMBLY).config.in \ $(ASSEMBLY).config.in \
AssemblyInfo.cs.in \
$(METADATA) \ $(METADATA) \
$(customs) \ $(customs) \
$(sources) \ $(sources) \