/*
 * International Chemical Identifier (InChI)
 * Version 1
 * Software version 1.02-beta
 * August 23, 2007
 * 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.2 (mingw-special)
under WinXP Pro SP2
and gcc version 4.1.2 20070502 (Red Hat 4.1.2-12)
under Fedora Core 7

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

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