Initial release of the VFD code
[de200vfd.git] / Makefile.config.sun
blobcd4c485522096f037e5cf3e14599115fa9197f20
1 #******************************************************************************
2 #  Christophe de Dinechin                                      XROMA PROJECT  
3 #  XROMA: Makefile.config.sun
4 #******************************************************************************
6 #  File Description:
8 #    This is the shared makefile configuration and shared targets for all
9 #    Xroma directories
11 #    This version is for GCC / Solaris
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=sun
31 endif
33 DEFINES_sun=-DCONFIG_SUN
35 include $(BROOT)Makefile.config.gnu
36 include $(BROOT)Makefile.rules