summaryrefslogtreecommitdiff
path: root/build/Makefile.incl.in
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-03 21:02:13 +0000
committerDana Jansens <danakj@orodu.net>2003-04-03 21:02:13 +0000
commitce901a234111f0a6cf98b441c011289ce0d0bdfa (patch)
tree9a13756d08ea31a85a22bc5987b2f4d5818c5513 /build/Makefile.incl.in
parent2d81fb038b0690e73518a644ce73ff8c44565707 (diff)
more build fixes, calling the other makefiles instead of including them
Diffstat (limited to 'build/Makefile.incl.in')
-rw-r--r--build/Makefile.incl.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/build/Makefile.incl.in b/build/Makefile.incl.in
index 6bdf7082..603055a7 100644
--- a/build/Makefile.incl.in
+++ b/build/Makefile.incl.in
@@ -24,6 +24,7 @@ INSTALL = @INSTALL@
LIBTOOL = @LIBTOOL@
srcdir = @srcdir@
+
# non-recursive!
top_builddir = .
@@ -41,4 +42,9 @@ plugindir = $(libdir)/openbox/plugins
rcdir = $(datadir)/openbox
themesdir = $(datadir)/openbox/themes
-binary = openbox3
+depdir = .deps
+
+COMPILE = $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS)
+DEPCOMPILE = $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS)
+LINK = $(LIBTOOL) --mode=link $(CC)
+LTCLEAN = $(LIBTOOL) --mode=clean $(RM)