Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Fortran/f90gl-1.2.15/   (NIST Fortran ©)  Datei vom 26.0.2004 mit Größe 3 kB image not shown  

Quelle  mf8llm

  Sprache: Text
 

Spracherkennung für: .15/mf8llm vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

# This makefile has been tested on
#   computer: Pentium III
#         OS: Linux 2.4.20-28.8 (Red Hat 8.0)
#   compiler: Lahey LF95 v6.00c
#          C: gcc 3.2
#     OpenGL: Mesa 5.0, Glut 3.7.1, f90gl 1.2.9

#------------- User configuration parameters ---------------

# modify these for your system

# any relative paths should be relative to a subdirectory of the directory
# containing this makefile

# procedure name mangling approach used by your fortran compiler
#  LOWERCASE  - convert to lower case
#  UNDERSCORE - convert to lower case and append underscore
#  UPPERCASE  - convert to upper case
FNAME = UNDERSCORE

# the include directory(ies) for OpenGL (GL is a subdirectory of it) and GLUT
OGLINC = -I$(MESAHOME)/include -I/local/apps/glut/include

# the include directory for X11
X11INC = -I/usr/X11/include

# the library directory(ies) for OpenGL and GLUT
OGLLIBDIR = -L$(MESAHOME)/lib

# the OpenGL, GLU and GLUT libraries
OGLLIB = -lglut -lGLU -lGL

# the library directory for X11
X11LIBDIR = -L/usr/X11R6/lib

# the X11 libraries
X11LIB = -lXaw -lXt -lXmu -lXi -lXext -lX11 -lm

# extra characters to put into the library names, in case there is
# more than one OpenGL installed.  For example if LIBNAME is Mesa
# then the libraries will be libMesaf90GL.a etc.
LIBNAME =

# commands for making a library
MAKELIB = ar rcv
RANLIB = ranlib

# fortran 90 compiler and compiler flags
F90 = lf95
F90FLAGS = -O

# C compiler and compiler flags
CC = gcc
CFLAGS = -O -DFNAME=$(FNAME) -w
 
# The suffix for module files generated by the compiler.  If none are
# generated, then use 'junk' or something (do not leave it blank).
MOD = mod

# The compiler flag to get at the module file for opengl_kinds in ../include/GL
USEMOD = -I../include/GL

#----------- end of user configuration parameters ------------

# The preprocessor
F90PPR = ../util/sppr

# The include file for f90ppr directives
F90PPR_INC = ../fppincs/fppnada

# collect the macros to be passed to subservant makefiles

PASSMACROS = "FNAME=$(FNAME)" "OGLINC=$(OGLINC)" \
     "MAKELIB=$(MAKELIB)" "RANLIB=$(RANLIB)" "F90=$(F90)" \
     "F90FLAGS=$(F90FLAGS)" "CC=$(CC)" "CFLAGS=$(CFLAGS)" "MOD=$(MOD)" \
     "USEMOD=$(USEMOD)" "X11INC=$(X11INC)" \
     "F90PPR=$(F90PPR)" "F90PPR_INC=$(F90PPR_INC)" \
     "OGLLIBDIR=$(OGLLIBDIR)" "OGLLIB=$(OGLLIB)" \
     "X11LIBDIR=$(X11LIBDIR)" "X11LIB=$(X11LIB)"

install:
 cd util; make -f mfmost sppr $(PASSMACROS)
 cd util; make -f mfmost mkfppinc $(PASSMACROS)
 cd gl; make -f mfmost install $(PASSMACROS) "LIBNAME=$(LIBNAME)"
 cd glu; make -f mfmost install $(PASSMACROS) "LIBNAME=$(LIBNAME)"
 cd glut; make -f mfmost install $(PASSMACROS) "LIBNAME="

clean:
 cd gl; make -f mfmost clean
 cd glu; make -f mfmost clean
 cd glut; make -f mfmost clean
 cd examples; make -f mf8llm clean
 cd util; make -f mfmost clean

reallyclean:
 cd gl; make -f mfmost clean
 cd glu; make -f mfmost clean
 cd glut; make -f mfmost clean
 cd examples; make -f mf8llm clean
 cd util; make -f mfmost clean
 rm -rf lib/lib*
 rm -f include/GL/*.mod

¤ Dauer der Verarbeitung: 0.0 Sekunden  (vorverarbeitet am  2026-06-04) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.