[Positioning] Makefile: display minimal GCC version

The help target displays the minimal GCC version required to compile the
program.
This commit is contained in:
Matteo Cypriani 2011-08-30 17:06:32 +02:00
parent 12624f6fd3
commit 220289e83f
1 changed files with 4 additions and 2 deletions

View File

@ -378,6 +378,8 @@ check:
$(TARGET).cc
help:
@echo "/!\ This program requires GCC >=4.4 /!\\"
@echo
@echo "Needed libraries:"
@echo " libboost-dev"
@echo " libboost-program-options-dev"
@ -403,5 +405,5 @@ is required)."
@echo " clean: Delete temporary files."
@echo " purge: Delete all generated files."
@echo
@echo "Note: Files are installed under /usr/local. Tune the PREFIX \
variable in the Makefile to change that."
@echo "Note: Files are installed under /usr/local."
@echo "Tune the PREFIX variable in the Makefile to change that."