2004-10-29 20:33:07 +00:00
|
|
|
assemblydir = $(libdir)/gtk-sharp-2.0
|
2004-03-12 21:18:11 +00:00
|
|
|
assembly_DATA = gapi_codegen.exe
|
2004-10-29 20:33:07 +00:00
|
|
|
bin_SCRIPTS = gapi2-codegen
|
2004-03-12 21:18:11 +00:00
|
|
|
CLEANFILES = gapi_codegen.exe
|
2004-10-29 20:33:07 +00:00
|
|
|
DISTCLEANFILES = gapi2-codegen
|
2004-03-12 21:18:11 +00:00
|
|
|
|
|
|
|
references =
|
|
|
|
|
|
|
|
sources = \
|
|
|
|
AliasGen.cs \
|
|
|
|
BoxedGen.cs \
|
2004-04-12 15:54:57 +00:00
|
|
|
ByRefGen.cs \
|
2004-03-12 21:18:11 +00:00
|
|
|
CallbackGen.cs \
|
2004-11-05 16:47:15 +00:00
|
|
|
ChildProperty.cs \
|
2004-03-12 21:18:11 +00:00
|
|
|
ClassBase.cs \
|
|
|
|
ClassGen.cs \
|
|
|
|
CodeGenerator.cs \
|
|
|
|
ConstStringGen.cs \
|
|
|
|
Ctor.cs \
|
|
|
|
EnumGen.cs \
|
|
|
|
Field.cs \
|
|
|
|
GenBase.cs \
|
|
|
|
GenerationInfo.cs \
|
|
|
|
IGeneratable.cs \
|
|
|
|
ImportSignature.cs \
|
|
|
|
InterfaceGen.cs \
|
2004-12-20 22:08:43 +00:00
|
|
|
LPGen.cs \
|
|
|
|
LPUGen.cs \
|
2004-03-12 21:18:11 +00:00
|
|
|
ManagedCallString.cs \
|
|
|
|
ManualGen.cs \
|
2004-12-27 17:38:52 +00:00
|
|
|
MarshalGen.cs \
|
2005-01-24 18:25:02 +00:00
|
|
|
MethodBase.cs \
|
2004-03-12 21:18:11 +00:00
|
|
|
MethodBody.cs \
|
|
|
|
Method.cs \
|
|
|
|
ObjectGen.cs \
|
|
|
|
OpaqueGen.cs \
|
|
|
|
Parameters.cs \
|
|
|
|
Parser.cs \
|
|
|
|
Property.cs \
|
2004-11-17 15:57:17 +00:00
|
|
|
ReturnValue.cs \
|
2004-03-12 21:18:11 +00:00
|
|
|
Signal.cs \
|
|
|
|
Signature.cs \
|
2004-12-26 21:22:50 +00:00
|
|
|
SimpleBase.cs \
|
2004-03-12 21:18:11 +00:00
|
|
|
SimpleGen.cs \
|
|
|
|
Statistics.cs \
|
|
|
|
StructBase.cs \
|
|
|
|
StructGen.cs \
|
|
|
|
SymbolTable.cs \
|
2004-11-18 22:47:05 +00:00
|
|
|
VirtualMethod.cs \
|
2004-03-12 21:18:11 +00:00
|
|
|
VMSignature.cs
|
|
|
|
|
|
|
|
build_sources = $(addprefix $(srcdir)/, $(sources))
|
|
|
|
dist_sources = $(sources)
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
makefile.win32 \
|
|
|
|
$(dist_sources)
|
|
|
|
|
|
|
|
gapi_codegen.exe: $(build_sources)
|
|
|
|
$(CSC) /out:gapi_codegen.exe $(references) $(build_sources)
|
|
|
|
|