Mercurial > pidgin
annotate finch/libgnt/Makefile.am @ 27111:510f07e1f5c1
Strip trailing whitespace and comment #endif marcos that close #ifdef macros
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 18 Jun 2009 19:08:24 +0000 |
parents | 35430bc421c2 |
children |
rev | line source |
---|---|
22738
35621ae24544
pygnt's home has been http://repo.or.cz/w/python-gnt.git for a while.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
21800
diff
changeset
|
1 EXTRA_DIST=genmarshal |
15817 | 2 |
18074
7e309149360f
Make the irssi wm work.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18069
diff
changeset
|
3 SUBDIRS = . wms |
15817 | 4 pkgconfigdir = $(libdir)/pkgconfig |
5 pkgconfig_DATA = gnt.pc | |
6 | |
7 lib_LTLIBRARIES = libgnt.la | |
8 | |
24558
e2e57d3c0578
Use glib log functions to show error messages.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
22738
diff
changeset
|
9 noinst_HEADERS = gntinternal.h |
e2e57d3c0578
Use glib log functions to show error messages.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
22738
diff
changeset
|
10 |
16158
1a64f972865c
Add BUILT_SOURCES to libgnt's Makefile.am. Patch from sadrul to fix the
Stu Tomlinson <stu@nosnilmot.com>
parents:
15846
diff
changeset
|
11 BUILT_SOURCES = gntmarshal.h |
1a64f972865c
Add BUILT_SOURCES to libgnt's Makefile.am. Patch from sadrul to fix the
Stu Tomlinson <stu@nosnilmot.com>
parents:
15846
diff
changeset
|
12 |
15817 | 13 libgnt_la_SOURCES = \ |
14 gntmarshal.c \ | |
15 gntwidget.c \ | |
16 gntbindable.c \ | |
17 gntbox.c \ | |
18 gntbutton.c \ | |
19 gntcheckbox.c \ | |
20 gntclipboard.c \ | |
21 gntcolors.c \ | |
22 gntcombobox.c \ | |
23 gntentry.c \ | |
15846
a2ab257116ce
File selector dialog. Still in an experimental state. When properly complete, this can be used for file/folder-request etc.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15817
diff
changeset
|
24 gntfilesel.c \ |
15817 | 25 gntkeys.c \ |
26 gntlabel.c \ | |
27 gntline.c \ | |
28 gntmenu.c \ | |
29 gntmenuitem.c \ | |
30 gntmenuitemcheck.c \ | |
26555
35430bc421c2
Add a simple progress-bar in libgnt.
Saleem Abdulrasool <compnerd@compnerd.org>
parents:
26359
diff
changeset
|
31 gntprogressbar.c \ |
18353
caa25e0ff358
Build the slider widget.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18074
diff
changeset
|
32 gntslider.c \ |
15817 | 33 gntstyle.c \ |
34 gnttextview.c \ | |
35 gnttree.c \ | |
36 gntutils.c \ | |
37 gntwindow.c \ | |
38 gntwm.c \ | |
17698
56d2ae9cbb5c
Initial workspace support. refs #51
Richard Nelson <wabz@pidgin.im>
parents:
16168
diff
changeset
|
39 gntws.c \ |
15817 | 40 gntmain.c |
41 | |
42 libgnt_la_headers = \ | |
43 gntwidget.h \ | |
44 gntbindable.h \ | |
45 gntbox.h \ | |
46 gntbutton.h \ | |
47 gntcheckbox.h \ | |
48 gntclipboard.h \ | |
49 gntcolors.h \ | |
50 gntcombobox.h \ | |
51 gntentry.h \ | |
15846
a2ab257116ce
File selector dialog. Still in an experimental state. When properly complete, this can be used for file/folder-request etc.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15817
diff
changeset
|
52 gntfilesel.h \ |
15817 | 53 gntkeys.h \ |
54 gntlabel.h \ | |
55 gntline.h \ | |
56 gntmarshal.h \ | |
57 gntmenu.h \ | |
58 gntmenuitem.h \ | |
59 gntmenuitemcheck.h \ | |
26555
35430bc421c2
Add a simple progress-bar in libgnt.
Saleem Abdulrasool <compnerd@compnerd.org>
parents:
26359
diff
changeset
|
60 gntprogressbar.h \ |
18353
caa25e0ff358
Build the slider widget.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18074
diff
changeset
|
61 gntslider.h \ |
15817 | 62 gntstyle.h \ |
63 gnttextview.h \ | |
64 gnttree.h \ | |
65 gntutils.h \ | |
66 gntwindow.h \ | |
67 gntwm.h \ | |
17698
56d2ae9cbb5c
Initial workspace support. refs #51
Richard Nelson <wabz@pidgin.im>
parents:
16168
diff
changeset
|
68 gntws.h \ |
15817 | 69 gnt.h |
70 | |
71 CLEANFILES = \ | |
72 gntmarshal.h \ | |
73 gntmarshal.c | |
74 | |
16755
91d0e590e635
gnt should reference genmarshal in the srcdir to allow building in a
Stu Tomlinson <stu@nosnilmot.com>
parents:
16674
diff
changeset
|
75 gntmarshal.c: $(srcdir)/genmarshal gntmarshal.h |
15817 | 76 echo "#include \"gntmarshal.h\"" > $@ |
17155
36f97c87e980
Remove a Useless Use Of Cat (tm) (which might actually help Alver's IRIX
Stu Tomlinson <stu@nosnilmot.com>
parents:
16755
diff
changeset
|
77 glib-genmarshal --prefix=gnt_closure_marshal --body $(srcdir)/genmarshal >> $@ |
15817 | 78 |
16755
91d0e590e635
gnt should reference genmarshal in the srcdir to allow building in a
Stu Tomlinson <stu@nosnilmot.com>
parents:
16674
diff
changeset
|
79 gntmarshal.h: $(srcdir)/genmarshal |
17155
36f97c87e980
Remove a Useless Use Of Cat (tm) (which might actually help Alver's IRIX
Stu Tomlinson <stu@nosnilmot.com>
parents:
16755
diff
changeset
|
80 glib-genmarshal --prefix=gnt_closure_marshal --header $(srcdir)/genmarshal > $@ |
15817 | 81 |
82 libgnt_laincludedir=$(includedir)/gnt | |
83 libgnt_lainclude_HEADERS = \ | |
84 $(libgnt_la_headers) | |
85 | |
86 libgnt_la_DEPENDENCIES = | |
16674
171acd9ebb1a
Separate so versioning for libgnt.
Richard Laager <rlaager@wiktel.com>
parents:
16168
diff
changeset
|
87 libgnt_la_LDFLAGS = -export-dynamic -version_info $(GNT_LT_VERSION_INFO) -no-undefined |
15817 | 88 libgnt_la_LIBADD = \ |
89 $(GLIB_LIBS) \ | |
16125
5f204f55af09
Add a utility function to create widgets from an XML description.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15846
diff
changeset
|
90 $(GNT_LIBS) \ |
21800
73aab5bdd830
Allow loading python scripts at runtime.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
19995
diff
changeset
|
91 $(LIBXML_LIBS) \ |
73aab5bdd830
Allow loading python scripts at runtime.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
19995
diff
changeset
|
92 $(PY_LIBS) |
15817 | 93 |
94 AM_CPPFLAGS = \ | |
95 $(GLIB_CFLAGS) \ | |
96 $(GNT_CFLAGS) \ | |
16125
5f204f55af09
Add a utility function to create widgets from an XML description.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15846
diff
changeset
|
97 $(DEBUG_CFLAGS) \ |
21800
73aab5bdd830
Allow loading python scripts at runtime.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
19995
diff
changeset
|
98 $(LIBXML_CFLAGS) \ |
73aab5bdd830
Allow loading python scripts at runtime.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
19995
diff
changeset
|
99 $(PY_CFLAGS) |