mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
conf/jcs, make, tmpl/doxygen: Align equal signs in makefiles to column 30
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
e3142c9624
commit
0eaef0c326
59 changed files with 2065 additions and 2032 deletions
|
|
@ -3,12 +3,12 @@
|
|||
# contact@jannet.de
|
||||
# $Id$
|
||||
|
||||
CONFIG_ACDONE := $(wildcard config.acdone)
|
||||
DISTCLEAN += configure config.log autoscan.log configure.ac config.status
|
||||
AC_FILES_IN = $(shell find . -maxdepth 2 -name '*.in' | grep -ve "contrib\|dist\|nomake")
|
||||
AC_FILES = $(basename $(AC_FILES_IN))
|
||||
CAT ?= /bin/cat
|
||||
SED ?= $(firstword $(wildcard /usr/bin/sed /bin/sed))
|
||||
CONFIG_ACDONE := $(wildcard config.acdone)
|
||||
DISTCLEAN += configure config.log autoscan.log configure.ac config.status
|
||||
AC_FILES_IN = $(shell find . -maxdepth 2 -name '*.in' | grep -ve "contrib\|dist\|nomake")
|
||||
AC_FILES = $(basename $(AC_FILES_IN))
|
||||
CAT ?= /bin/cat
|
||||
SED ?= $(firstword $(wildcard /usr/bin/sed /bin/sed))
|
||||
|
||||
all: config.acdone make_all
|
||||
config: config.acdone $(AC_FILES)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue