Initial release of the VFD code
[de200vfd.git] / Makefile.config.beos
blobd7b70812a7d623cebe308441539cc0c790e6a704
1 #******************************************************************************
2 #  Attila Lendvai                                             MOZART PROJECT
3 #  MOZART: Makefile.config.beos
4 #******************************************************************************
6 #  File Description:
8 #    This is the shared makefile configuration and shared targets for all
9 #    Mozart directories
11 #    This version is for GCC / BeOS
16 #******************************************************************************
17 #This document is distributed under the Xroma public license.
18 #See the accompanying license file for information.
19 #******************************************************************************
20 #* File       : $RCSFile$
21 #* Revision   : $Revision: 1.3 $
22 #* Date       : $Date: 2001/10/26 15:56:58 $
23 #******************************************************************************
25 #------------------------------------------------------------------------------
26 #  Tools
27 #------------------------------------------------------------------------------
29 ifndef BUILDENV
30 BUILDENV=beos
31 endif
33 DEFINES_beos=-DCONFIG_BEOS
35 include $(BROOT)Makefile.config.gnu
36 include $(BROOT)Makefile.rules