"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "eas3pkg/eas3pkg/README.make" of archive eas3pkg_v1.6.3.tar.gz:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using (guessed) Make source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 /*-------------------------------------------------------------------------------------------------------*/
    2 /* EAS3 License                                                                                          */
    3 /*                                                                                                       */
    4 /* Copyright (c) 2006 Institut fuer Aerodynamik und Gasdynamik, Universitaet Stuttgart                   */
    5 /*                                                                                                       */
    6 /* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and     */
    7 /* associated documentation files (the "Software"), to deal in the Software without restriction,         */
    8 /* including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, */
    9 /* and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, */
   10 /* subject to the following conditions:                                                                  */
   11 /*                                                                                                       */
   12 /* The above copyright notice and this permission notice shall be included in all copies or substantial  */
   13 /* portions of the Software.										 */
   14 /*                                                                                                       */
   15 /* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT */
   16 /* LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.   */
   17 /* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER          */
   18 /* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION */
   19 /* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.                                       */
   20 /*-------------------------------------------------------------------------------------------------------*/
   21 
   22 Folgende Targets können für das Makefile ausgewählt werden:
   23 
   24 	display:		Gibt die aktuellen Einstellungen zum Kompilieren aus
   25 
   26 	baselib:		Basisbobliotheken
   27 
   28 	n3dlib:			Bibliothek zum Solver N3D
   29 
   30 	eas3iomod:		Module zum Lesen und Schreiben von EAS2/EAS3 Dateien
   31 
   32 	eas3:			Erzeugt eas3 + Bibliotheken zu eas3
   33 
   34 	eas3llc:		Erzeugt die C-Bibliotheken zum Lesen und Schreiben von EAS2/EAS3 Dateien
   35 
   36 	eas3libs:		Nur Bibliotheken zu eas3
   37 
   38 	eas3only:		Nur das Programm eas3
   39 
   40 	help:			Gibt diese Hilfe aus
   41 
   42 Zum entfernen unnötiger Objekt- und Moduldateien gibt es:
   43 
   44 	clean:			entfernt Objekte und Moduldateien für alle Targets
   45 
   46 	clean_baselib,
   47 	clean_n3dlib,
   48 	clean_eas3iomod,
   49 	clean_eas3,
   50 	clean_eas3llc:		entfernt Objekte und Moduldateien für das entsprechende Target
   51 
   52 Zum entfernen aller erzeugter Dateien außer den Programmquellen gibt es:
   53 
   54 	distclean:		entfernt Objekte, Moduldateien, Bibliotheken,
   55 				 Executables für alle Targets
   56 
   57 	distclean_baselib,
   58 	distclean_n3dlib,
   59 	distclean_eas3iomod,
   60 	distclean_eas3,
   61 	distclean_eas3llc:	entfernt Objekte, Moduldateien, Bibliotheken,
   62 				 Executables für das entsprechende Target.