]> Dogcows Code - chaz/openbox/blob - render/Makefile.am
move the gettext header out to the root source dir
[chaz/openbox] / render / Makefile.am
1 themedir=$(datadir)/openbox/themes
2
3 theme=operation
4
5 AM_CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) $(GL_CFLAGS) \
6 -DG_LOG_DOMAIN=\"Render\" \
7 -DDEFAULT_THEME=\"$(theme)\" \
8 -DTHEMEDIR=\"$(themedir)\"
9
10 INCLUDES=-I..
11 LIBS=$(XFT_LIBS) $(GLIB_LIBS) $(GL_LIBS) @LIBS@
12
13 noinst_PROGRAMS=rendertest
14 rendertest_LDFLAGS=-lobrender -L.
15 rendertest_SOURCES=test.c
16
17 lib_LTLIBRARIES=libobrender.la
18 libobrender_la_SOURCES=\
19 color.h \
20 color.c \
21 font.h \
22 font.c \
23 gradient.h \
24 gradient.c \
25 image.h \
26 image.c \
27 mask.h \
28 mask.c \
29 render.h \
30 render.c \
31 theme.h \
32 theme.c \
33 instance.h \
34 instance.c
35
36
37 noinst_HEADERS=render.h gradient.h color.h font.h mask.h image.h
38
39 MAINTAINERCLEANFILES=Makefile.in
40
41 distclean-local:
42 $(RM) *\~ *.orig *.rej .\#*
This page took 0.037679 seconds and 4 git commands to generate.