comparison gtk/Makefile.am @ 14191:009db0b357b5

This is a hand-crafted commit to migrate across subversion revisions 16854:16861, due to some vagaries of the way the original renames were done. Witness that monotone can do in one revision what svn had to spread across several.
author Ethan Blanton <elb@pidgin.im>
date Sat, 16 Dec 2006 04:59:55 +0000
parents
children 60b1bc8dbf37
comparison
equal deleted inserted replaced
14190:366be2ce35a7 14191:009db0b357b5
1 EXTRA_DIST = \
2 getopt.c \
3 getopt.h \
4 getopt1.c \
5 Makefile.mingw \
6 win_gaim.c \
7 win32/IdleTracker/Makefile.mingw \
8 win32/IdleTracker/idletrack.c \
9 win32/IdleTracker/idletrack.h \
10 win32/gaimrc.rc \
11 win32/global.mak \
12 win32/libc_interface.c \
13 win32/libc_interface.h \
14 win32/libc_internal.h \
15 win32/resource.h \
16 win32/untar.c \
17 win32/untar.h \
18 win32/wgaimerror.h \
19 win32/win32dep.c \
20 win32/win32dep.h \
21 win32/wspell.c \
22 win32/wspell.h \
23 win32/nsis/gaim-header.bmp \
24 win32/nsis/gaim-intro.bmp \
25 win32/nsis/gaim-plugin.nsh \
26 win32/nsis/langmacros.nsh \
27 win32/nsis/translations/albanian.nsh \
28 win32/nsis/translations/bulgarian.nsh \
29 win32/nsis/translations/catalan.nsh \
30 win32/nsis/translations/czech.nsh \
31 win32/nsis/translations/danish.nsh \
32 win32/nsis/translations/dutch.nsh \
33 win32/nsis/translations/english.nsh \
34 win32/nsis/translations/finnish.nsh \
35 win32/nsis/translations/french.nsh \
36 win32/nsis/translations/german.nsh \
37 win32/nsis/translations/hebrew.nsh \
38 win32/nsis/translations/hungarian.nsh \
39 win32/nsis/translations/italian.nsh \
40 win32/nsis/translations/japanese.nsh \
41 win32/nsis/translations/korean.nsh \
42 win32/nsis/translations/kurdish.nsh \
43 win32/nsis/translations/lithuanian.nsh \
44 win32/nsis/translations/norwegian.nsh \
45 win32/nsis/translations/polish.nsh \
46 win32/nsis/translations/portuguese.nsh \
47 win32/nsis/translations/portuguese-br.nsh \
48 win32/nsis/translations/romanian.nsh \
49 win32/nsis/translations/russian.nsh \
50 win32/nsis/translations/serbian-latin.nsh \
51 win32/nsis/translations/simp-chinese.nsh \
52 win32/nsis/translations/slovak.nsh \
53 win32/nsis/translations/slovenian.nsh \
54 win32/nsis/translations/spanish.nsh \
55 win32/nsis/translations/swedish.nsh \
56 win32/nsis/translations/trad-chinese.nsh \
57 win32/nsis/translations/vietnamese.nsh
58
59 SUBDIRS = pixmaps plugins sounds
60
61 bin_PROGRAMS = gaim
62
63 gaim_SOURCES = \
64 gtkaccount.c \
65 gtkblist.c \
66 gtkcelllayout.c \
67 gtkcellrendererprogress.c \
68 gtkcellview.c \
69 gtkcellviewmenuitem.c \
70 gaimcombobox.c \
71 gtkconn.c \
72 gtkconv.c \
73 gtkdebug.c \
74 gtkdialogs.c \
75 gtkdnd-hints.c \
76 gtkeventloop.c \
77 gtkexpander.c \
78 gtkft.c \
79 gtkidle.c \
80 gtkimhtml.c \
81 gtkimhtmltoolbar.c \
82 gtklog.c \
83 gtkmain.c \
84 gtkmenutray.c \
85 gtknotify.c \
86 gtkplugin.c \
87 gtkpluginpref.c \
88 gtkprefs.c \
89 gtkprivacy.c \
90 gtkpounce.c \
91 gtkrequest.c \
92 gtkroomlist.c \
93 gtksavedstatuses.c \
94 gtksession.c \
95 gtksound.c \
96 gtksourceiter.c \
97 gtkstatusbox.c \
98 gaimstock.c \
99 gtkthemes.c \
100 gtkutils.c \
101 gtkwhiteboard.c
102
103 gaim_headers = \
104 gtkaccount.h \
105 gtkblist.h \
106 gtkcelllayout.h \
107 gtkcellrendererprogress.h \
108 gtkcellview.h \
109 gtkcellviewmenuitem.h \
110 gtkcellview.h \
111 gtkcellviewmenuitem.h \
112 gaimcombobox.h \
113 gtkconn.h \
114 gtkconv.h \
115 gtkconvwin.h \
116 gtkdebug.h \
117 gtkdialogs.h \
118 gtkdnd-hints.h \
119 gtkeventloop.h \
120 gtkexpander.h \
121 gtkft.h \
122 gtkgaim.h \
123 gtkidle.h \
124 gtkimhtml.h \
125 gtkimhtmltoolbar.h \
126 gtklog.h \
127 gtkmenutray.h \
128 gtknickcolors.h \
129 gtknotify.h \
130 gtkplugin.h \
131 gtkpluginpref.h \
132 gtkprefs.h \
133 gtkprivacy.h \
134 gtkpounce.h \
135 gtkrequest.h \
136 gtkroomlist.h \
137 gtksavedstatuses.h \
138 gtksession.h \
139 gtksound.h \
140 gtksourceiter.h \
141 gtkstatusbox.h \
142 gaimstock.h \
143 gtkthemes.h \
144 gtkutils.h \
145 gtkwhiteboard.h
146
147 gaimincludedir=$(includedir)/gaim
148 gaiminclude_HEADERS = \
149 $(gaim_headers)
150
151
152 gaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) $(MS_LIBS)
153 gaim_LDFLAGS = -export-dynamic
154 gaim_LDADD = \
155 @LIBOBJS@ \
156 $(DBUS_LIBS) \
157 $(GSTREAMER_LIBS) \
158 $(STATIC_LINK_LIBS) \
159 $(XSS_LIBS) \
160 $(SM_LIBS) \
161 $(INTLLIBS) \
162 $(GTKSPELL_LIBS) \
163 $(STARTUP_NOTIFICATION_LIBS) \
164 $(LIBXML_LIBS) \
165 $(GTK_LIBS) \
166 -L$(top_srcdir)/core -lgaim
167
168 AM_CPPFLAGS = \
169 -DBR_PTHREADS=0 \
170 -DDATADIR=\"$(datadir)\" \
171 -DLIBDIR=\"$(libdir)/gaim/\" \
172 -DLOCALEDIR=\"$(datadir)/locale\" \
173 -DSYSCONFDIR=\"$(sysconfdir)\" \
174 -I$(top_srcdir)/core/ \
175 $(GSTREAMER_CFLAGS) \
176 $(DEBUG_CFLAGS) \
177 $(GTK_CFLAGS) \
178 $(DBUS_CFLAGS) \
179 $(GTKSPELL_CFLAGS) \
180 $(STARTUP_NOTIFICATION_CFLAGS) \
181 $(LIBXML_CFLAGS)