diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-03 05:59:03 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-03 05:59:03 +0000 |
| commit | d447dc0f59619d26073699d9f81d7de77c200be4 (patch) | |
| tree | fae507e2a2568d249b0681bfc255ea3941a71a6f /build/Makefile.incl.in | |
| parent | 28a4456c46976ba5c58a300dfa67109227bc1583 (diff) | |
new build system without automake
Diffstat (limited to 'build/Makefile.incl.in')
| -rw-r--r-- | build/Makefile.incl.in | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/build/Makefile.incl.in b/build/Makefile.incl.in new file mode 100644 index 00000000..6bdf7082 --- /dev/null +++ b/build/Makefile.incl.in @@ -0,0 +1,44 @@ +CFLAGS = @CFLAGS@ +CPPFLAGS = -I. -I$(srcdir) @CPPFLAGS@ \ + -DLOCALEDIR=\"$(localedir)\" \ + -DRCDIR=\"$(rcdir)\" \ + -DPLUGINDIR=\"$(plugindir)\" \ + -DENGINEDIR=\"$(enginedir)\" \ + -DDEFAULT_ENGINE=\"openbox\" \ + -DBINARY=\"$(binary)\" +DEFS = @DEFS@ +LIBS = @LIBS@ + +GLIB_CFLAGS = @GLIB_CFLAGS@ +GLIB_LIBS = @GLIB_LIBS@ -DG_DISABLE_DEPRECATED + +GMODULE_CFLAGS = @GMODULE_CFLAGS@ +GMODULE_LIBS = @GMODULE_LIBS@ -DG_DISABLE_DEPRECATED + +XFT_CFLAGS = @XFT_CFLAGS@ +XFT_LIBS = @XFT_LIBS@ + +FLEX = @FLEX@ +BISON = @BISON@ +INSTALL = @INSTALL@ +LIBTOOL = @LIBTOOL@ + +srcdir = @srcdir@ +# non-recursive! +top_builddir = . + +prefix ?= @prefix@ +exec_prefix ?= @exec_prefix@ + +bindir ?= @bindir@ +libdir ?= @libdir@ +includedir ?= @includedir@ +datadir ?= @datadir@ + +localedir = $(datadir)/locale +enginedir = $(libdir)/openbox/engines +plugindir = $(libdir)/openbox/plugins +rcdir = $(datadir)/openbox +themesdir = $(datadir)/openbox/themes + +binary = openbox3 |
