Initial release of the VFD code
[de200vfd.git] / Makefile.config.linux
blob3921d3bad84d410bf1048fa58b96d6734a50ae67
1 #******************************************************************************
2 #  Makefile.config                 (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/Linux
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.5 $
23 #* Date       : $Date: 2001/10/26 15:56:58 $
24 #******************************************************************************
26 #------------------------------------------------------------------------------
27 #  Tools
28 #------------------------------------------------------------------------------
30 ifndef BUILDENV
31 BUILDENV=linux
32 endif
34 DEFINES_linux=-DCONFIG_LINUX
36 include $(BROOT)Makefile.config.gnu
37 include $(BROOT)Makefile.rules