From ce901a234111f0a6cf98b441c011289ce0d0bdfa Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 3 Apr 2003 21:02:13 +0000 Subject: more build fixes, calling the other makefiles instead of including them --- build/Makefile.incl.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'build/Makefile.incl.in') 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) -- cgit v1.2.3