Mercurial > pidgin.yaz
annotate console/Makefile.am @ 14497:ae0f94b7f396
[gaim-migrate @ 17216]
Use fstat() on the opened fd instead of stat() on the file separately. Use static buffers in a few places to avoid unnecessary memory allocation and freeing.
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Sun, 10 Sep 2006 15:07:46 +0000 |
parents | f283ebe419e4 |
children | 108ab3e74d51 |
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 |
14227 | 3 SUBDIRS = libgnt plugins |
14191
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
4 |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
5 bin_PROGRAMS = gntgaim |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
6 |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
7 gntgaim_SOURCES = \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
8 gntaccount.c \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
9 gntblist.c \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
10 gntconn.c \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
11 gntconv.c \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
12 gntdebug.c \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
13 gntgaim.c \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
14 gntnotify.c \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
15 gntplugin.c \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
16 gntprefs.c \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
17 gntrequest.c \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
18 gntstatus.c \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
19 gntui.c |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
20 |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
21 gntgaim_headers = \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
22 gntaccount.h \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
23 gntblist.h \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
24 gntconn.h \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
25 gntconv.h \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
26 gntdebug.h \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
27 gntnotify.h \ |
14490 | 28 gntplugin.h \ |
14191
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
29 gntprefs.h \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
30 gntrequest.h \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
31 gntstatus.h \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
32 gntui.h |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
33 |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
34 gntgaimincludedir=$(includedir)/gaim/gnt |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
35 gntgaiminclude_HEADERS = \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
36 $(gntgaim_headers) |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
37 |
14228 | 38 gntgaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) |
14191
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
39 gntgaim_LDFLAGS = -export-dynamic |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
40 gntgaim_LDADD = \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
41 @LIBOBJS@ \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
42 $(DBUS_LIBS) \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
43 $(STATIC_LINK_LIBS) \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
44 $(INTLLIBS) \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
45 $(GLIB_LIBS) \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
46 $(LIBXML_LIBS) \ |
14228 | 47 $(GNT_LIBS) \ |
14435
9c6533500fff
[gaim-migrate @ 17149]
Gary Kramlich <grim@reaperworld.com>
parents:
14428
diff
changeset
|
48 ./libgnt/libgnt.la \ |
9c6533500fff
[gaim-migrate @ 17149]
Gary Kramlich <grim@reaperworld.com>
parents:
14428
diff
changeset
|
49 $(top_builddir)/libgaim/libgaim.la |
14191
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
50 |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
51 AM_CPPFLAGS = \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
52 -DSTANDALONE \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
53 -DBR_PTHREADS=0 \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
54 -DDATADIR=\"$(datadir)\" \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
55 -DLIBDIR=\"$(libdir)/gaim/\" \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
56 -DLOCALEDIR=\"$(datadir)/locale\" \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
57 -DSYSCONFDIR=\"$(sysconfdir)\" \ |
14192
60b1bc8dbf37
[gaim-migrate @ 16863]
Evan Schoenberg <evan.s@dreskin.net>
parents:
14191
diff
changeset
|
58 -I$(top_srcdir)/libgaim/ \ |
14270
4c82afb76534
[gaim-migrate @ 16953]
Richard Laager <rlaager@wiktel.com>
parents:
14228
diff
changeset
|
59 -I$(top_srcdir) \ |
4c82afb76534
[gaim-migrate @ 16953]
Richard Laager <rlaager@wiktel.com>
parents:
14228
diff
changeset
|
60 -I$(srcdir)/libgnt/ \ |
14191
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
61 $(DEBUG_CFLAGS) \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
62 $(GLIB_CFLAGS) \ |
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
63 $(DBUS_CFLAGS) \ |
14428
f3645fe3da47
[gaim-migrate @ 17142]
Gary Kramlich <grim@reaperworld.com>
parents:
14270
diff
changeset
|
64 $(LIBXML_CFLAGS) \ |
f3645fe3da47
[gaim-migrate @ 17142]
Gary Kramlich <grim@reaperworld.com>
parents:
14270
diff
changeset
|
65 $(GNT_CFLAGS) |
14206
c2b3ecb1a99b
[gaim-migrate @ 16880]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
14192
diff
changeset
|
66 endif |