jcs ratpoison hax
1## Process this file with automake to produce Makefile.in
2## Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca>
3##
4## This file is part of ratpoison.
5##
6## ratpoison is free software; you can redistribute it and/or modify
7## it under the terms of the GNU General Public License as published by
8## the Free Software Foundation; either version 2 of the License, or
9## (at your option) any later version.
10##
11## ratpoison is distributed in the hope that it will be useful,
12## but WITHOUT ANY WARRANTY; without even the implied warranty of
13## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14## GNU General Public License for more details.
15##
16## You should have received a copy of the GNU General Public License
17## along with this program; if not, write to the Free Software
18## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19
20bin_PROGRAMS = ratpoison
21MAINTAINERCLEANFILES = Makefile.in config.h.in
22
23AM_CPPFLAGS=-DSYSCONFDIR='"$(sysconfdir)"' ${X_CFLAGS} ${XFT_CFLAGS}
24ratpoison_LDADD=${XFT_LIBS} ${X_LIBS} ${X_EXTRA_LIBS} ${HISTORY_LIBS}
25
26ratpoison_SOURCES = actions.c \
27 actions.h \
28 bar.c \
29 bar.h \
30 completions.c \
31 completions.h \
32 communications.c \
33 communications.h \
34 conf.h \
35 data.h \
36 editor.c \
37 editor.h \
38 events.c \
39 events.h \
40 format.c \
41 format.h \
42 frame.c \
43 frame.h \
44 getopt.c \
45 getopt.h \
46 getopt1.c \
47 globals.h \
48 globals.c \
49 group.h \
50 group.c \
51 history.h \
52 history.c \
53 hook.c \
54 hook.h \
55 input.c \
56 input.h \
57 linkedlist.h \
58 linkedlist.c \
59 main.c \
60 manage.c \
61 manage.h \
62 messages.h \
63 number.c \
64 number.h \
65 ratpoison.h \
66 sbuf.c \
67 sbuf.h \
68 screen.h \
69 screen.c \
70 split.c \
71 split.h \
72 utf8.c \
73 utf8.h \
74 util.c \
75 util.h \
76 window.c \
77 window.h \
78 xrandr.c \
79 xrandr.h
80
81TESTS = test-sbuf-utf8-nconcat
82check_PROGRAMS = test-sbuf-utf8-nconcat
83
84test_sbuf_utf8_nconcat_SOURCES = \
85 test-sbuf-utf8-nconcat.c \
86 sbuf.c \
87 sbuf.h \
88 utf8.c \
89 utf8.h \
90 util.c \
91 util.h