aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--data/Makefile.am4
-rw-r--r--matchbox/Makefile.am2
-rw-r--r--matchbox/client-types/Makefile.am8
-rw-r--r--matchbox/comp-mgr/Makefile.am4
-rw-r--r--matchbox/core/Makefile.am4
-rw-r--r--matchbox/managers/maemo/Makefile.am30
-rw-r--r--matchbox/managers/simple/Makefile.am30
-rw-r--r--matchbox/theme-engines/Makefile.am4
8 files changed, 43 insertions, 43 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 187fdd8..87b1d1d 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,10 +1,10 @@
SUBDIRS=themes
-pcfiles = libmatchbox2-$(MBWM2_API_VERSION).pc \
+pcfiles = libmatchbox2-@MBWM2_API_VERSION@.pc \
libmatchbox2.pc
# clutter-<major>.<minor>.pc - for generic dependencies
-libmatchbox2-$(MBWM2_API_VERSION).pc: libmatchbox2.pc
+libmatchbox2-@MBWM2_API_VERSION@.pc: libmatchbox2.pc
@cp $< $@
if ENABLE_LIBMATCHBOX
diff --git a/matchbox/Makefile.am b/matchbox/Makefile.am
index 7310e59..b9d157b 100644
--- a/matchbox/Makefile.am
+++ b/matchbox/Makefile.am
@@ -7,7 +7,7 @@ endif
MAINTAINERCLEANFILES = Makefile.in
-pkgincludedir = $(includedir)/@MBWM2_INCDIR@
+pkgincludedir = $(includedir)/$(MBWM2_INCDIR)
SUBDIRS = core client-types theme-engines $(comp) managers
diff --git a/matchbox/client-types/Makefile.am b/matchbox/client-types/Makefile.am
index ec7d37c..8bb7990 100644
--- a/matchbox/client-types/Makefile.am
+++ b/matchbox/client-types/Makefile.am
@@ -1,15 +1,15 @@
if ENABLE_COMPOSITE
-compmgr_libs = libmb-wm-client-override.a
+compmgr_libs = libmb-wm-client-override.la
compmgr_ltlibs = libmb-wm-client-override.la
endif
-THEME_LIBS = @MBWM_THEME_LIBS@/libmb-theme.a
+THEME_LIBS = $(MBWM_THEME_LIBS)/libmb-theme.la
-INCLUDES = @MBWM_INCS@ @MBWM_CFLAGS@
+INCLUDES = $(MBWM_INCS) $(MBWM_CFLAGS)
LDADD =$(THEME_LIBS)
DEPENDENCIES = $(THEME_LIBS)
-pkgincludedir = $(includedir)/@MBWM2_INCDIR@/client-types
+pkgincludedir = $(includedir)/$(MBWM2_INCDIR)/client-types
if ENABLE_LIBMATCHBOX
pkginclude_HEADERS = mb-wm-client-app.h \
diff --git a/matchbox/comp-mgr/Makefile.am b/matchbox/comp-mgr/Makefile.am
index 33fd3e8..c4c062f 100644
--- a/matchbox/comp-mgr/Makefile.am
+++ b/matchbox/comp-mgr/Makefile.am
@@ -12,7 +12,7 @@ xrender_c = mb-wm-comp-mgr-xrender.c
endif
endif
-pkgincludedir = $(includedir)/@MBWM2_INCDIR@/comp-mgr
+pkgincludedir = $(includedir)/$(MBWM2_INCDIR)/comp-mgr
if ENABLE_LIBMATCHBOX
pkginclude_HEADERS = mb-wm-comp-mgr-clutter.h mb-wm-comp-mgr.h mb-wm-comp-mgr-xrender.h
@@ -21,7 +21,7 @@ noinst_LTLIBRARIES = libmatchbox-window-manager-2-compmgr.la
libmatchbox_window_manager_2_compmgr_la_SOURCES = $(core_h) $(core_c) \
$(xrender_h) $(xrender_c) \
$(clutter_h) $(clutter_c)
-libmatchbox_window_manager_2_compmgr_la_CFLAGS = @MBWM_INCS@ @MBWM_CFLAGS@
+libmatchbox_window_manager_2_compmgr_la_CFLAGS = $(MBWM_INCS) $(MBWM_CFLAGS)
MAINTAINERCLEANFILES = Makefile.in
diff --git a/matchbox/core/Makefile.am b/matchbox/core/Makefile.am
index 2b56eb5..ba4774b 100644
--- a/matchbox/core/Makefile.am
+++ b/matchbox/core/Makefile.am
@@ -37,13 +37,13 @@ core_c = mb-wm-object.c \
mb-wm-main-context.c \
xas.c
-pkgincludedir = $(includedir)/@MBWM2_INCDIR@/core
+pkgincludedir = $(includedir)/$(MBWM2_INCDIR)/core
if ENABLE_LIBMATCHBOX
pkginclude_HEADERS = $(core_h)
endif
noinst_LTLIBRARIES = libmatchbox-window-manager-2-core.la
libmatchbox_window_manager_2_core_la_SOURCES = $(core_h) $(core_c)
-libmatchbox_window_manager_2_core_la_CFLAGS = @MBWM_INCS@ @MBWM_CFLAGS@
+libmatchbox_window_manager_2_core_la_CFLAGS = $(MBWM_INCS) $(MBWM_CFLAGS)
MAINTAINERCLEANFILES = Makefile.in
diff --git a/matchbox/managers/maemo/Makefile.am b/matchbox/managers/maemo/Makefile.am
index 98fe7f5..46d32b5 100644
--- a/matchbox/managers/maemo/Makefile.am
+++ b/matchbox/managers/maemo/Makefile.am
@@ -1,23 +1,23 @@
SUBDIRS = theme
INCLUDES = \
- @MBWM_INCS@ \
- @MBWM_CFLAGS@
+ $(MBWM_INCS) \
+ $(MBWM_CFLAGS)
CLIENT_LIBS = \
- @MBWM_CLIENT_BUILDDIR@/libmb-wm-client-panel.a \
- @MBWM_CLIENT_BUILDDIR@/libmb-wm-client-dialog.a \
- @MBWM_CLIENT_BUILDDIR@/libmb-wm-client-note.a \
- @MBWM_CLIENT_BUILDDIR@/libmb-wm-client-app.a \
- @MBWM_CLIENT_BUILDDIR@/libmb-wm-client-input.a \
- @MBWM_CLIENT_BUILDDIR@/libmb-wm-client-desktop.a \
- @MBWM_CLIENT_BUILDDIR@/libmb-wm-client-menu.a
+ $(MBWM_CLIENT_BUILDDIR)/libmb-wm-client-panel.la \
+ $(MBWM_CLIENT_BUILDDIR)/libmb-wm-client-dialog.la \
+ $(MBWM_CLIENT_BUILDDIR)/libmb-wm-client-note.la \
+ $(MBWM_CLIENT_BUILDDIR)/libmb-wm-client-app.la \
+ $(MBWM_CLIENT_BUILDDIR)/libmb-wm-client-input.la \
+ $(MBWM_CLIENT_BUILDDIR)/libmb-wm-client-desktop.la \
+ $(MBWM_CLIENT_BUILDDIR)/libmb-wm-client-menu.la
-THEME_LIBS = @MBWM_THEME_BUILDDIR@/libmb-theme.a
+THEME_LIBS = $(MBWM_THEME_BUILDDIR)/libmb-theme.la
if ENABLE_COMPOSITE
-COMPMGR_LIBS=@MBWM_COMPMGR_BUILDDIR@/libmatchbox-window-manager-2-compmgr.a \
- @MBWM_CLIENT_BUILDDIR@/libmb-wm-client-override.a
+COMPMGR_LIBS=$(MBWM_COMPMGR_BUILDDIR)/libmatchbox-window-manager-2-compmgr.la \
+ $(MBWM_CLIENT_BUILDDIR)/libmb-wm-client-override.la
endif
bin_PROGRAMS = matchbox-window-manager-2-maemo
@@ -33,14 +33,14 @@ matchbox_window_manager_2_maemo_LDFLAGS = \
$(LDFLAGS)
matchbox_window_manager_2_maemo_LDADD = \
- @MBWM_CORE_LIB@ \
+ $(MBWM_CORE_LIB) \
$(THEME_LIBS) \
$(CLIENT_LIBS) \
$(COMPMGR_LIBS) \
- @MBWM_LIBS@
+ $(MBWM_LIBS)
matchbox_window_manager_2_maemo_DEPENDENCIES = \
- @MBWM_CORE_LIB@ \
+ $(MBWM_CORE_LIB) \
$(THEME_LIBS) \
$(CLIENT_LIBS) \
$(COMPMGR_LIBS)
diff --git a/matchbox/managers/simple/Makefile.am b/matchbox/managers/simple/Makefile.am
index 6bae28c..d232593 100644
--- a/matchbox/managers/simple/Makefile.am
+++ b/matchbox/managers/simple/Makefile.am
@@ -1,22 +1,22 @@
INCLUDES = \
- @MBWM_INCS@ \
- @MBWM_CFLAGS@
+ $(MBWM_INCS) \
+ $(MBWM_CFLAGS)
CLIENT_LIBS = \
- @MBWM_CLIENT_BUILDDIR@/libmb-wm-client-panel.la \
- @MBWM_CLIENT_BUILDDIR@/libmb-wm-client-dialog.la \
- @MBWM_CLIENT_BUILDDIR@/libmb-wm-client-note.la \
- @MBWM_CLIENT_BUILDDIR@/libmb-wm-client-app.la \
- @MBWM_CLIENT_BUILDDIR@/libmb-wm-client-input.la \
- @MBWM_CLIENT_BUILDDIR@/libmb-wm-client-desktop.la \
- @MBWM_CLIENT_BUILDDIR@/libmb-wm-client-menu.la
+ $(MBWM_CLIENT_BUILDDIR)/libmb-wm-client-panel.la \
+ $(MBWM_CLIENT_BUILDDIR)/libmb-wm-client-dialog.la \
+ $(MBWM_CLIENT_BUILDDIR)/libmb-wm-client-note.la \
+ $(MBWM_CLIENT_BUILDDIR)/libmb-wm-client-app.la \
+ $(MBWM_CLIENT_BUILDDIR)/libmb-wm-client-input.la \
+ $(MBWM_CLIENT_BUILDDIR)/libmb-wm-client-desktop.la \
+ $(MBWM_CLIENT_BUILDDIR)/libmb-wm-client-menu.la
if ENABLE_COMPOSITE
-COMPMGR_LIBS=@MBWM_COMPMGR_BUILDDIR@/libmatchbox-window-manager-2-compmgr.la \
- @MBWM_CLIENT_BUILDDIR@/libmb-wm-client-override.la
+COMPMGR_LIBS=$(MBWM_COMPMGR_BUILDDIR)/libmatchbox-window-manager-2-compmgr.la \
+ $(MBWM_CLIENT_BUILDDIR)/libmb-wm-client-override.la
endif
-THEME_LIBS = @MBWM_THEME_BUILDDIR@/libmb-theme.la
+THEME_LIBS = $(MBWM_THEME_BUILDDIR)/libmb-theme.la
bin_PROGRAMS = matchbox-window-manager-2-simple
@@ -28,15 +28,15 @@ matchbox_window_manager_2_simple_LDFLAGS = \
$(LDFLAGS)
matchbox_window_manager_2_simple_LDADD = \
- @MBWM_CORE_LIB@ \
+ $(MBWM_CORE_LIB) \
$(THEME_LIBS) \
$(CLIENT_LIBS) \
$(COMPMGR_LIBS) \
- @MBWM_LIBS@
+ $(MBWM_LIBS)
matchbox_window_manager_2_simple_DEPENDENCIES = \
- @MBWM_CORE_LIB@ \
+ $(MBWM_CORE_LIB) \
$(THEME_LIBS) \
$(CLIENT_LIBS) \
$(COMPMGR_LIBS)
diff --git a/matchbox/theme-engines/Makefile.am b/matchbox/theme-engines/Makefile.am
index 0c04579..ee7f594 100644
--- a/matchbox/theme-engines/Makefile.am
+++ b/matchbox/theme-engines/Makefile.am
@@ -5,7 +5,7 @@ endif
COMMON_SRC = mb-wm-theme.h mb-wm-theme.c mb-wm-theme-xml.h mb-wm-theme-xml.c
-pkgincludedir = $(includedir)/@MBWM2_INCDIR@/theme-engines
+pkgincludedir = $(includedir)/$(MBWM2_INCDIR)/theme-engines
if ENABLE_LIBMATCHBOX
pkginclude_HEADERS = mb-wm-theme.h mb-wm-theme-png.h mb-wm-theme-xml.h
@@ -14,6 +14,6 @@ noinst_LTLIBRARIES = libmb-theme.la
libmb_theme_la_SOURCES = $(COMMON_SRC) $(PNG_SRC)
libmb_theme_la_CFLAGS =
-INCLUDES = @MBWM_INCS@ @MBWM_CFLAGS@ -DDATADIR=\"$(datadir)\"
+INCLUDES = $(MBWM_INCS) $(MBWM_CFLAGS) -DDATADIR=\"$(datadir)\"
MAINTAINERCLEANFILES = config.h.in Makefile.in