mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-22 06:00:40 +01:00
Makefile, autoconf.mk: Cleanup commit
This commit is contained in:
parent
4d863165a8
commit
01d0f1feda
2 changed files with 6 additions and 3 deletions
7
Makefile
7
Makefile
|
|
@ -22,10 +22,13 @@ SUBDIRS = inst/pre \
|
||||||
ifneq ($(wildcard $(MODDIR)/make/ytools.mk),)
|
ifneq ($(wildcard $(MODDIR)/make/ytools.mk),)
|
||||||
|
|
||||||
all:
|
all:
|
||||||
|
echo hallo
|
||||||
$(make_subdirs_target)
|
$(make_subdirs_target)
|
||||||
clean: # distclean:
|
|
||||||
rm -rf $(CLEAN)
|
clean distclean:
|
||||||
|
rm -rf $(CLEAN) $(DISTCLEAN)
|
||||||
$(make_subdirs_target)
|
$(make_subdirs_target)
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
$(make_subdirs_target)
|
$(make_subdirs_target)
|
||||||
make $(INSTALLED_VERSION_FILE)
|
make $(INSTALLED_VERSION_FILE)
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
CLEAN += $(wildcard *.acdone)
|
CLEAN += $(wildcard *.acdone)
|
||||||
DISTCLEAN += configure config.log autoscan.log configure.ac config.status
|
DISTCLEAN += configure config.log autoscan.log configure.ac config.status
|
||||||
AC_FILES_IN = $(shell find . -name '*.in' | grep -v contrib)
|
AC_FILES_IN = $(shell find . -name '*.in' | grep -ve "contrib\|dist")
|
||||||
AC_FILES = $(basename $(AC_FILES_IN))
|
AC_FILES = $(basename $(AC_FILES_IN))
|
||||||
|
|
||||||
all: config $(AC_FILES)
|
all: config $(AC_FILES)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue