2003-04-13 21:17:02 +00:00
|
|
|
themedir=$(datadir)/openbox/themes
|
|
|
|
|
|
|
|
theme=operation
|
|
|
|
|
2003-06-29 08:47:24 +00:00
|
|
|
AM_CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) $(GL_CFLAGS) \
|
|
|
|
-DG_LOG_DOMAIN=\"Render\" \
|
|
|
|
-DDEFAULT_THEME=\"$(theme)\" \
|
|
|
|
-DTHEMEDIR=\"$(themedir)\"
|
2003-04-13 21:17:02 +00:00
|
|
|
|
|
|
|
INCLUDES=-I..
|
2003-05-23 05:30:00 +00:00
|
|
|
LIBS=$(XFT_LIBS) $(GLIB_LIBS) $(GL_LIBS) @LIBS@
|
2003-04-13 21:17:02 +00:00
|
|
|
|
|
|
|
noinst_PROGRAMS=rendertest
|
|
|
|
rendertest_LDFLAGS=-lobrender -L.
|
|
|
|
rendertest_SOURCES=test.c
|
|
|
|
|
|
|
|
lib_LTLIBRARIES=libobrender.la
|
2003-06-20 07:58:51 +00:00
|
|
|
libobrender_la_SOURCES=\
|
|
|
|
color.h \
|
|
|
|
color.c \
|
|
|
|
font.h \
|
|
|
|
font.c \
|
|
|
|
gradient.h \
|
|
|
|
gradient.c \
|
|
|
|
image.h \
|
|
|
|
image.c \
|
|
|
|
mask.h \
|
|
|
|
mask.c \
|
|
|
|
render.h \
|
|
|
|
render.c \
|
2003-06-29 08:47:24 +00:00
|
|
|
theme.h \
|
2003-06-20 07:58:51 +00:00
|
|
|
theme.c \
|
|
|
|
instance.h \
|
|
|
|
instance.c
|
2003-04-13 21:17:02 +00:00
|
|
|
|
|
|
|
|
|
|
|
noinst_HEADERS=render.h gradient.h color.h font.h mask.h image.h
|
|
|
|
|
|
|
|
MAINTAINERCLEANFILES=Makefile.in
|
|
|
|
|
|
|
|
distclean-local:
|
|
|
|
$(RM) *\~ *.orig *.rej .\#*
|