Mercurial > pidgin
annotate console/Makefile.am @ 15740:2273694a865d
gntcombobox: lost_focus fix, tidy tree size
author | Richard Nelson <wabz@pidgin.im> |
---|---|
date | Tue, 27 Feb 2007 04:58:18 +0000 |
parents | 73219517f583 |
children |
rev | line source |
---|---|
14206
c2b3ecb1a99b
[gaim-migrate @ 16880]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14192
diff
changeset
|
1 if ENABLE_GNT |
c2b3ecb1a99b
[gaim-migrate @ 16880]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14192
diff
changeset
|
2 |
15725
1e4f4e000c76
Fix bug# 1653581: "2.0beta6 does not compile on Solaris 9 w/gcc 3.4.6" because getopt.h was missing from the tarball.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15640
diff
changeset
|
3 EXTRA_DIST = \ |
1e4f4e000c76
Fix bug# 1653581: "2.0beta6 does not compile on Solaris 9 w/gcc 3.4.6" because getopt.h was missing from the tarball.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15640
diff
changeset
|
4 getopt.c \ |
1e4f4e000c76
Fix bug# 1653581: "2.0beta6 does not compile on Solaris 9 w/gcc 3.4.6" because getopt.h was missing from the tarball.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15640
diff
changeset
|
5 getopt.h \ |
1e4f4e000c76
Fix bug# 1653581: "2.0beta6 does not compile on Solaris 9 w/gcc 3.4.6" because getopt.h was missing from the tarball.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15640
diff
changeset
|
6 getopt1.c |
1e4f4e000c76
Fix bug# 1653581: "2.0beta6 does not compile on Solaris 9 w/gcc 3.4.6" because getopt.h was missing from the tarball.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15640
diff
changeset
|
7 |
14227 | 8 SUBDIRS = libgnt plugins |
14191
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
9 |
14585 | 10 bin_PROGRAMS = gaim-text |
14191
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
11 |
14585 | 12 gaim_text_SOURCES = \ |
14191
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
13 gntaccount.c \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
14 gntblist.c \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
15 gntconn.c \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
16 gntconv.c \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
17 gntdebug.c \ |
15640
35fa1d1c4ef2
Patch from Richard 'wabz' Nelson to add file-transfer ui. Amazing stuff\!
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15502
diff
changeset
|
18 gntft.c \ |
14191
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
19 gntgaim.c \ |
15739
73219517f583
gntgaim idle reporting, this fixes idle return
Richard Nelson <wabz@pidgin.im>
parents:
15725
diff
changeset
|
20 gntidle.c \ |
14191
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
21 gntnotify.c \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
22 gntplugin.c \ |
15502
704d40050800
Wonderful patch from Richard 'wabz' Nelson to fix the bug of lacking a pounce ui.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15465
diff
changeset
|
23 gntpounce.c \ |
14191
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
24 gntprefs.c \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
25 gntrequest.c \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
26 gntstatus.c \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
27 gntui.c |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
28 |
14585 | 29 gaim_text_headers = \ |
14191
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
30 gntaccount.h \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
31 gntblist.h \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
32 gntconn.h \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
33 gntconv.h \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
34 gntdebug.h \ |
15640
35fa1d1c4ef2
Patch from Richard 'wabz' Nelson to add file-transfer ui. Amazing stuff\!
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15502
diff
changeset
|
35 gntft.h \ |
14507 | 36 gntgaim.h \ |
15739
73219517f583
gntgaim idle reporting, this fixes idle return
Richard Nelson <wabz@pidgin.im>
parents:
15725
diff
changeset
|
37 gntidle.h \ |
14191
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
38 gntnotify.h \ |
14490 | 39 gntplugin.h \ |
15502
704d40050800
Wonderful patch from Richard 'wabz' Nelson to fix the bug of lacking a pounce ui.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15465
diff
changeset
|
40 gntpounce.h \ |
14191
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
41 gntprefs.h \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
42 gntrequest.h \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
43 gntstatus.h \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
44 gntui.h |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
45 |
14585 | 46 gaim_textincludedir=$(includedir)/gaim/gnt |
47 gaim_textinclude_HEADERS = \ | |
48 $(gaim_text_headers) | |
14191
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
49 |
15152
be2feab10c71
[gaim-migrate @ 17938]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14585
diff
changeset
|
50 gaim_text_DEPENDENCIES = @LIBOBJS@ |
14585 | 51 gaim_text_LDFLAGS = -export-dynamic |
52 gaim_text_LDADD = \ | |
14191
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
53 @LIBOBJS@ \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
54 $(DBUS_LIBS) \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
55 $(INTLLIBS) \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
56 $(GLIB_LIBS) \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
57 $(LIBXML_LIBS) \ |
14228 | 58 $(GNT_LIBS) \ |
14435
9c6533500fff
[gaim-migrate @ 17149]
Gary Kramlich <grim@reaperworld.com>
parents:
14428
diff
changeset
|
59 ./libgnt/libgnt.la \ |
15465
cc1721b06dc6
%s/libgaim/libpurple/g to make it compile
Luke Schierer <lschiere@pidgin.im>
parents:
15373
diff
changeset
|
60 $(top_builddir)/libpurple/libpurple.la |
14191
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
61 |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
62 AM_CPPFLAGS = \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
63 -DSTANDALONE \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
64 -DBR_PTHREADS=0 \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
65 -DDATADIR=\"$(datadir)\" \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
66 -DLIBDIR=\"$(libdir)/gaim/\" \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
67 -DLOCALEDIR=\"$(datadir)/locale\" \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
68 -DSYSCONFDIR=\"$(sysconfdir)\" \ |
15373
5fe8042783c1
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
15152
diff
changeset
|
69 -I$(top_srcdir)/libpurple/ \ |
14270
4c82afb76534
[gaim-migrate @ 16953]
Richard Laager <rlaager@wiktel.com>
parents:
14228
diff
changeset
|
70 -I$(top_srcdir) \ |
4c82afb76534
[gaim-migrate @ 16953]
Richard Laager <rlaager@wiktel.com>
parents:
14228
diff
changeset
|
71 -I$(srcdir)/libgnt/ \ |
14191
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
72 $(DEBUG_CFLAGS) \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
73 $(GLIB_CFLAGS) \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
74 $(DBUS_CFLAGS) \ |
14428
f3645fe3da47
[gaim-migrate @ 17142]
Gary Kramlich <grim@reaperworld.com>
parents:
14270
diff
changeset
|
75 $(LIBXML_CFLAGS) \ |
f3645fe3da47
[gaim-migrate @ 17142]
Gary Kramlich <grim@reaperworld.com>
parents:
14270
diff
changeset
|
76 $(GNT_CFLAGS) |
14206
c2b3ecb1a99b
[gaim-migrate @ 16880]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14192
diff
changeset
|
77 endif |