openbox/render/Makefile.am

43 lines
803 B
Text
Raw Normal View History

2003-04-13 21:17:02 +00:00
themedir=$(datadir)/openbox/themes
theme=operation
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..
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
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 \
theme.h \
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 .\#*