summaryrefslogtreecommitdiff
path: root/build/Makefile.incl.in
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-06 10:21:56 +0000
committerDana Jansens <danakj@orodu.net>2003-04-06 10:21:56 +0000
commit8a4e27bdc362e3781ac947ff5536c1f0dbd3ba60 (patch)
tree49d76b103ba6cb0b753abb5d1cd769dc256d4bb0 /build/Makefile.incl.in
parent5d665673a29be21fe4ecad870d0a2d4f5c2f308d (diff)
more build system fixups
Diffstat (limited to 'build/Makefile.incl.in')
-rw-r--r--build/Makefile.incl.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/build/Makefile.incl.in b/build/Makefile.incl.in
index b6da814f..c87609c2 100644
--- a/build/Makefile.incl.in
+++ b/build/Makefile.incl.in
@@ -1,4 +1,7 @@
+# @configure_input@
+
CC = @CC@
+@SET_MAKE@
MAKE += --no-print-directory
CFLAGS = @CFLAGS@
@@ -11,6 +14,7 @@ CPPFLAGS = -I. -I$(srcdir) @CPPFLAGS@ \
-DBINARY=\"$(binary)\"
DEFS = @DEFS@
LIBS = @LIBS@
+LDFLAGS = @LDFLAGS@
GLIB_CFLAGS = @GLIB_CFLAGS@
GLIB_LIBS = @GLIB_LIBS@ -DG_DISABLE_DEPRECATED
@@ -27,9 +31,8 @@ INSTALL = @INSTALL@
LIBTOOL = @LIBTOOL@
srcdir = @srcdir@
-
-# non-recursive!
top_builddir = .
+depdir = .deps
prefix ?= @prefix@
exec_prefix ?= @exec_prefix@
@@ -45,8 +48,6 @@ plugindir = $(libdir)/openbox/plugins
rcdir = $(datadir)/openbox
themedir = $(datadir)/openbox/themes
-depdir = .deps
-
COMPILE = $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS)
DEPCOMPILE = $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS)