]> icculus.org git repositories - dana/openbox.git/blob - render2/Makefile.am
add textures
[dana/openbox.git] / render2 / Makefile.am
1 themedir=$(datadir)/openbox/themes
2
3 theme=operation
4
5 CPPFLAGS=$(FC_CFLAGS) $(GLIB_CFLAGS) $(GL_CFLAGS) @CPPFLAGS@ \
6          -DG_LOG_DOMAIN=\"Render\" \
7          -DDEFAULT_THEME=\"$(theme)\" \
8          -DTHEMEDIR=\"$(themedir)\"
9
10 INCLUDES=-I..
11 LIBS=$(GL_LIBS) @LIBS@
12
13 noinst_PROGRAMS=rendertest
14 rendertest_LDFLAGS=-lobrender2 -L.
15 rendertest_SOURCES=test.c
16
17 lib_LTLIBRARIES=libobrender2.la
18 libobrender2_la_SOURCES=\
19         init.c \
20         instance.c \
21         color.c \
22         debug.c \
23         font.c \
24         surface.c \
25         texture.h
26
27 noinst_HEADERS=\
28         render.h \
29         instance.h \
30         debug.h \
31         surface.h \
32         texture.h
33
34 MAINTAINERCLEANFILES=Makefile.in
35
36 distclean-local:
37         $(RM) *\~ *.orig *.rej .\#*