diff options
Diffstat (limited to 'build/Makefile.incl.in')
| -rw-r--r-- | build/Makefile.incl.in | 8 |
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) |
