/*
 * International Chemical Identifier (InChI)
 * Version 1
 * Software version 1.02
 * January 10, 2009
 * Developed at NIST
 *
 * The InChI library and programs are free software developed under the
 * auspices of the International Union of Pure and Applied Chemistry (IUPAC);
 * you can redistribute this software and/or modify it under the terms of 
 * the GNU Lesser General Public License as published by the Free Software 
 * Foundation:
 * http://www.opensource.org/licenses/lgpl-license.php
 */

This makefile was tested with
gcc version 3.4.5 (mingw-special) under WinXP Pro SP2;
gcc v. 4.1.2 20061115 (Debian 4.1.1-21) under Debian Etch;
gcc v. 4.2.4 under Ubuntu 8.04.1 LTS.

Under Win32 it creates stdinchi-1.exe console application
out of source code located in "main" and "common"
directories. Under Linux it creates stdinchi-1 binary.

The makefile should be placed into a directory
that has a common parent with "main" and "common"
directories as it is in the zip file containing
the source code and this makefile.

To use function times() instead of clock()
for detecting timeout remove -ansi compiler
option and add option -DINCHI_USETIMES