chiark
/
gitweb
/
~mdw
/
catacomb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
e880bf1
)
vars.am: Some reformatting.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 26 May 2016 08:26:09 +0000
(09:26 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 4 Apr 2017 08:26:14 +0000
(09:26 +0100)
vars.am
patch
|
blob
|
blame
|
history
diff --git
a/vars.am
b/vars.am
index 41f57a493afb23d9df0547eaf877d4da91f180d9..2840390585df9c6f27a0abf902f7e4585163d427 100644
(file)
--- a/
vars.am
+++ b/
vars.am
@@
-72,23
+72,23
@@
CLEANFILES += $(PRECOMP_PROGS)
### Standard configuration substitutions.
## Substitute tags in files.
### Standard configuration substitutions.
## Substitute tags in files.
-confsubst = $(top_srcdir)/config/confsubst
+confsubst
= $(top_srcdir)/config/confsubst
SUBSTITUTIONS = \
SUBSTITUTIONS = \
-
prefix=$(prefix) exec_prefix=$(exec_prefix) \
-
libdir=$(libdir) includedir=$(includedir) \
-
PACKAGE=$(PACKAGE) VERSION=$(VERSION) \
-
CATACOMB_LIBS="$(CATACOMB_LIBS)"
+ prefix=$(prefix) exec_prefix=$(exec_prefix) \
+ libdir=$(libdir) includedir=$(includedir) \
+ PACKAGE=$(PACKAGE) VERSION=$(VERSION) \
+ CATACOMB_LIBS="$(CATACOMB_LIBS)"
-V_SUBST = $(V_SUBST_$(V))
-V_SUBST_ = $(V_SUBST_$(AM_DEFAULT_VERBOSITY))
-V_SUBST_0 = @echo " SUBST $@";
-SUBST = $(V_SUBST)$(confsubst)
+V_SUBST
= $(V_SUBST_$(V))
+V_SUBST_
= $(V_SUBST_$(AM_DEFAULT_VERBOSITY))
+V_SUBST_0
= @echo " SUBST $@";
+SUBST
= $(V_SUBST)$(confsubst)
###--------------------------------------------------------------------------
### Include path.
###--------------------------------------------------------------------------
### Include path.
-CATACOMB_INCLUDES
= \
+CATACOMB_INCLUDES = \
-I$(top_srcdir) \
-I$(precomp)/math \
-I$(precomp)/misc \
-I$(top_srcdir) \
-I$(precomp)/math \
-I$(precomp)/misc \