cake
/
libp7
Archived
1
0
Fork 1

Forgot that 'first rule is default one' rule

This commit is contained in:
Thomas Touhey 2016-10-28 14:31:37 +02:00
parent 30a1c516db
commit 2c6dd9c8ff
1 changed files with 27 additions and 27 deletions

View File

@ -5,6 +5,33 @@
include Makefile.vars
include Makefile.msg
#******************************************************************************#
# General targets #
#******************************************************************************#
# Build everything.
all: all-lib all-doc
# Mostly clean everything (remove everything but the end results).
mostlyclean: mostlyclean-lib mostlyclean-doc
mclean: mostlyclean
# Clean everything.
clean: clean-lib clean-doc
fclean: clean
# Remake everything (clean and build).
re: clean all
# Install everything.
install: install-lib $(if $(INSTALL_MANPAGES),install-doc)
# Uninstall everything. (experimental)
uninstall: uninstall-lib uninstall-doc
# Reinstall everything. (experimental)
reinstall: uninstall install
.PHONY: all mostlyclean mclean clean fclean re install uninstall reinstall
#******************************************************************************#
# Configuration (version) checking dependencies #
#******************************************************************************#
@ -61,33 +88,6 @@ help:
.PHONY: help halp usage
#******************************************************************************#
# General targets #
#******************************************************************************#
# Build everything.
all: all-lib all-doc
# Mostly clean everything (remove everything but the end results).
mostlyclean: mostlyclean-lib mostlyclean-doc
mclean: mostlyclean
# Clean everything.
clean: clean-lib clean-doc
fclean: clean
# Remake everything (clean and build).
re: clean all
# Install everything.
install: install-lib $(if $(INSTALL_MANPAGES),install-doc)
# Uninstall everything. (experimental)
uninstall: uninstall-lib uninstall-doc
# Reinstall everything. (experimental)
reinstall: uninstall install
.PHONY: all mostlyclean mclean clean fclean re install uninstall reinstall
#******************************************************************************#
# Library-specific targets #
#******************************************************************************#
# Make the library.