]> Dogcows Code - chaz/openbox/blob - render/Makefile.am
87431ae18e22046ab1bf6dd161b508c7d0b96c3c
[chaz/openbox] / render / Makefile.am
1 themedir=$(datadir)/openbox/themes
2
3 theme=operation
4
5 CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) $(GL_CFLAGS) @CPPFLAGS@ \
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.c \
32 instance.h \
33 instance.c
34
35
36 noinst_HEADERS=render.h gradient.h color.h font.h mask.h image.h
37
38 MAINTAINERCLEANFILES=Makefile.in
39
40 distclean-local:
41 $(RM) *\~ *.orig *.rej .\#*
This page took 0.040361 seconds and 3 git commands to generate.