comparison pidgin/Makefile.am @ 15374:5fe8042783c1

Rename gtk/ and libgaim/ to pidgin/ and libpurple/
author Sean Egan <seanegan@gmail.com>
date Sat, 20 Jan 2007 02:32:10 +0000
parents
children c6115dc73b28
comparison
equal deleted inserted replaced
15373:f79e0f4df793 15374:5fe8042783c1
1 EXTRA_DIST = \
2 getopt.c \
3 getopt.h \
4 getopt1.c \
5 Makefile.mingw \
6 win32/IdleTracker/Makefile.mingw \
7 win32/IdleTracker/idletrack.c \
8 win32/IdleTracker/idletrack.h \
9 win32/MinimizeToTray.h \
10 win32/MinimizeToTray.c \
11 win32/gaimrc.rc.in \
12 win32/gtkdocklet-win32.c \
13 win32/gtkgaimrc.rc.in \
14 win32/gtkwin32dep.c \
15 win32/gtkwin32dep.h \
16 win32/resource.h \
17 win32/untar.c \
18 win32/untar.h \
19 win32/win_gaim.c \
20 win32/wspell.c \
21 win32/wspell.h \
22 win32/nsis/gaim-header.bmp \
23 win32/nsis/gaim-intro.bmp \
24 win32/nsis/gaim-plugin.nsh \
25 win32/nsis/langmacros.nsh \
26 win32/nsis/translations/albanian.nsh \
27 win32/nsis/translations/bulgarian.nsh \
28 win32/nsis/translations/catalan.nsh \
29 win32/nsis/translations/czech.nsh \
30 win32/nsis/translations/danish.nsh \
31 win32/nsis/translations/dutch.nsh \
32 win32/nsis/translations/english.nsh \
33 win32/nsis/translations/finnish.nsh \
34 win32/nsis/translations/french.nsh \
35 win32/nsis/translations/german.nsh \
36 win32/nsis/translations/hebrew.nsh \
37 win32/nsis/translations/hungarian.nsh \
38 win32/nsis/translations/italian.nsh \
39 win32/nsis/translations/japanese.nsh \
40 win32/nsis/translations/korean.nsh \
41 win32/nsis/translations/kurdish.nsh \
42 win32/nsis/translations/lithuanian.nsh \
43 win32/nsis/translations/norwegian.nsh \
44 win32/nsis/translations/polish.nsh \
45 win32/nsis/translations/portuguese.nsh \
46 win32/nsis/translations/portuguese-br.nsh \
47 win32/nsis/translations/romanian.nsh \
48 win32/nsis/translations/russian.nsh \
49 win32/nsis/translations/serbian-latin.nsh \
50 win32/nsis/translations/simp-chinese.nsh \
51 win32/nsis/translations/slovak.nsh \
52 win32/nsis/translations/slovenian.nsh \
53 win32/nsis/translations/spanish.nsh \
54 win32/nsis/translations/swedish.nsh \
55 win32/nsis/translations/trad-chinese.nsh \
56 win32/nsis/translations/vietnamese.nsh
57
58 if ENABLE_GTK
59
60 SUBDIRS = pixmaps plugins sounds
61
62 bin_PROGRAMS = gaim
63
64 gaim_SOURCES = \
65 eggtrayicon.c \
66 gaimcombobox.c \
67 gaimstock.c \
68 gtkaccount.c \
69 gtkblist.c \
70 gtkcelllayout.c \
71 gtkcellrendererexpander.c \
72 gtkcellrendererprogress.c \
73 gtkcellview.c \
74 gtkcellviewmenuitem.c \
75 gtkconn.c \
76 gtkconv.c \
77 gtkdebug.c \
78 gtkdialogs.c \
79 gtkdnd-hints.c \
80 gtkdocklet.c \
81 gtkdocklet-x11.c \
82 gtkeventloop.c \
83 gtkexpander.c \
84 gtkft.c \
85 gtkidle.c \
86 gtkimhtml.c \
87 gtkimhtmltoolbar.c \
88 gtklog.c \
89 gtkmain.c \
90 gtkmenutray.c \
91 gtknotify.c \
92 gtkplugin.c \
93 gtkpluginpref.c \
94 gtkpounce.c \
95 gtkprefs.c \
96 gtkprivacy.c \
97 gtkrequest.c \
98 gtkroomlist.c \
99 gtksavedstatuses.c \
100 gtkscrollbook.c \
101 gtksession.c \
102 gtksound.c \
103 gtksourceiter.c \
104 gtkstatusbox.c \
105 gtkthemes.c \
106 gtkutils.c \
107 gtkwhiteboard.c
108
109 gaim_headers = \
110 eggtrayicon.h \
111 gtkaccount.h \
112 gtkblist.h \
113 gtkcelllayout.h \
114 gtkcellrendererexpander.h \
115 gtkcellrendererprogress.h \
116 gtkcellview.h \
117 gtkcellviewmenuitem.h \
118 gtkcellview.h \
119 gtkcellviewmenuitem.h \
120 gaimcombobox.h \
121 gtkconn.h \
122 gtkconv.h \
123 gtkconvwin.h \
124 gtkdebug.h \
125 gtkdialogs.h \
126 gtkdnd-hints.h \
127 gtkdocklet.h \
128 gtkeventloop.h \
129 gtkexpander.h \
130 gtkft.h \
131 gtkgaim.h \
132 gtkidle.h \
133 gtkimhtml.h \
134 gtkimhtmltoolbar.h \
135 gtklog.h \
136 gtkmenutray.h \
137 gtknickcolors.h \
138 gtknotify.h \
139 gtkplugin.h \
140 gtkpluginpref.h \
141 gtkprefs.h \
142 gtkprivacy.h \
143 gtkpounce.h \
144 gtkrequest.h \
145 gtkroomlist.h \
146 gtksavedstatuses.h \
147 gtkscrollbook.h \
148 gtksession.h \
149 gtksound.h \
150 gtksourceiter.h \
151 gtkstatusbox.h \
152 gaimstock.h \
153 gtkthemes.h \
154 gtkutils.h \
155 gtkwhiteboard.h
156
157 gaimincludedir=$(includedir)/gaim
158 gaiminclude_HEADERS = \
159 $(gaim_headers)
160
161
162 gaim_DEPENDENCIES = @LIBOBJS@
163 gaim_LDFLAGS = -export-dynamic
164 gaim_LDADD = \
165 @LIBOBJS@ \
166 $(DBUS_LIBS) \
167 $(GSTREAMER_LIBS) \
168 $(XSS_LIBS) \
169 $(SM_LIBS) \
170 $(INTLLIBS) \
171 $(GTKSPELL_LIBS) \
172 $(STARTUP_NOTIFICATION_LIBS) \
173 $(LIBXML_LIBS) \
174 $(GTK_LIBS) \
175 $(top_builddir)/libpurple/libgaim.la
176
177 if USE_INTERNAL_LIBGADU
178 INTGG_CFLAGS = -DUSE_INTERNAL_LIBGADU
179 endif
180
181 AM_CPPFLAGS = \
182 -DBR_PTHREADS=0 \
183 -DDATADIR=\"$(datadir)\" \
184 -DLIBDIR=\"$(libdir)/gaim/\" \
185 -DLOCALEDIR=\"$(datadir)/locale\" \
186 -DSYSCONFDIR=\"$(sysconfdir)\" \
187 -I$(top_srcdir)/libpurple/ \
188 $(GLIB_CFLAGS) \
189 $(GSTREAMER_CFLAGS) \
190 $(DEBUG_CFLAGS) \
191 $(GTK_CFLAGS) \
192 $(DBUS_CFLAGS) \
193 $(GTKSPELL_CFLAGS) \
194 $(STARTUP_NOTIFICATION_CFLAGS) \
195 $(LIBXML_CFLAGS) \
196 $(INTGG_CFLAGS)
197 endif # ENABLE_GTK