* Fixed the disabling of the Urgency Hint. Should now work.
[circ.git] / Tests / Makefile.am
blob53e539f0a09c6b93b7d8d590528d1c326d227769
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 -debug -d:DEBUG
7 ASSEMBLY = ./bin/Debug/Tests.dll
8 COMPILE_TARGET = library
9 PROJECT_REFERENCES =  \
10         ../Circ.Lib/bin/Debug/Circ.Lib.dll
11 BUILD_DIR = ./bin/Debug
12 endif
13 if ENABLE_RELEASE
14 ASSEMBLY_COMPILER_COMMAND = gmcs
15 ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4
16 ASSEMBLY = ./bin/Release/Tests.dll
17 COMPILE_TARGET = library
18 PROJECT_REFERENCES =  \
19         ../Circ.Lib/bin/Release/Circ.Lib.dll
20 BUILD_DIR = ./bin/Release
21 endif
23 PROGRAMFILES = \
24         $(CIRC_LIB_DLL) \
25         $(CIRC_LIB_DLL_MDB) \
26         $(MONO_ADDINS_DLL) \
27         $(MONO_ADDINS_DLL_MDB) \
28         $(MONO_ADDINS_DLL_CONFIG)  
30         
31 all: $(ASSEMBLY) $(PROGRAMFILES) 
33 FILES = \
34         ./CilBackendTest.cs \
35         ./CilIrcChannelTest.cs \
36         ./CilIrcConnectionTest.cs \
37         ./CilIrcUserTest.cs \
38         ./UserQuitEventArgsTest.cs \
39         ./UserListEventArgsTest.cs \
40         ./UserEventArgsTest.cs \
41         ./TransformationPoolTest.cs \
42         ./TopicEventArgsTest.cs \
43         ./ShopTest.cs \
44         ./RgbColorTest.cs \
45         ./RfcTest.cs \
46         ./OptionsTest.cs \
47         ./Options_ConfigurationTest.cs \
48         ./Options_CommandLineTest.cs \
49         ./NickEventArgsTest.cs \
50         ./MessageEventArgsTest.cs \
51         ./LoggerTest.cs \
52         ./LibContrastTest.cs \
53         ./IrcUserTest.cs \
54         ./IrcMessageTest.cs \
55         ./IrcConnectionTest.cs \
56         ./IrcChannelTest.cs \
57         ./DefaultParserTest.cs \
58         ./ConnectionInfoTest.cs \
59         ./ConnectionExceptionTest.cs \
60         ./ConnectionEventArgsTest.cs \
61         ./CommandProcesserTest.cs \
62         ./ChannelMessageEventArgsTest.cs \
63         ./ChannelEventArgsTest.cs 
65 DATA_FILES = 
67 RESOURCES = 
69 EXTRAS = 
71 REFERENCES =  \
72         -r:System \
73         $(NUNIT_LIBS) \
74         $(NINI_11_LIBS) \
75         $(MONO_ADDINS_LIBS)
77 DLL_REFERENCES = 
79 CIRC_LIB_DLL = $(BUILD_DIR)/Circ.Lib.dll
80 $(CIRC_LIB_DLL): $(top_builddir)/Circ.Lib/bin/Debug/Circ.Lib.dll
81         mkdir -p $(BUILD_DIR)
82         cp $(top_builddir)/Circ.Lib/bin/Debug/Circ.Lib.dll $(CIRC_LIB_DLL)
84 CIRC_LIB_DLL_MDB = $(BUILD_DIR)/Circ.Lib.dll.mdb
85 $(CIRC_LIB_DLL_MDB): $(top_builddir)/Circ.Lib/bin/Debug/Circ.Lib.dll.mdb
86         mkdir -p $(BUILD_DIR)
87         cp $(top_builddir)/Circ.Lib/bin/Debug/Circ.Lib.dll.mdb $(CIRC_LIB_DLL_MDB)
89 MONO_ADDINS_DLL = $(BUILD_DIR)/Mono.Addins.dll
90 $(MONO_ADDINS_DLL): $(top_srcdir)/lib/Mono.Addins.dll
91         mkdir -p $(BUILD_DIR)
92         cp $(top_srcdir)/lib/Mono.Addins.dll $(MONO_ADDINS_DLL)
94 MONO_ADDINS_DLL_MDB = $(BUILD_DIR)/Mono.Addins.dll.mdb
95 $(MONO_ADDINS_DLL_MDB): $(top_srcdir)/lib/Mono.Addins.dll.mdb
96         mkdir -p $(BUILD_DIR)
97         cp $(top_srcdir)/lib/Mono.Addins.dll.mdb $(MONO_ADDINS_DLL_MDB)
99 MONO_ADDINS_DLL_CONFIG = $(BUILD_DIR)/Mono.Addins.dll.config
100 $(MONO_ADDINS_DLL_CONFIG): $(top_srcdir)/lib/Mono.Addins.dll.config
101         mkdir -p $(BUILD_DIR)
102         cp $(top_srcdir)/lib/Mono.Addins.dll.config $(MONO_ADDINS_DLL_CONFIG)
106 $(ASSEMBLY) $(ASSEMBLY).mdb: $(build_sources) $(build_resources) $(build_datafiles) 
107         mkdir -p $(dir $(ASSEMBLY))             
108         $(ASSEMBLY_COMPILER_COMMAND) $(ASSEMBLY_COMPILER_FLAGS) -out:$@ -target:$(COMPILE_TARGET) $(build_sources) $(build_resources_embed) $(build_references_ref)
110 include $(top_srcdir)/Makefile.include