]> icculus.org git repositories - dana/obconf.git/blob - Makefile.am
forget that..
[dana/obconf.git] / Makefile.am
1 SUBDIRS = po
2
3 localedir       = $(datadir)/locale
4 gladedir        = $(datadir)/obconf
5 pixmapdir       = $(datadir)/pixmaps
6 themedir        = $(datadir)/openbox/themes
7 desktopdir      = $(datadir)/applications
8 mimedir         = $(datadir)/mime
9 mimepkgdir      = $(datadir)/mime/packages
10 kdemimedir      = $(datadir)/mimelnk/application
11
12 AUTOMAKE_OPTIONS = subdir-objects
13 ACLOCAL_AMFLAGS = -I m4
14
15 bin_PROGRAMS = \
16         src/obconf
17
18 src_obconf_CPPFLAGS = \
19         $(OPENBOX_CFLAGS) \
20         $(LIBSTARTUPNOTIFICATION_CFLAGS) \
21         $(GTK_CFLAGS) \
22         $(GLADE_CFLAGS) \
23         $(GDK_PIXBUF_CFLAGS) \
24         $(XML_CFLAGS) \
25         -DLOCALEDIR=\"$(localedir)\" \
26         -DPIXMAPDIR=\"$(pixmapdir)\" \
27         -DGLADEDIR=\"$(gladedir)\" \
28         -DTHEMEDIR=\"$(themedir)\" \
29         -DG_LOG_DOMAIN=\"Obconf\"
30 src_obconf_LDADD = \
31         $(OPENBOX_LIBS) \
32         $(LIBSTARTUPNOTIFICATION_LIBS) \
33         $(GTK_LIBS) \
34         $(GLADE_LIBS) \
35         $(GDK_PIXBUF_LIBS) \
36         $(LIBINTL) \
37         $(ZLIB_LIBS) \
38         $(LIBTAR_LIBS)
39 src_obconf_SOURCES = \
40         src/gettext.h \
41         src/main.c \
42         src/main.h \
43         src/handlers.c \
44         src/handlers.h \
45         src/theme.c \
46         src/theme.h \
47         src/tree.c \
48         src/tree.h
49
50 dist_glade_DATA = \
51         src/obconf.glade
52
53 dist_noinst_DATA = \
54         src/obconf.gladep
55
56 dist_desktop_DATA = \
57         obconf.desktop
58
59 dist_mimepkg_DATA = \
60         obconf.xml
61
62 dist_kdemime_DATA = \
63         x-openbox-theme.desktop
64
65 EXTRA_DIST = \
66         config.rpath \
67         README \
68         COPYING \
69         AUTHORS \
70         m4/codeset.m4 \
71         m4/gettext.m4 \
72         m4/glibc21.m4 \
73         m4/glibc2.m4 \
74         m4/iconv.m4 \
75         m4/intdiv0.m4 \
76         m4/intmax.m4 \
77         m4/inttypes_h.m4 \
78         m4/inttypes-h.m4 \
79         m4/inttypes-pri.m4 \
80         m4/lcmessage.m4 \
81         m4/lib-ld.m4 \
82         m4/lib-link.m4 \
83         m4/lib-prefix.m4 \
84         m4/lock.m4 \
85         m4/longdouble.m4 \
86         m4/longlong.m4 \
87         m4/nls.m4 \
88         m4/po.m4 \
89         m4/printf-posix.m4 \
90         m4/progtest.m4 \
91         m4/signed.m4 \
92         m4/size_max.m4 \
93         m4/stdint_h.m4 \
94         m4/uintmax_t.m4 \
95         m4/ulonglong.m4 \
96         m4/visibility.m4 \
97         m4/wchar_t.m4 \
98         m4/wint_t.m4 \
99         m4/xsize.m4 \
100         debian/changelog.in \
101         debian/compat \
102         debian/control \
103         debian/menu \
104         debian/rules \
105         config.rpath