viewgit/index.php:465 Only variables should be passed by reference [2048]

viewgit/index.php:466 Non-static method GeSHi::get_language_name_from_extension() should not be called statically [2048]



# Warning: This is an automatically generated file, do not edit!

if ENABLE_DEBUG_X86
ASSEMBLY_COMPILER_COMMAND = gmcs
ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize- -debug "-define:DEBUG"
ASSEMBLY = bin/Debug/Dizzy.exe
ASSEMBLY_MDB = $(ASSEMBLY).mdb
COMPILE_TARGET = exe
PROJECT_REFERENCES =
BUILD_DIR = bin/Debug

SQLITE3_DLL_SOURCE=sqlite3.dll
TAMIR_SHARPSSH_DLL_SOURCE=Tamir.SharpSSH.dll
DIFFIEHELLMAN_DLL_SOURCE=DiffieHellman.dll
ORG_MENTALIS_SECURITY_DLL_SOURCE=Org.Mentalis.Security.dll
SYSTEM_DATA_SQLITE_DLL_SOURCE=System.Data.SQLite.dll
DIZZY_EXE_MDB_SOURCE=bin/Debug/Dizzy.exe.mdb
DIZZY_EXE_MDB=$(BUILD_DIR)/Dizzy.exe.mdb

endif

if ENABLE_RELEASE_X86
ASSEMBLY_COMPILER_COMMAND = gmcs
ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize-
ASSEMBLY = bin/Release/Dizzy.exe
ASSEMBLY_MDB =
COMPILE_TARGET = exe
PROJECT_REFERENCES =
BUILD_DIR = bin/Release

SQLITE3_DLL_SOURCE=sqlite3.dll
TAMIR_SHARPSSH_DLL_SOURCE=Tamir.SharpSSH.dll
DIFFIEHELLMAN_DLL_SOURCE=DiffieHellman.dll
ORG_MENTALIS_SECURITY_DLL_SOURCE=Org.Mentalis.Security.dll
SYSTEM_DATA_SQLITE_DLL_SOURCE=System.Data.SQLite.dll
DIZZY_EXE_MDB=

endif

AL=al2
SATELLITE_ASSEMBLY_NAME=$(notdir $(basename $(ASSEMBLY))).resources.dll

PROGRAMFILES = \
	$(SQLITE3_DLL) \
	$(TAMIR_SHARPSSH_DLL) \
	$(DIFFIEHELLMAN_DLL) \
	$(ORG_MENTALIS_SECURITY_DLL) \
	$(SYSTEM_DATA_SQLITE_DLL) \
	$(DIZZY_EXE_MDB)

BINARIES = \
	$(DIZZY)


RESGEN=resgen2

all: $(ASSEMBLY) $(PROGRAMFILES) $(BINARIES)

FILES = \
	gtk-gui/generated.cs \
	MainWindow.cs \
	gtk-gui/MainWindow.cs \
	Main.cs \
	AssemblyInfo.cs \
	File.cs \
	FileTreeView.cs \
	TaskTreeView.cs \
	Protocol.cs \
	GlobalConfig.cs \
	AuthDialog.cs \
	gtk-gui/Dizzy.AuthDialog.cs

DATA_FILES =

RESOURCES = \
	gtk-gui/gui.stetic \
	sqlite3.dll,Dizzy.sqlite3.dll

EXTRAS = \
	app.desktop \
	dizzy.in

REFERENCES =  \
	System \
	$(GTK_SHARP_20_LIBS) \
	$(GLIB_SHARP_20_LIBS) \
	$(GLADE_SHARP_20_LIBS) \
	Mono.Posix

DLL_REFERENCES =  \
	Tamir.SharpSSH.dll \
	Org.Mentalis.Security.dll \
	DiffieHellman.dll \
	System.Data.SQLite.dll

CLEANFILES = $(PROGRAMFILES) $(BINARIES)

include $(top_srcdir)/Makefile.include

SQLITE3_DLL = $(BUILD_DIR)/sqlite3.dll
TAMIR_SHARPSSH_DLL = $(BUILD_DIR)/Tamir.SharpSSH.dll
DIFFIEHELLMAN_DLL = $(BUILD_DIR)/DiffieHellman.dll
ORG_MENTALIS_SECURITY_DLL = $(BUILD_DIR)/Org.Mentalis.Security.dll
SYSTEM_DATA_SQLITE_DLL = $(BUILD_DIR)/System.Data.SQLite.dll
DIZZY = $(BUILD_DIR)/dizzy

$(eval $(call emit-deploy-target,SQLITE3_DLL))
$(eval $(call emit-deploy-target,TAMIR_SHARPSSH_DLL))
$(eval $(call emit-deploy-target,DIFFIEHELLMAN_DLL))
$(eval $(call emit-deploy-target,ORG_MENTALIS_SECURITY_DLL))
$(eval $(call emit-deploy-target,SYSTEM_DATA_SQLITE_DLL))
$(eval $(call emit-deploy-wrapper,DIZZY,dizzy,x))


$(eval $(call emit_resgen_targets))
$(build_xamlg_list): %.xaml.g.cs: %.xaml
	xamlg '$<'

$(ASSEMBLY_MDB): $(ASSEMBLY)

$(ASSEMBLY): $(build_sources) $(build_resources) $(build_datafiles) $(DLL_REFERENCES) $(PROJECT_REFERENCES) $(build_xamlg_list) $(build_satellite_assembly_list)
	mkdir -p $(shell dirname $(ASSEMBLY))
	$(ASSEMBLY_COMPILER_COMMAND) $(ASSEMBLY_COMPILER_FLAGS) -out:$(ASSEMBLY) -target:$(COMPILE_TARGET) $(build_sources_embed) $(build_resources_embed) $(build_references_ref)
ViewGit