Initial release of the VFD code
[de200vfd.git] / Makefile.config
blobc3759318c56b6894abf29e07beb7aba2980e2cae
1 #******************************************************************************
2 #  Christophe de Dinechin                                      XROMA PROJECT
3 #  XROMA: Makefile.config
4 #******************************************************************************
6 #  File Description:
8 #    This is the shared makefile configuration and shared targets for all
9 #    Mozart directories
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.1 $
22 #* Date       : $Date: 2001/10/26 15:56:58 $
23 #******************************************************************************
25 DEFINES_debug=-DDEBUG -DMZ_DEBUG=1
26 DEFINES_opt=-DNDEBUG
27 TPP=$(BROOT)tpp/tone_preprocessor
29 include $(BROOT)Makefile.config.$(BUILDENV)