]> Dogcows Code - chaz/openbox/blobdiff - build/Makefile.incl.in
remove some unneeded vars
[chaz/openbox] / build / Makefile.incl.in
index 6bdf7082e201ea617fff85f246ba553bf57da3b5..603055a7a46b762435e55cbfae1e3b10be363545 100644 (file)
@@ -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)
This page took 0.024587 seconds and 4 git commands to generate.