diff options
36 files changed, 36 insertions, 0 deletions
diff --git a/bdock/Makefile.am b/bdock/Makefile.am index 236f7fd..953d8cb 100644 --- a/bdock/Makefile.am +++ b/bdock/Makefile.am @@ -1 +1,2 @@ +## Process this file with automake to produce Makefile.in SUBDIRS=src pixmaps diff --git a/bdock/pixmaps/Makefile.am b/bdock/pixmaps/Makefile.am index 0d2afbf..e3fcd79 100644 --- a/bdock/pixmaps/Makefile.am +++ b/bdock/pixmaps/Makefile.am @@ -1,2 +1,3 @@ +## Process this file with automake to produce Makefile.in pixmaps_DATA=*.tiff *.xpm pixmapsdir=$(datadir)/bdock/ diff --git a/bdock/src/Makefile.am b/bdock/src/Makefile.am index b438b15..dfec96f 100644 --- a/bdock/src/Makefile.am +++ b/bdock/src/Makefile.am @@ -1,3 +1,4 @@ +## Process this file with automake to produce Makefile.in bin_PROGRAMS=bdock bdock_SOURCES=main.c diff --git a/beryl-core/Makefile.am b/beryl-core/Makefile.am index 9d5b83f..e99e047 100644 --- a/beryl-core/Makefile.am +++ b/beryl-core/Makefile.am @@ -1,3 +1,4 @@ +## Process this file with automake to produce Makefile.in SUBDIRS = include src images doc EXTRA_DIST = \ diff --git a/beryl-core/doc/Makefile.am b/beryl-core/doc/Makefile.am index 8878cdb..f7fa705 100644 --- a/beryl-core/doc/Makefile.am +++ b/beryl-core/doc/Makefile.am @@ -1,2 +1,3 @@ +## Process this file with automake to produce Makefile.in man_MANS=beryl.1 beryl-xgl.1 beryl-settings-dump.1 EXTRA_DIST=$(man_MANS) diff --git a/beryl-core/images/Makefile.am b/beryl-core/images/Makefile.am index ac7b60e..9f62bf0 100644 --- a/beryl-core/images/Makefile.am +++ b/beryl-core/images/Makefile.am @@ -1,3 +1,4 @@ +## Process this file with automake to produce Makefile.in imagesdir = $(imagedir) images_DATA = \ background.png \ diff --git a/beryl-core/include/Makefile.am b/beryl-core/include/Makefile.am index 5d306c9..ed83ad8 100644 --- a/beryl-core/include/Makefile.am +++ b/beryl-core/include/Makefile.am @@ -1,2 +1,3 @@ +## Process this file with automake to produce Makefile.in glxcompincludedir = $(includedir)/beryl glxcompinclude_HEADERS = beryl.h beryl_ipcs.h diff --git a/beryl-core/mesa/include/GL/Makefile.am b/beryl-core/mesa/include/GL/Makefile.am index 199bd5c..f6ee21a 100644 --- a/beryl-core/mesa/include/GL/Makefile.am +++ b/beryl-core/mesa/include/GL/Makefile.am @@ -1,4 +1,5 @@ ## Process this file with automake to produce Makefile.in +## Process this file with automake to produce Makefile.in GLincludedir = $(includedir)/GL diff --git a/beryl-core/src/Makefile.am b/beryl-core/src/Makefile.am index 09107db..4ec6ad3 100644 --- a/beryl-core/src/Makefile.am +++ b/beryl-core/src/Makefile.am @@ -1,3 +1,4 @@ +## Process this file with automake to produce Makefile.in INCLUDES = \ @BERYL_CFLAGS@ \ @GLIB_CFLAGS@ \ diff --git a/beryl-dbus/Makefile.am b/beryl-dbus/Makefile.am index 2a54504..aa628ee 100644 --- a/beryl-dbus/Makefile.am +++ b/beryl-dbus/Makefile.am @@ -1,3 +1,4 @@ +## Process this file with automake to produce Makefile.in SUBDIRS = src EXTRA_DIST = \ diff --git a/beryl-dbus/src/Makefile.am b/beryl-dbus/src/Makefile.am index f4ca84e..bf096a9 100644 --- a/beryl-dbus/src/Makefile.am +++ b/beryl-dbus/src/Makefile.am @@ -1,3 +1,4 @@ +## Process this file with automake to produce Makefile.in PFLAGS=-module -avoid-version -no-undefined libdbus_la_LDFLAGS = $(PFLAGS) diff --git a/beryl-manager/Makefile.am b/beryl-manager/Makefile.am index 3a5f157..0713fa9 100644 --- a/beryl-manager/Makefile.am +++ b/beryl-manager/Makefile.am @@ -1,3 +1,4 @@ +## Process this file with automake to produce Makefile.in SUBDIRS = src pixmaps po doc EXTRA_DIST = \ diff --git a/beryl-manager/doc/Makefile.am b/beryl-manager/doc/Makefile.am index 1e84699..db4a2f0 100644 --- a/beryl-manager/doc/Makefile.am +++ b/beryl-manager/doc/Makefile.am @@ -1,2 +1,3 @@ +## Process this file with automake to produce Makefile.in man_MANS=beryl-manager.1 EXTRA_DIST=$(man_MANS) diff --git a/beryl-manager/pixmaps/Makefile.am b/beryl-manager/pixmaps/Makefile.am index 5733b8b..50eefb9 100644 --- a/beryl-manager/pixmaps/Makefile.am +++ b/beryl-manager/pixmaps/Makefile.am @@ -1,2 +1,3 @@ +## Process this file with automake to produce Makefile.in pixmaps_DATA=beryl-manager.png wm-select.png fall-back-wm-select.png wd-select.png pixmapsdir=$(datadir)/pixmaps diff --git a/beryl-manager/src/Makefile.am b/beryl-manager/src/Makefile.am index 503745d..80913f8 100644 --- a/beryl-manager/src/Makefile.am +++ b/beryl-manager/src/Makefile.am @@ -1,3 +1,4 @@ +## Process this file with automake to produce Makefile.in beryl_manager_CPPFLAGS=-DDATADIR='"$(datadir)"' -DPIXMAPS_DIR='"$(datadir)/pixmaps"' -DLOCALEDIR="\"@datadir@/locale\"" @CPPFLAGS@ beryl_manager_LDADD = @COMAN_LIBS@ INCLUDES = @COMAN_CFLAGS@ diff --git a/beryl-plugins/Makefile.am b/beryl-plugins/Makefile.am index bc3c0b2..cf14071 100644 --- a/beryl-plugins/Makefile.am +++ b/beryl-plugins/Makefile.am @@ -1 +1,2 @@ +## Process this file with automake to produce Makefile.in SUBDIRS = src images diff --git a/beryl-plugins/images/Makefile.am b/beryl-plugins/images/Makefile.am index eee61e4..fa8d187 100644 --- a/beryl-plugins/images/Makefile.am +++ b/beryl-plugins/images/Makefile.am @@ -1,3 +1,4 @@ +## Process this file with automake to produce Makefile.in imagesdir = $(imagedir) images_DATA = *.png EXTRA_DIST = *.png diff --git a/beryl-plugins/src/Makefile.am b/beryl-plugins/src/Makefile.am index 002459a..59b82c4 100644 --- a/beryl-plugins/src/Makefile.am +++ b/beryl-plugins/src/Makefile.am @@ -1,3 +1,4 @@ +## Process this file with automake to produce Makefile.in PFLAGS=-module -avoid-version -no-undefined libsplash_la_LDFLAGS = $(PFLAGS) libsplash_la_LIBADD = @BERYL_LIBS@ diff --git a/beryl-settings/Makefile.am b/beryl-settings/Makefile.am index 638ba15..85d5853 100644 --- a/beryl-settings/Makefile.am +++ b/beryl-settings/Makefile.am @@ -1 +1,2 @@ +## Process this file with automake to produce Makefile.in SUBDIRS = src misc pixmaps po doc diff --git a/beryl-settings/doc/Makefile.am b/beryl-settings/doc/Makefile.am index 2744911..3bb879b 100644 --- a/beryl-settings/doc/Makefile.am +++ b/beryl-settings/doc/Makefile.am @@ -1,2 +1,3 @@ +## Process this file with automake to produce Makefile.in man_MANS=beryl-settings.1 EXTRA_DIST=$(man_MANS) diff --git a/beryl-settings/misc/Makefile.am b/beryl-settings/misc/Makefile.am index fa08683..b58e039 100644 --- a/beryl-settings/misc/Makefile.am +++ b/beryl-settings/misc/Makefile.am @@ -1,3 +1,4 @@ +## Process this file with automake to produce Makefile.in desktopdir = $(datadir)/applications/ desktop_DATA = beryl-settings.desktop diff --git a/beryl-settings/pixmaps/Makefile.am b/beryl-settings/pixmaps/Makefile.am index 1740d78..59dfe23 100644 --- a/beryl-settings/pixmaps/Makefile.am +++ b/beryl-settings/pixmaps/Makefile.am @@ -1,3 +1,4 @@ +## Process this file with automake to produce Makefile.in pixmapsdir = $(datadir)/pixmaps pixmaps_DATA = *.svg EXTRA_DIST = "$(pixmaps_DATA)" diff --git a/beryl-settings/src/Makefile.am b/beryl-settings/src/Makefile.am index f2075ae..a04382b 100644 --- a/beryl-settings/src/Makefile.am +++ b/beryl-settings/src/Makefile.am @@ -1,3 +1,4 @@ +## Process this file with automake to produce Makefile.in beryl_settings_CPPFLAGS=-DPIXMAPS_DIR='"$(datadir)/pixmaps"' -DDATADIR='"$(datadir)"' -DLIBDIR='"$(libdir)"' -DLOCALEDIR="\"@datadir@/locale\"" @CPPFLAGS@ beryl_settings_LDADD = @BERYL_SETTINGS_LIBS@ INCLUDES = @BERYL_SETTINGS_CFLAGS@ diff --git a/emerald-themes/Makefile.am b/emerald-themes/Makefile.am index e8fd22a..93e40df 100644 --- a/emerald-themes/Makefile.am +++ b/emerald-themes/Makefile.am @@ -1 +1,2 @@ +## Process this file with automake to produce Makefile.in SUBDIRS = themes diff --git a/emerald-themes/themes/Makefile.am b/emerald-themes/themes/Makefile.am index 82b47e2..f50dcf9 100644 --- a/emerald-themes/themes/Makefile.am +++ b/emerald-themes/themes/Makefile.am @@ -1,3 +1,4 @@ +## Process this file with automake to produce Makefile.in themesdir = $(datadir)/emerald/themes themes_DATA = *.emerald EXTRA_DIST = "$(themes_DATA) import.sh" diff --git a/emerald/Makefile.am b/emerald/Makefile.am index 39b8b79..d5ee848 100644 --- a/emerald/Makefile.am +++ b/emerald/Makefile.am @@ -1,3 +1,4 @@ +## Process this file with automake to produce Makefile.in INCLUDES = -I$(top_srcdir)/include SUBDIRS = \ libengine \ diff --git a/emerald/defaults/Makefile.am b/emerald/defaults/Makefile.am index 3697954..f8182c9 100644 --- a/emerald/defaults/Makefile.am +++ b/emerald/defaults/Makefile.am @@ -1,3 +1,4 @@ +## Process this file with automake to produce Makefile.in SUBDIRS=theme defsettingsdir = $(datadir)/emerald/ defsettings_DATA = settings.ini diff --git a/emerald/defaults/theme/Makefile.am b/emerald/defaults/theme/Makefile.am index 61e22ad..3f9760c 100644 --- a/emerald/defaults/theme/Makefile.am +++ b/emerald/defaults/theme/Makefile.am @@ -1,3 +1,4 @@ +## Process this file with automake to produce Makefile.in defthemedir = $(datadir)/emerald/theme deftheme_DATA = *.png theme.ini EXTRA_DIST = $(deftheme_DATA) diff --git a/emerald/doc/Makefile.am b/emerald/doc/Makefile.am index 8c95c3e..39aec25 100644 --- a/emerald/doc/Makefile.am +++ b/emerald/doc/Makefile.am @@ -1,2 +1,3 @@ +## Process this file with automake to produce Makefile.in man_MANS=emerald.1 emerald-theme-manager.1 EXTRA_DIST=$(man_MANS) diff --git a/emerald/engines/Makefile.am b/emerald/engines/Makefile.am index 017347d..05d63e1 100644 --- a/emerald/engines/Makefile.am +++ b/emerald/engines/Makefile.am @@ -1,3 +1,4 @@ +## Process this file with automake to produce Makefile.in #intentionally blank INCLUDES = -I$(top_srcdir)/include @EMERALD_CFLAGS@ diff --git a/emerald/include/Makefile.am b/emerald/include/Makefile.am index 21831e1..0a23f33 100644 --- a/emerald/include/Makefile.am +++ b/emerald/include/Makefile.am @@ -1,2 +1,3 @@ +## Process this file with automake to produce Makefile.in emeraldinclude_HEADERS = emerald.h engine.h libengine.h titlebar.h emeraldincludedir = $(includedir)/emerald diff --git a/emerald/libengine/Makefile.am b/emerald/libengine/Makefile.am index d704e43..9ce762e 100644 --- a/emerald/libengine/Makefile.am +++ b/emerald/libengine/Makefile.am @@ -1,3 +1,4 @@ +## Process this file with automake to produce Makefile.in INCLUDES = @EMERALD_CFLAGS@ -I$(top_srcdir)/include\ -DENGINE_DIR=\"$(enginesdir)\" \ -DDEFTHEMEDIR='"@datadir@/emerald/theme/"' \ diff --git a/emerald/misc/Makefile.am b/emerald/misc/Makefile.am index 3b13d23..5b665aa 100644 --- a/emerald/misc/Makefile.am +++ b/emerald/misc/Makefile.am @@ -1,3 +1,4 @@ +## Process this file with automake to produce Makefile.in desktopdir = $(datadir)/applications/ desktop_DATA = emerald-theme-manager.desktop diff --git a/emerald/pixmaps/Makefile.am b/emerald/pixmaps/Makefile.am index 526c58f..d60ec43 100644 --- a/emerald/pixmaps/Makefile.am +++ b/emerald/pixmaps/Makefile.am @@ -1,3 +1,4 @@ +## Process this file with automake to produce Makefile.in pixmapsdir = $(datadir)/pixmaps pixmaps_DATA = emerald-theme-manager-icon.png EXTRA_DIST = $(pixmaps_DATA) diff --git a/emerald/src/Makefile.am b/emerald/src/Makefile.am index f8e8800..cfb7c36 100644 --- a/emerald/src/Makefile.am +++ b/emerald/src/Makefile.am @@ -1,3 +1,4 @@ +## Process this file with automake to produce Makefile.in emerald_LDADD = @EMERALD_LIBS@ $(top_builddir)/libengine/libemeraldengine.la emerald_SOURCES = main.c \ engine_loader.c diff --git a/emerald/themer/Makefile.am b/emerald/themer/Makefile.am index 3be72b0..e0e5204 100644 --- a/emerald/themer/Makefile.am +++ b/emerald/themer/Makefile.am @@ -1,3 +1,4 @@ +## Process this file with automake to produce Makefile.in emerald_theme_manager_SOURCES = main.c emerald_theme_manager_LDADD = $(EMERALD_LIBS) $(top_srcdir)/libengine/libemeraldengine.la |