X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=build%2FMakefile.incl.in;h=a52c865c9892b8e02c2fcd403bb0bdbd81ebdfa9;hb=c83ae0a208974cfe33cbd5b90dee5016171cde38;hp=6bdf7082e201ea617fff85f246ba553bf57da3b5;hpb=d447dc0f59619d26073699d9f81d7de77c200be4;p=chaz%2Fopenbox diff --git a/build/Makefile.incl.in b/build/Makefile.incl.in index 6bdf7082..a52c865c 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 = . @@ -39,6 +40,13 @@ localedir = $(datadir)/locale enginedir = $(libdir)/openbox/engines plugindir = $(libdir)/openbox/plugins rcdir = $(datadir)/openbox -themesdir = $(datadir)/openbox/themes +themedir = $(datadir)/openbox/themes + +depdir = .deps -binary = openbox3 +COMPILE = $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) +DEPCOMPILE = $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) +LINK = $(LIBTOOL) --mode=link $(CC) +LTCLEAN = $(LIBTOOL) --mode=clean $(RM) +LTRM = $(LIBTOOL) --mode=uninstall $(RM)