Initial release of the VFD code
[de200vfd.git] / Makefile.config.hpux
blob848f056fbf33dbcc2007b20e98b4a7efe3b0ce22
1 #******************************************************************************
2 #  Makefile.config.hpux            (C) 1992-2000 Christophe de Dinechin (ddd)
3 #                                                              Mozart Project
4 #******************************************************************************
6 #  File Description:
8 #    Makefile configuration file for the Mozart project
10 #    This version is for GCC/HP-UX
17 #******************************************************************************
18 #This document is distributed under the GNU General Public License
19 #See the enclosed COPYING file or http://www.gnu.org for information
20 #******************************************************************************
21 #* File       : $RCSFile$
22 #* Revision   : $Revision: 1.3 $
23 #* Date       : $Date: 2001/10/26 15:56:58 $
24 #******************************************************************************
26 #------------------------------------------------------------------------------
27 #  Tools
28 #------------------------------------------------------------------------------
30 ifndef BUILDENV
31 BUILDENV=hpux
32 endif
34 DEFINES_hpux=-DCONFIG_HPUX
36 include $(BROOT)Makefile.config.gnu
37 include $(BROOT)Makefile.rules