More dynamic vfdload
[de200vfd.git] / Makefile.config.macosx
blobd7a00a0441f0e1e05e205af701740aad118af6d4
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
11 #    This version is for MacOS X Server with Apple's version of gcc
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.5 $
22 #* Date       : $Date: 2001/10/29 05:01:57 $
23 #******************************************************************************
25 #------------------------------------------------------------------------------
26 #  Tools
27 #------------------------------------------------------------------------------
29 ifndef BUILDENV
30 BUILDENV=macosx
31 endif
33 DEFINES_macosx=-DCONFIG_MACOSX
35 include $(BROOT)Makefile.config.gnu
37 # Apple gives them special names...
38 CC=cc
39 CXX=c++
40 CPP=cpp
41 LD=c++
43 # And doesn't have the -MG flag
44 CC_DEPEND=$(CC) $(CPPFLAGS) $(CPPFLAGS_$*) -M -Wp,-MG > _tmp.depend
45 CXX_DEPEND=$(CXX) $(CPPFLAGS) $(CPPFLAGS_$*) -M -Wp,-MG > _tmp.depend
46 AS_DEPEND=$(CC) $(CPPFLAGS) $(CPPFLAGS_$*) -M -Wp,-MG > _tmp.depend
48 include $(BROOT)Makefile.rules