openbox/render/Makefile.am
Dana Jansens 3f32dfa87e this is going to break the kernel/ building.
lots of modifications to the render API, prefixing everything, making proper
names for everything. the structures are not hidden/opaque yet, but the naming scheme of the public API works much better now.
2003-06-20 07:58:51 +00:00

41 lines
790 B
Makefile

themedir=$(datadir)/openbox/themes
theme=operation
CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) $(GL_CFLAGS) @CPPFLAGS@ \
-DG_LOG_DOMAIN=\"Render\" \
-DDEFAULT_THEME=\"$(theme)\" \
-DTHEMEDIR=\"$(themedir)\"
INCLUDES=-I..
LIBS=$(XFT_LIBS) $(GLIB_LIBS) $(GL_LIBS) @LIBS@
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.c \
instance.h \
instance.c
noinst_HEADERS=render.h gradient.h color.h font.h mask.h image.h
MAINTAINERCLEANFILES=Makefile.in
distclean-local:
$(RM) *\~ *.orig *.rej .\#*