Makefiles: translate help

Translate help messages from French.
This commit is contained in:
Matteo Cypriani 2011-12-02 16:27:22 +01:00
parent a70fc783e2
commit 39300aaa85
11 changed files with 80 additions and 104 deletions

View File

@ -152,8 +152,8 @@ dependencies)."
@echo " uninstall-<module>: Remove only the given module (and its \
dependencies)."
@echo
@echo " clean: Remove temporary files."
@echo " clean: Remove the temporary files."
@echo " purge: Remove compiled programs as well as temporary 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 Makefiles to change that."

1
TODO
View File

@ -9,7 +9,6 @@
- Eliminate remaining exit() calls to avoid memory leaks on exit.
- Add option dump-configuration (displays the config & exits).
- Makefiles:
° Translate comments & help.
° Merge Makefile and Makefile_atheros*. Use template makefiles,
autohell, cmake…?
- Use a string for positioning requests

View File

@ -61,12 +61,11 @@ purge : clean
## Help ##
help :
@echo "Bibliothèques nécessaires à la compilation :"
@echo "Needed libraries:"
@echo " libowlps-dev"
@echo
@echo "Cibles possibles :"
@echo " static (cible par défaut) : Compile la bibliothèque \
statique (.a)."
@echo "Targets:"
@echo " static (default target): Builds the static library."
@echo
@echo " clean : Supprime les fichiers temporaires."
@echo " purge : Supprime le résultat de la compilation."
@echo " clean: Deletes the temporary files."
@echo " purge: Deletes the built binaries."

View File

@ -76,13 +76,13 @@ purge : clean
## Help ##
help :
@echo "Bibliothèques nécessaires à la compilation :"
@echo "Needed libraries:"
@echo " libowlps-dev"
@echo
@echo "Cibles possibles :"
@echo " static : Compile la bibliothèque statique (.a)."
@echo " example : Compile le programme d'exemple."
@echo " (Cible par défaut : static et example.)"
@echo "Targets:"
@echo " all (default): Builds the library and the sample program."
@echo " static: Builds the static library."
@echo " example: Builds the sample program."
@echo
@echo " clean : Supprime les fichiers temporaires."
@echo " purge : Supprime le résultat de la compilation."
@echo " clean: Deletes the temporary files."
@echo " purge: Deletes the built binaries."

View File

@ -118,26 +118,24 @@ purge : clean
## Help ##
help :
@echo "Bibliothèques nécessaires à la compilation :"
@echo "Needed libraries:"
@echo " libiw-dev"
@echo
@echo "Cibles possibles :"
@echo " all (cible par défaut) : Compile la bibliothèque \
dynamique et statique."
@echo " dynamic : Compile la bibilothèque partagée (.so)."
@echo " static : Compile la bibliothèque statique (.a)."
@echo "Targets:"
@echo " all (default target): Builds the library (dynamic & static)."
@echo " dynamic: Builds the shared library."
@echo " static: Builds the static library."
@echo
@echo " install : Installe la bibliothèque partagée et statique."
@echo " install-dynamic : N'installe que la bibliothèque partagée."
@echo " install-static : N'installe que la bibliothèque statique."
@echo " install: Installs the library (dynamic & static)."
@echo " install-dynamic: Installs the shared library."
@echo " install-static: Installs the static library."
@echo
@echo " uninstall : Désinstalle tout ce qu'il est possible de \
désinstaller."
@echo " uninstall-dynamic : Désinstalle la bibliothèque partagée."
@echo " uninstall-static : Désinstalle la bibliothèque statique."
@echo " uninstall: Uninstalls everything."
@echo " uninstall-dynamic: Uninstalls the shared library."
@echo " uninstall-static: Uninstalls the static library."
@echo
@echo " clean : Supprime les fichiers temporaires."
@echo " purge : Supprime le résultat de la compilation."
@echo " clean: Deletes the temporary files."
@echo " purge: Deletes the built binaries."
@echo
@echo "Note : l'installation se fait dans l'arborescence $(PREFIX). \
Modifiez la variable PREFIX du Makefile pour changer ce comportement."
@echo "Note: Files are installed under $(PREFIX)."
@echo "Tune the PREFIX variable in the Makefile to change that."

View File

@ -80,17 +80,16 @@ purge : clean
## Help ##
help :
@echo "Bibliothèques nécessaires à la compilation :"
@echo "Needed libraries:"
@echo " libconfuse-dev"
@echo " libowlps1.0 (fournie)"
@echo " libowlps-dev"
@echo
@echo "Cibles possibles :"
@echo " $(TARGET) (cible par défaut) : Compile le programme \
$(TARGET)."
@echo " install : Installe le programme $(TARGET)."
@echo " uninstall : Désinstalle le programme $(TARGET)."
@echo " clean : Supprime les fichiers temporaires."
@echo " purge : Supprime le résultat de la compilation."
@echo "Targets:"
@echo " $(TARGET) (default target): Builds the program $(TARGET)."
@echo " install : Installs the program $(TARGET)."
@echo " uninstall : Uninstalls the program $(TARGET)."
@echo " clean: Deletes the temporary files."
@echo " purge: Deletes the built binaries."
@echo
@echo "Note : l'installation se fait dans l'arborescence $(PREFIX). \
Modifiez la variable PREFIX du Makefile pour changer ce comportement."
@echo "Note: Files are installed under $(PREFIX)."
@echo "Tune the PREFIX variable in the Makefile to change that."

View File

@ -95,19 +95,18 @@ purge : clean
## Help ##
help :
@echo "Bibliothèques nécessaires à la compilation :"
@echo " libowlps1.0 (fournie)"
@echo " libowlps-client1.0 (fournie)"
@echo "Needed libraries:"
@echo " libowlps-dev"
@echo " libowlps-client-dev"
@echo
@echo "Cibles possibles :"
@echo " $(TARGET) (cible par défaut) : Compile le programme \
$(TARGET)."
@echo " $(TARGET).static : Compile le programme $(TARGET).static \
(version sans lien dynamique)."
@echo " install : Installe le programme $(TARGET)."
@echo " uninstall : Désinstalle le programme $(TARGET)."
@echo " clean : Supprime les fichiers temporaires."
@echo " purge : Supprime le résultat de la compilation."
@echo "Targets:"
@echo " $(TARGET) (default target): Builds the program $(TARGET)."
@echo " $(TARGET).static : Builds the program $(TARGET).static \
(statically linked version)."
@echo " install: Installs the program $(TARGET)."
@echo " uninstall: Uninstalls the program $(TARGET)."
@echo " clean: Deletes the temporary files."
@echo " purge: Deletes the built binaries."
@echo
@echo "Note : l'installation se fait dans l'arborescence $(PREFIX). \
Modifiez la variable PREFIX du Makefile pour changer ce comportement."
@echo "Note: Files are installed under $(PREFIX)."
@echo "Tune the PREFIX variable in the Makefile to change that."

View File

@ -98,23 +98,7 @@ purge : clean
## Help ##
help :
@echo "Bibliothèques nécessaires à la compilation :"
@echo " libowlps1.0 (fournie)"
@echo
@echo "Cibles possibles :"
@echo " $(TARGET) (cible par défaut) : Compile le programme \
$(TARGET)."
@echo " $(TARGET).static : Compile le programme $(TARGET).static \
(version sans lien dynamique)."
@echo " $(TARGET).semistatic : Compile le programme \
$(TARGET).semistatic (version sans lien dynamique vers libowlps)."
@echo " install : Installe le programme $(TARGET)."
@echo " uninstall : Désinstalle le programme $(TARGET)."
@echo " clean : Supprime les fichiers temporaires."
@echo " purge : Supprime le résultat de la compilation."
@echo
@echo "Note : l'installation se fait dans l'arborescence $(PREFIX). \
Modifiez la variable PREFIX du Makefile pour changer ce comportement."
@make help
# Local Variables: *

View File

@ -87,18 +87,17 @@ purge : clean
## Help ##
help :
@echo "Bibliothèques nécessaires à la compilation :"
@echo "Needed libraries:"
@echo " libpcap0.8-dev"
@echo " libconfuse-dev (optionnelle)"
@echo " libowlps1.0 (fournie)"
@echo " libconfuse-dev (optionnal)"
@echo " libowlps-dev"
@echo
@echo "Cibles possibles :"
@echo " $(TARGET) (cible par défaut) : Compile le programme \
$(TARGET)."
@echo " install : Installe le programme $(TARGET)."
@echo " uninstall : Désinstalle le programme $(TARGET)."
@echo " clean : Supprime les fichiers temporaires."
@echo " purge : Supprime le résultat de la compilation."
@echo "Targets:"
@echo " $(TARGET) (default target): Builds the program $(TARGET)."
@echo " install: Installs the program $(TARGET)."
@echo " uninstall: Uninstalls the program $(TARGET)."
@echo " clean: Deletes the temporary files."
@echo " purge: Deletes the built binaries."
@echo
@echo "Note : l'installation se fait dans l'arborescence $(PREFIX). \
Modifiez la variable PREFIX du Makefile pour changer ce comportement."
@echo "Note: Files are installed under $(PREFIX)."
@echo "Tune the PREFIX variable in the Makefile to change that."

View File

@ -402,8 +402,8 @@ is required)."
@echo " check: Run automated checs on the source code (cppcheck \
is required)."
@echo
@echo " clean: Delete temporary files."
@echo " clean: Delete the temporary files."
@echo " purge: Delete all generated files."
@echo
@echo "Note: Files are installed under /usr/local."
@echo "Note: Files are installed under $(PREFIX)."
@echo "Tune the PREFIX variable in the Makefile to change that."

View File

@ -92,19 +92,18 @@ purge : clean
## Help ##
help :
@echo "Bibliothèques nécessaires à la compilation :"
@echo " libowlps1.0 (fournie)"
@echo " libowlps-resultreader1.0 (fournie)"
@echo "Needed libraries:"
@echo " libowlps-dev"
@echo " libowlps-resultreader-dev"
@echo
@echo "Cibles possibles :"
@echo " $(TARGET) (cible par défaut) : Compile le programme \
$(TARGET)."
@echo " $(TARGET).static : Compile le programme $(TARGET).static \
(version sans lien dynamique)."
@echo " install : Installe le programme $(TARGET)."
@echo " uninstall : Désinstalle le programme $(TARGET)."
@echo " clean : Supprime les fichiers temporaires."
@echo " purge : Supprime le résultat de la compilation."
@echo "Targets:"
@echo " $(TARGET) (default target): Builds the program $(TARGET)."
@echo " $(TARGET).static : Builds the program $(TARGET).static \
(statically linked version)."
@echo " install: Installs the program $(TARGET)."
@echo " uninstall: Uninstalls the program $(TARGET)."
@echo " clean: Deletes the temporary files."
@echo " purge: Deletes the built binaries."
@echo
@echo "Note : l'installation se fait dans l'arborescence $(PREFIX). \
Modifiez la variable PREFIX du Makefile pour changer ce comportement."
@echo "Note: Files are installed under $(PREFIX)."
@echo "Tune the PREFIX variable in the Makefile to change that."