]> icculus.org git repositories - dana/openbox.git/blob - glft/Makefile.am
the kernel is using th gl shit to render itself, but with the old style frame shit...
[dana/openbox.git] / glft / Makefile.am
1 themedir=$(datadir)/openbox/themes
2
3 theme=operation
4
5 CPPFLAGS=$(FC_CFLAGS) $(GLIB_CFLAGS) $(GL_CFLAGS) @CPPFLAGS@ \
6          $(shell freetype-config --cflags) \
7          -DG_LOG_DOMAIN=\"GlFt\" \
8          -DDEFAULT_THEME=\"$(theme)\" \
9          -DTHEMEDIR=\"$(themedir)\"
10
11 INCLUDES=-I..
12 LIBS=$(FC_LIBS) $(GLIB_LIBS) $(X_LIBS) $(GL_LIBS) \
13      $(shell freetype-config --libs) @LIBS@
14
15 noinst_PROGRAMS=glfttest
16 glfttest_LDFLAGS=-lglft -L.
17 glfttest_SOURCES=test.c
18
19 lib_LTLIBRARIES=libglft.la
20 libglft_la_SOURCES=\
21         init.c \
22         font.c \
23         debug.c \
24         render.c
25
26 noinst_HEADERS=\
27         glft.h \
28         font.h \
29         init.h \
30         debug.h \
31         render.h
32
33 MAINTAINERCLEANFILES=Makefile.in
34
35 distclean-local:
36         $(RM) *\~ *.orig *.rej .\#*