source: Sophya/trunk/SophyaExt/CodeMinuit/examples/Imakefile

Last change on this file was 2403, checked in by cmv, 22 years ago

Creation du module de code source de MINUIT (CERNLIB) extrait par CMV

cmv 11/06/2003

File size: 325 bytes
Line 
1SRCS_F= fcnk0.F minexam.F
2OBJS = fcnk0.o minexam.o
3
4FORTRANSAVEOPTION=FortranSaveFlags
5
6DefinePackageLibrary(NullParameter)
7
8#ifdef CERNLIB_WINNT
9FDEBUGFLAGS=NoOpFortranDebugFlags
10#endif
11
12CernlibFortranProgramTarget(minuit,$(OBJS),$(PACKAGE_LIB),$(PACKAGE_LIB),NullParameter)
13
14TestTarget(minuit,NullParameter,NullParameter)
Note: See TracBrowser for help on using the repository browser.