]> icculus.org git repositories - dana/openbox.git/blob - engines/openbox/Makefile.am
create a generic tokenizer/sectionizer for the config file. pass off the token to...
[dana/openbox.git] / engines / openbox / Makefile.am
1 enginedir=$(libdir)/openbox/engines
2 themedir=$(datadir)/openbox/themes/openbox
3
4 CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) @CPPFLAGS@ \
5 -DENGINEDIR=\"$(enginedir)\" \
6 -DTHEMEDIR=\"$(themedir)\" \
7 -DDEFAULT_THEME=\"nyz\" \
8 -DG_LOG_DOMAIN=\"Openbox-Engine\"
9
10 engine_LTLIBRARIES=openbox.la
11
12 openbox_la_LDFLAGS=-module -avoid-version
13 openbox_la_SOURCES=obengine.c obtheme.c obrender.c
14
15 noinst_HEADERS=obengine.h obtheme.h obrender.h
16
17 MAINTAINERCLEANFILES= Makefile.in
18
19 distclean-local:
20         $(RM) *\~ *.orig *.rej .\#*