Mercurial > pidgin
annotate src/Makefile.mingw @ 6700:57161e3abbb5
[gaim-migrate @ 7226]
This certainly doesn't work, and possibly doesn't load, but it *does*
compile, which means I can now fix it in my own sweet time.
committer: Tailor Script <tailor@pidgin.im>
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Tue, 02 Sep 2003 04:28:34 +0000 |
parents | ea785d055825 |
children | 57a24492434b |
rev | line source |
---|---|
3638 | 1 # |
2 # Makefile.mingw | |
3 # | |
4 # Description: Makefile for win32 (mingw) version of Gaim | |
5 # | |
6 | |
7 # | |
8 # PATHS | |
9 # | |
10 | |
11 INCLUDE_DIR := . | |
12 GTK_TOP := ../../win32-dev/gtk_2_0 | |
13 GAIM_TOP := .. | |
14 GAIM_SRC := . | |
4858
748c25897809
[gaim-migrate @ 5185]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4710
diff
changeset
|
15 ASPELL_TOP := ../../win32-dev/aspell-dev-0-50-3-3 |
748c25897809
[gaim-migrate @ 5185]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4710
diff
changeset
|
16 GTKSPELL_TOP := ../../win32-dev/gtkspell-2.0.4 |
4536
ba99d30afc14
[gaim-migrate @ 4815]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4524
diff
changeset
|
17 IDLETRACK_TOP := $(GAIM_TOP)/src/win32/IdleTracker |
3638 | 18 GAIM_INSTALL_DIR := $(GAIM_TOP)/win32-install-dir |
3969
020345f97ceb
[gaim-migrate @ 4153]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3947
diff
changeset
|
19 MINGW_PLUS_DIR := $(GAIM_SRC)/win32/mingw_plus |
3638 | 20 |
21 ## | |
22 ## VARIABLE DEFINITIONS | |
23 ## | |
24 | |
25 TARGET = gaim | |
26 | |
27 # Compiler and Linker Options | |
28 | |
5932
bb7723f0b4b9
[gaim-migrate @ 6372]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
5746
diff
changeset
|
29 CFLAGS = |
3638 | 30 |
3715
764d6f1848b2
[gaim-migrate @ 3848]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3638
diff
changeset
|
31 DEFINES = |
3638 | 32 |
6256
655e77b5e969
[gaim-migrate @ 6752]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6085
diff
changeset
|
33 LDFLAGS = -mwindows |
3638 | 34 |
35 #-mconsole | |
36 #-mwindows | |
37 | |
38 ## | |
39 ## INCLUDE MAKEFILES | |
40 ## | |
41 | |
3715
764d6f1848b2
[gaim-migrate @ 3848]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3638
diff
changeset
|
42 include $(GAIM_TOP)/src/win32/global.mak |
3638 | 43 |
44 ## | |
45 ## INCLUDE PATHS | |
46 ## | |
47 | |
48 INCLUDE_PATHS = -I$(INCLUDE_DIR) \ | |
49 -I$(INCLUDE_DIR)/win32 \ | |
3969
020345f97ceb
[gaim-migrate @ 4153]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3947
diff
changeset
|
50 -I$(MINGW_PLUS_DIR) \ |
4536
ba99d30afc14
[gaim-migrate @ 4815]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4524
diff
changeset
|
51 -I$(IDLETRACK_TOP) \ |
3638 | 52 -I$(GAIM_TOP) \ |
53 -I$(GTK_TOP)/include \ | |
54 -I$(GTK_TOP)/include/gtk-2.0 \ | |
55 -I$(GTK_TOP)/include/glib-2.0 \ | |
56 -I$(GTK_TOP)/include/pango-1.0 \ | |
57 -I$(GTK_TOP)/include/atk-1.0 \ | |
58 -I$(GTK_TOP)/lib/glib-2.0/include \ | |
59 -I$(GTK_TOP)/lib/gtk-2.0/include \ | |
3853
eddcb3a8c74e
[gaim-migrate @ 4005]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3826
diff
changeset
|
60 -I$(ASPELL_TOP)/include \ |
eddcb3a8c74e
[gaim-migrate @ 4005]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3826
diff
changeset
|
61 -I$(GTKSPELL_TOP) |
3638 | 62 |
63 | |
64 LIB_PATHS = -L$(GTK_TOP)/lib \ | |
65 -L$(GAIM_SRC) \ | |
4536
ba99d30afc14
[gaim-migrate @ 4815]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4524
diff
changeset
|
66 -L$(IDLETRACK_TOP) \ |
4864
aedb32c5a920
[gaim-migrate @ 5191]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4858
diff
changeset
|
67 -L$(ASPELL_TOP)/lib |
3638 | 68 |
69 ## | |
70 ## SOURCES, OBJECTS | |
71 ## | |
72 | |
4536
ba99d30afc14
[gaim-migrate @ 4815]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4524
diff
changeset
|
73 DLL_C_SRC = about.c \ |
5746
2c04c55222b7
[gaim-migrate @ 6171]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
5486
diff
changeset
|
74 account.c \ |
2c04c55222b7
[gaim-migrate @ 6171]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
5486
diff
changeset
|
75 accountopt.c \ |
3638 | 76 away.c \ |
5248 | 77 blist.c \ |
3638 | 78 browser.c \ |
79 buddy_chat.c \ | |
5746
2c04c55222b7
[gaim-migrate @ 6171]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
5486
diff
changeset
|
80 connection.c \ |
3638 | 81 conversation.c \ |
82 core.c \ | |
5224
5160333a80df
[gaim-migrate @ 5594]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
5042
diff
changeset
|
83 debug.c \ |
3638 | 84 dialogs.c \ |
4363
65d98b565fbe
[gaim-migrate @ 4629]
Christian Hammond <chipx86@chipx86.com>
parents:
4359
diff
changeset
|
85 dnd-hints.c \ |
3638 | 86 ft.c \ |
4556
f7f0c7fef6be
[gaim-migrate @ 4836]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4536
diff
changeset
|
87 gaim-disclosure.c \ |
3638 | 88 gaimrc.c \ |
5746
2c04c55222b7
[gaim-migrate @ 6171]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
5486
diff
changeset
|
89 gtkaccount.c \ |
5248 | 90 gtkblist.c \ |
5746
2c04c55222b7
[gaim-migrate @ 6171]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
5486
diff
changeset
|
91 gtkconn.c \ |
4359
5fb47ec9bfe4
[gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents:
4300
diff
changeset
|
92 gtkconv.c \ |
4363
65d98b565fbe
[gaim-migrate @ 4629]
Christian Hammond <chipx86@chipx86.com>
parents:
4359
diff
changeset
|
93 gtkcellrendererprogress.c \ |
5224
5160333a80df
[gaim-migrate @ 5594]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
5042
diff
changeset
|
94 gtkdebug.c \ |
4523
64d03b6a0864
[gaim-migrate @ 4801]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4489
diff
changeset
|
95 gtkft.c \ |
3638 | 96 gtkimhtml.c \ |
5452 | 97 gtknotify.c \ |
5224
5160333a80df
[gaim-migrate @ 5594]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
5042
diff
changeset
|
98 gtkplugin.c \ |
5453 | 99 gtkpounce.c \ |
5452 | 100 gtkprefs.c \ |
6396
144aa76a1513
[gaim-migrate @ 6901]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6256
diff
changeset
|
101 gtkprivacy.c \ |
5486
d44a62911183
[gaim-migrate @ 5882]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
5471
diff
changeset
|
102 gtkrequest.c \ |
5746
2c04c55222b7
[gaim-migrate @ 6171]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
5486
diff
changeset
|
103 gtksound.c \ |
4359
5fb47ec9bfe4
[gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents:
4300
diff
changeset
|
104 gtkutils.c \ |
3638 | 105 html.c \ |
106 idle.c \ | |
4191
c626503ac2fc
[gaim-migrate @ 4422]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4127
diff
changeset
|
107 log.c \ |
4489 | 108 main.c \ |
3638 | 109 md5.c \ |
5452 | 110 notify.c \ |
5224
5160333a80df
[gaim-migrate @ 5594]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
5042
diff
changeset
|
111 plugin.c \ |
4710
a912a14f99cf
[gaim-migrate @ 5021]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4556
diff
changeset
|
112 pounce.c \ |
3638 | 113 prefs.c \ |
6396
144aa76a1513
[gaim-migrate @ 6901]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6256
diff
changeset
|
114 privacy.c \ |
3638 | 115 proxy.c \ |
116 prpl.c \ | |
5486
d44a62911183
[gaim-migrate @ 5882]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
5471
diff
changeset
|
117 request.c \ |
3638 | 118 server.c \ |
6494
4f93f10ddc75
[gaim-migrate @ 7009]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6396
diff
changeset
|
119 signals.c \ |
3638 | 120 sound.c \ |
6068 | 121 status.c \ |
4363
65d98b565fbe
[gaim-migrate @ 4629]
Christian Hammond <chipx86@chipx86.com>
parents:
4359
diff
changeset
|
122 stock.c \ |
4300
b191b8080ebc
[gaim-migrate @ 4554]
Christian Hammond <chipx86@chipx86.com>
parents:
4191
diff
changeset
|
123 themes.c \ |
3638 | 124 util.c \ |
6577
ea785d055825
[gaim-migrate @ 7099]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6494
diff
changeset
|
125 value.c \ |
3638 | 126 win32/win32dep.c \ |
3715
764d6f1848b2
[gaim-migrate @ 3848]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3638
diff
changeset
|
127 win32/MinimizeToTray.c \ |
3947
7cb474d8d613
[gaim-migrate @ 4126]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3905
diff
changeset
|
128 win32/libc_interface.c \ |
5006
1f27b4e54855
[gaim-migrate @ 5341]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4864
diff
changeset
|
129 win32/wspell.c \ |
1f27b4e54855
[gaim-migrate @ 5341]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4864
diff
changeset
|
130 win32/untar.c |
3638 | 131 |
132 RC_SRC = win32/gaimrc.rc | |
133 | |
4489 | 134 EXE_C_SRC = win_gaim.c |
3638 | 135 |
136 DLL_OBJECTS = $(DLL_C_SRC:%.c=%.o) | |
137 | |
138 EXE_OBJECTS = $(EXE_C_SRC:%.c=%.o) $(RC_SRC:%.rc=%.o) | |
139 | |
140 ## | |
141 ## LIBRARIES | |
142 ## | |
143 | |
4858
748c25897809
[gaim-migrate @ 5185]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4710
diff
changeset
|
144 DLL_LIBS = -lgtk-win32-2.0 \ |
3638 | 145 -lpango-1.0 \ |
146 -lglib-2.0 \ | |
147 -lgdk-win32-2.0 \ | |
148 -lgobject-2.0 \ | |
149 -lintl \ | |
150 -lgmodule-2.0 \ | |
151 -lgdk_pixbuf-2.0 \ | |
152 -lws2_32 \ | |
153 -liberty \ | |
154 -lwinmm \ | |
5006
1f27b4e54855
[gaim-migrate @ 5341]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4864
diff
changeset
|
155 -llibz \ |
4536
ba99d30afc14
[gaim-migrate @ 4815]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4524
diff
changeset
|
156 -lidletrack |
3905
3e508dd31b76
[gaim-migrate @ 4058]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3853
diff
changeset
|
157 |
3638 | 158 |
5932
bb7723f0b4b9
[gaim-migrate @ 6372]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
5746
diff
changeset
|
159 EXE_LIBS = -lgaim \ |
bb7723f0b4b9
[gaim-migrate @ 6372]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
5746
diff
changeset
|
160 -lglib-2.0 |
3638 | 161 |
162 ## | |
163 ## RULES | |
164 ## | |
165 | |
166 # How to make a C file | |
167 %.o: %.c | |
168 $(CC) $(CFLAGS) $(INCLUDE_PATHS) $(DEFINES) -c $< -o $@ | |
169 | |
170 # How to make an RC file | |
171 %.o: %.rc | |
172 windres -i $< -o $@ | |
173 | |
174 ## | |
175 ## TARGET DEFINITIONS | |
176 ## | |
177 | |
178 .PHONY: all clean | |
179 | |
180 all: $(TARGET).exe $(TARGET).dll | |
181 | |
182 install: | |
183 cp $(GAIM_SRC)/gaim.exe $(GAIM_SRC)/gaim.dll $(GAIM_INSTALL_DIR) | |
184 | |
4536
ba99d30afc14
[gaim-migrate @ 4815]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4524
diff
changeset
|
185 $(IDLETRACK_TOP)/idletrack.dll: |
ba99d30afc14
[gaim-migrate @ 4815]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4524
diff
changeset
|
186 $(MAKE) -C $(IDLETRACK_TOP) -f Makefile.mingw |
3638 | 187 |
188 # | |
189 # BUILD DLL | |
190 # | |
191 | |
5932
bb7723f0b4b9
[gaim-migrate @ 6372]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
5746
diff
changeset
|
192 $(TARGET).lib $(TARGET).dll: $(DLL_OBJECTS) $(IDLETRACK_TOP)/idletrack.dll |
bb7723f0b4b9
[gaim-migrate @ 6372]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
5746
diff
changeset
|
193 $(CC) -shared $(DLL_OBJECTS) $(LIB_PATHS) $(DLL_LIBS) $(DLL_LD_FLAGS) -Wl,--out-implib,$(TARGET).lib -o $(TARGET).dll |
3638 | 194 |
195 # | |
196 # BUILD EXE | |
197 # | |
198 | |
5932
bb7723f0b4b9
[gaim-migrate @ 6372]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
5746
diff
changeset
|
199 $(TARGET).exe: $(TARGET).dll $(EXE_OBJECTS) |
3715
764d6f1848b2
[gaim-migrate @ 3848]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3638
diff
changeset
|
200 $(CC) $(LDFLAGS) $(EXE_OBJECTS) $(LIB_PATHS) $(EXE_LIBS) -o $(TARGET).exe |
3638 | 201 |
202 ## | |
203 ## CLEAN RULES | |
204 ## | |
205 | |
206 clean: | |
4536
ba99d30afc14
[gaim-migrate @ 4815]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4524
diff
changeset
|
207 $(MAKE) -C $(IDLETRACK_TOP) -f Makefile.mingw clean |
3638 | 208 rm -rf *.o ./win32/*.o |
209 rm -rf $(TARGET).dll | |
210 rm -rf $(TARGET).lib | |
211 rm -rf $(TARGET).exe | |
212 | |
213 |