]> Dogcows Code - chaz/openbox/blobdiff - build/Makefile.incl.in
fixes for build system. add themes to the install process. use the build/ dir for...
[chaz/openbox] / build / Makefile.incl.in
index 603055a7a46b762435e55cbfae1e3b10be363545..b6da814f3eb497374d879cf2d90b8a4351c923a4 100644 (file)
@@ -1,3 +1,6 @@
+CC = @CC@
+MAKE += --no-print-directory
+
 CFLAGS = @CFLAGS@
 CPPFLAGS = -I. -I$(srcdir) @CPPFLAGS@ \
   -DLOCALEDIR=\"$(localedir)\" \
@@ -40,11 +43,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
 
 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)
This page took 0.023136 seconds and 4 git commands to generate.