Oups. Forgot to repercute the folder change of the controls
[circ.git] / CirC / Makefile.am
blob396d326e1778151625a3fa40f0b25f0983f0de32
2 # Warning: This is an automatically generated file, do not edit!
4 if ENABLE_DEBUG
5 ASSEMBLY_COMPILER_COMMAND = gmcs
6 ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize- -debug -d:DEBUG "-define:__DEBUG__"
7  "-main:Circ.CircMain"
9 ASSEMBLY = ./bin/Debug/Circ.exe
10 COMPILE_TARGET = winexe
11 ASSEMBLY_WRAPPER = circ
12 ASSEMBLY_WRAPPER_IN = circ.in
13 PROJECT_REFERENCES =  \
14         ../Circ.Backend.Cil/bin/Debug/Circ.Backend.Cil.dll \
15         ../Circ.Frontend.GtkSharp/bin/Debug/Circ.Frontend.GtkSharp.dll \
16         ../Circ.Lib/bin/Debug/Circ.Lib.dll
17 BUILD_DIR = ./bin/Debug
18 endif
19 if ENABLE_RELEASE
20 ASSEMBLY_COMPILER_COMMAND = gmcs
21 ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 "-main:Circ.CircMain"
23 ASSEMBLY = ./bin/Release/Circ.exe
24 COMPILE_TARGET = winexe
25 ASSEMBLY_WRAPPER = circ
26 ASSEMBLY_WRAPPER_IN = circ.in
27 PROJECT_REFERENCES =  \
28         ../Circ.Backend.Cil/bin/Release/Circ.Backend.Cil.dll \
29         ../Circ.Frontend.GtkSharp/bin/Release/Circ.Frontend.GtkSharp.dll \
30         ../Circ.Lib/bin/Release/Circ.Lib.dll
31 BUILD_DIR = ./bin/Release
32 endif
34         
35 all: $(ASSEMBLY)
37 FILES = \
38         ./AssemblyInfo.cs \
39         ./Main.cs \
40         ./Enums.cs \
41         ./Controls/MainControl.cs \
42         ./Controls/ChannelControl.cs \
43         ./Controls/ConnectionControl.cs \
44         ./ServersList.cs 
46 DATA_FILES = 
48 RESOURCES = 
50 EXTRAS = \
51         ./Test.cs \
52         ./Presentation/Gtk/MainWindow.cs \
53         ./PluginLoader.cs 
55 REFERENCES =  \
56         -r:System \
57         -r:System.Xml
59 DLL_REFERENCES =  \
60         $(BUILD_DIR)/NDesk.DBus.dll \
61         $(BUILD_DIR)/Mono.Addins.dll
63 $(ASSEMBLY) $(ASSEMBLY).mdb: $(build_sources) $(build_resources) $(build_datafiles) 
64         mkdir -p $(dir $(ASSEMBLY))             
65         cp -f ../lib/NDesk.DBus.dll $(BUILD_DIR)/NDesk.DBus.dll
66         cp -f ../lib/Mono.Addins.dll $(BUILD_DIR)/Mono.Addins.dll
68         $(ASSEMBLY_COMPILER_COMMAND) $(ASSEMBLY_COMPILER_FLAGS) -out:$@ -target:$(COMPILE_TARGET) $(build_sources) $(build_resources_embed) $(build_references_ref)
70 include $(top_srcdir)/Makefile.include