1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-18 12:00:31 +01:00

Automake dependency tracking

I just spent an hour trying to find out why the latest wmaker-crm was
ignoring a number of the preferences in my configuration file. It turns
out the problem was that commit f41db5 added a value into the middle of
the enum in src/keybind.h, and the setting of
AUTOMAKE_OPTIONS = no-dependencies in all the Makefile.ams meant that
make wasn't smart enough to rebuild the files depending on it.

Would anyone mind if we just remove no-dependencies from
AUTOMAKE_OPTIONS? People can still run ./configure with
--disable-dependency-tracking to disable it at configure time.
This commit is contained in:
Brad Jorsch
2010-09-15 14:04:00 -04:00
committed by Carlos R. Mafra
parent 9318a7f428
commit 5afe745c01
11 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
## automake input file for WINGs - Documentation
AUTOMAKE_OPTIONS = no-dependencies
AUTOMAKE_OPTIONS =
EXTRA_DIST =

View File

@@ -1,6 +1,6 @@
## automake input file for WINGs - Examples
AUTOMAKE_OPTIONS = no-dependencies
AUTOMAKE_OPTIONS =
noinst_PROGRAMS = connect server fontl puzzle colorpick

View File

@@ -1,6 +1,6 @@
## automake input file for WINGs
AUTOMAKE_OPTIONS = no-dependencies
AUTOMAKE_OPTIONS =
# is this a kluge? if so, how should i do it?
includedir = @includedir@/WINGs

View File

@@ -1,6 +1,6 @@
## automake input file for WINGs
AUTOMAKE_OPTIONS = no-dependencies
AUTOMAKE_OPTIONS =
SUBDIRS = WINGs . po Documentation Resources

View File

@@ -1,6 +1,6 @@
## automake input file for WINGs - Tests
AUTOMAKE_OPTIONS = no-dependencies
AUTOMAKE_OPTIONS =
noinst_PROGRAMS = wtest wmquery wmfile testmywidget

View File

@@ -1,6 +1,6 @@
## automake input file for WINGs - Headers subdir
AUTOMAKE_OPTIONS = no-dependencies
AUTOMAKE_OPTIONS =
# is this a kluge? if so, how should i do it?
includedir = @includedir@/WINGs

View File

@@ -1,6 +1,6 @@
SUBDIRS = xpm tiff po
AUTOMAKE_OPTIONS = no-dependencies
AUTOMAKE_OPTIONS =
wpexecbindir = @wprefs_bindir@

View File

@@ -1,4 +1,4 @@
AUTOMAKE_OPTIONS = no-dependencies
AUTOMAKE_OPTIONS =
BUILT_SOURCES = wconfig.h

View File

@@ -1,6 +1,6 @@
SUBDIRS = po
AUTOMAKE_OPTIONS = no-dependencies
AUTOMAKE_OPTIONS =
pkgdatadir = $(datadir)/@PACKAGE@

View File

@@ -2,7 +2,7 @@
SUBDIRS = .
AUTOMAKE_OPTIONS = no-dependencies
AUTOMAKE_OPTIONS =
EXTRA_DIST = tests

View File

@@ -1,6 +1,6 @@
## automake input file for wrlib
AUTOMAKE_OPTIONS = no-dependencies
AUTOMAKE_OPTIONS =
noinst_PROGRAMS = testdraw testgrad testrot view