#************************************************************************* # 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. #************************************************************************* # # makefile for rpns/code # $Log: Makefile.Host,v $ # Revision 1.18 2003/07/22 23:29:46 soliday # Modified makefiles to work with base versions 3.13 and 3.14 # # Revision 1.17 2003/07/18 21:41:14 soliday # Added Kylix support. # # Revision 1.16 2003/05/06 19:06:03 soliday # Changed CFLAGS on Solaris so that it would use the reentrant flag. # # Revision 1.15 2002/08/14 16:28:56 soliday # Added Open License # # Revision 1.14 2002/07/30 08:42:05 soliday # Changed the purify lines. # # Revision 1.13 2001/04/09 20:37:50 soliday # Added infixtopostfix.c and if2pf. # # Revision 1.12 2000/12/07 22:00:16 jba # Changes for building with base R3.14. # # Revision 1.11 2000/08/11 19:27:54 soliday # Overrode -mt (multithreaded) compile line option on Solaris when using cc. # # Revision 1.10 2000/08/10 21:15:10 soliday # Added support for gcc on Solaris. # # Revision 1.9 2000/04/17 20:28:19 soliday # Added flag to define binaryInsert with Borland C. # # Revision 1.8 2000/04/13 16:23:50 soliday # Modifed so that only the library functions get exported. # # Revision 1.7 2000/04/11 16:27:57 soliday # Cleaned up Makefile.Host # # Revision 1.6 2000/04/04 05:18:29 soliday # Added warning flag for solaris. # # Revision 1.5 2000/03/27 20:29:02 borland # Added rpn_execn() and rpn_execs() functions and user functions execn and # execs. These execute commands from the string stack. Results are put # on the numerical or string stack. # # Revision 1.4 1999/09/16 22:05:53 soliday # Now creates a dll file on WIN32 # # Revision 1.3 1999/07/12 20:42:08 soliday # Added call to fdlibm library for erf, erfc, and lgamma functions on WIN32 # # Revision 1.2 1999/07/08 22:21:41 soliday # Added support for WIN32 # # Revision 1.1 1999/04/14 15:14:47 borland # First version added to repository (per J. Anderson). # # TOP = ../../../../.. include $(TOP)/config/CONFIG_EXTENSIONS include $(TOP)/src/SDDS/rpns/code/Makefile.OAG include $(TOP)/config/RULES.Host