#************************************************************************* # Copyright (c) 2002 The University of Chicago, as Operator of Argonne # National Laboratory. # Copyright (c) 2002 The Regents of the University of California, as # Operator of Los Alamos National Laboratory. # This file is distributed subject to a Software License Agreement found # in the file LICENSE that is included with this distribution. #************************************************************************* # # $Log: Makefile.OAG,v $ # Revision 1.12 2012/03/23 16:58:36 soliday # Removed the gsl header files because they are not required. # # Revision 1.11 2012/01/06 20:35:23 ywang25 # Use the original version of the ODE solver instead of the newer version in GSL. # # Revision 1.10 2011/11/04 21:06:54 ywang25 # Added some files from GSL for UR # # Revision 1.9 2011/01/12 20:38:50 xiaoam # Added the gsl_poly.h to the GSL lib. # # Revision 1.8 2010/10/19 14:07:47 ywang25 # Added the header file for the GSL lib. # # Revision 1.7 2010/06/15 18:59:23 ywang25 # Added pgapack.h for parallel genetic optimization # # Revision 1.6 2008/04/14 18:36:22 shang # removed SDDSmpi.h # # Revision 1.5 2007/10/09 19:51:53 shang # added SDDSmpi.h # # Revision 1.4 2006/03/31 15:30:01 soliday # Added oagphy.h # # Revision 1.3 2005/11/16 18:56:24 shang # added non_dominated_sort.h # # Revision 1.2 2003/10/30 19:08:19 soliday # Added rpn.h to the makefile. # # Revision 1.1 2003/07/22 23:18:16 soliday # Modified makefiles to work with base versions 3.13 and 3.14 # # INC = SDDS.h mdb.h scan.h match_string.h SDDStypes.h \ constants.h mdbsunos4.h contour.h fftpackC.h \ matlib.h namelist.h rpn.h table.h non_dominated_sort.h \ oagphy.h pgapack.h \ SDDSFortran.h ifdef WIN32 INC += fdlibm.h endif