00001 /******************************************************************************* 00002 * arch-tag: Matthieu Moy February 26, 2004 (parser/include/scp-build-gcc-command.h) 00003 *------------------------------------------------------------------------------ 00004 * Copyright (c) STMicroelectronics,Verimag 00005 * Pinapa is free software; you can redistribute it and/or 00006 * modify it under the terms of the GNU Lesser General Public 00007 * License as published by the Free Software Foundation; either 00008 * version 2 of the License, or (at your option) any later version. 00009 * 00010 * This library is distributed in the hope that it will be useful, 00011 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00013 * Library General Public License for more details. 00014 * 00015 * You should have received a copy of the GNU Lesser General Public 00016 * License along with this library; if not, write to the Free 00017 * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, 00018 * MA 02111-1307, USA 00019 *------------------------------------------------------------------------------ 00020 * System Platform Group - HPC 00021 *******************************************************************************/ 00022 00030 #include "pinapa-parser-all.h" 00031 00032 #ifndef PINAPA_BUILD_GCC_COMMAND_H 00033 #define PINAPA_BUILD_GCC_COMMAND_H 00034 00035 #include <string> 00036 00037 namespace pinapa { 00038 00047 string build_gcc_command(const string & tmpfilename, const string & libfilename); 00048 00049 } 00050 00051 #endif // PINAPA_BUILD_GCC_COMMAND_H 00052