Changeset 2570 in Sophya for trunk/SophyaLib/Mgr/Makefile.h


Ignore:
Timestamp:
Jul 28, 2004, 12:40:57 PM (21 years ago)
Author:
ansari
Message:

Ajout -framework Accelerate qui continet LAPACK ds le makefile pour MacOSX - Reza 28 Juillet 2004

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Mgr/Makefile.h

    r2501 r2570  
    150150CC := cc
    151151# Pour enlever les erreurs au link des slb en -O. Pas d'avenir!
    152 OPTFLAG := -O
     152OPTFLAG := -g
    153153endif
    154154
     
    183183ifeq (${MACHEROS},Darwin)
    184184  XLDLIBS := -L/usr/X11R6/lib
    185   XCPPFLAGS := -I/usr/X11R6/include 
    186   XCFLAGS := -fkeep-inline-functions -fno-common
     185  XCPPFLAGS := -I/usr/X11R6/include -I/sw/include
     186#  XCPPFLAGS := -I/usr/X11R6/include
     187  XCFLAGS := -fkeep-inline-functions -fno-common -fcoalesce
     188#  XCFLAGS := -fkeep-inline-functions
    187189endif
    188190
     
    256258                  -Wmissing-prototypes -Wsynth -I$(INC) $(XCFLAGS) \
    257259                  $(OPTFLAG) $(DBGFLAG) $(MYCFLAGS)
    258   LDLIBS       := $(LDLIBS) $(XLDLIBS)
     260  CXXFLAGS       := -Wall -Wpointer-arith \
     261                    -Wmissing-prototypes -Wsynth -I$(INC) $(XCFLAGS) \
     262                    $(OPTFLAG) $(DBGFLAG) $(MYCFLAGS)
     263  LDLIBS       := -Xlinker -bind_at_load $(LDLIBS) $(XLDLIBS)
    259264endif
    260265
Note: See TracChangeset for help on using the changeset viewer.