Changeset 2310 in Sophya for trunk/SophyaLib/Mgr


Ignore:
Timestamp:
Jan 9, 2003, 11:04:07 PM (23 years ago)
Author:
ansari
Message:

Amelioration gestion flag CPP - Reza 09/01/2003

File:
1 edited

Legend:

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

    r1986 r2310  
    162162ifeq (${MACHEROS},HP-UX)
    163163  XLDLIBS := -L.
    164   XCFLAGS := -I.
     164  XCFLAGS :=
     165  XCPPFLAGS := 
    165166endif
    166167
     
    169170ifeq (${MACHEROS},Linux)
    170171  XLDLIBS := -L/usr/X11/lib -L/usr/X11R6/lib
    171   XCFLAGS := -I/usr/X11/include -I/usr/X11R6/include
     172  XCPPFLAGS := -I/usr/X11/include -I/usr/X11R6/include
    172173  LDLIBS := -ldl
    173174endif
     
    175176ifeq (${MACHEROS},Darwin)
    176177  XLDLIBS := -L/usr/X11R6/lib -L/sw/lib -ldl
    177   XCFLAGS := -I/usr/X11R6/include -I/sw/include -fno-coalesce -fkeep-inline-functions -fno-common
     178  XCPPFLAGS := -I/usr/X11R6/include -I/sw/include
     179  XCFLAGS := -fno-coalesce -fkeep-inline-functions -fno-common
    178180endif
    179181
     
    200202#endif
    201203
    202 CPPFLAGS     :=  -I${INC} $(EXTINCPI) -D${MACHEROSD} $(MODULECPPFLAGS)
     204CPPFLAGS     :=  -I${INC} $(EXTINCPI) $(XCPPFLAGS) -D${MACHEROSD} $(MODULECPPFLAGS)
    203205
    204206#  Si la variable d'environnement SOPHYA_DEBUG est definie : Activation des
Note: See TracChangeset for help on using the changeset viewer.