Changeset 1213 for trunk/config/sys


Ignore:
Timestamp:
Dec 10, 2009, 5:31:31 PM (16 years ago)
Author:
garnier
Message:

Suppression de Xaw. Sauf dans Configure et les fichier G4UIXaw.hh et cc

Location:
trunk/config/sys
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/config/sys/AIX-xlC.gmk

    r865 r1213  
    3030    XMLIBS    := -L/usr/lib -lXm -lXt -lX11
    3131  endif
    32   ifndef XAWFLAGS
    33     XAWFLAGS  := -I/usr/include/X11
    34   endif
    35   ifndef XAWLIBS
    36     XAWLIBS   := -L/usr/lib -lXaw -lXmu -lXt -lX11 -lXext
    37   endif
    3832  ifndef OGLFLAGS
    3933    OGLFLAGS  := -I$(OGLHOME)/include
  • trunk/config/sys/DEC-cxx.gmk

    r472 r1213  
    3131    XMLIBS    := -lXm
    3232  endif
    33   ifndef XAWFLAGS
    34     XAWFLAGS   :=
    35   endif
    36   ifndef XAWLIBS
    37     XAWLIBS    := -lXaw
    38   endif
    3933  ifndef OGLFLAGS
    4034    OGLFLAGS  := -I$(OGLHOME)/include
  • trunk/config/sys/Darwin-g++.gmk

    r1185 r1213  
    5454    XMLIBS    := -L/sw/lib -lXm -lXpm
    5555#   XMLIBS    := -L/usr/X11R6/lib -lXm -lXpm   ##### some installations.
    56   endif
    57   ifndef XAWFLAGS
    58     XAWFLAGS   := -I/sw/include
    59 #   XAWFLAGS   := -I/usr/X11R6/include         ##### some installations.
    60   endif
    61   ifndef XAWLIBS
    62     XAWLIBS    := -lXaw
    6356  endif
    6457  DLDLIBS   := -ldl
  • trunk/config/sys/HP-aCC.gmk

    r472 r1213  
    3838    XMLIBS    := -L/usr/lib/Motif1.2_R6 -lXm
    3939  endif
    40   ifndef XAWFLAGS
    41     XAWFLAGS  := -I/usr/contrib/X11R6/include -I/usr/contrib/X11R6/include/X11
    42   endif
    43   ifndef XAWLIBS
    44     XAWLIBS   := -L/usr/contrib/X11R6/lib -lXaw
    45   endif
    4640  ifndef OGLFLAGS
    4741    OGLFLAGS  := -I$(OGLHOME)/include
  • trunk/config/sys/Linux-egcs.gmk

    r472 r1213  
    4444    XMLIBS    := -lXm -lXpm
    4545  endif
    46   ifndef XAWFLAGS
    47     XAWFLAGS   := -I/usr/X11R6/include
    48   endif
    49   ifndef XAWLIBS
    50     XAWLIBS    := -lXaw
    51   endif
    5246  DLDLIBS   := -ldl
    5347  ifndef OGLFLAGS
  • trunk/config/sys/Linux-g++.gmk

    r1030 r1213  
    6161  ifndef XMLIBS
    6262    XMLIBS    := -lXm -lXpm
    63   endif
    64   ifndef XAWFLAGS
    65     XAWFLAGS   := -I/usr/X11R6/include
    66   endif
    67   ifndef XAWLIBS
    68     XAWLIBS    := -lXaw
    6963  endif
    7064  DLDLIBS   := -ldl
  • trunk/config/sys/Linux-icc.gmk

    r1045 r1213  
    4646    XMLIBS    := -lXm -lXpm
    4747  endif
    48   ifndef XAWFLAGS
    49     XAWFLAGS   := -I/usr/X11R6/include
    50   endif
    51   ifndef XAWLIBS
    52     XAWLIBS    := -lXaw
    53   endif
    5448  DLDLIBS   := -ldl
    5549  ifndef OGLFLAGS
  • trunk/config/sys/SGI-CC.gmk

    r472 r1213  
    3030    XMLIBS    := -L/usr/lib -lXm
    3131  endif
    32   ifndef XAWFLAGS
    33     XAWFLAGS   :=
    34   endif
    35   ifndef XAWLIBS
    36     XAWLIBS    := -lXaw
    37   endif
    3832  ifndef OGLFLAGS
    3933    OGLFLAGS  :=
  • trunk/config/sys/SUN-CC.gmk

    r593 r1213  
    3939    XMLIBS    += -R/usr/openwin/lib -lXt -lXm -lX11
    4040  endif
    41   ifndef XAWFLAGS
    42     XAWFLAGS  := -I/usr/openwin/include/X11
    43   endif
    44   ifndef XAWLIBS
    45     XAWLIBS   := -L/usr/openwin/lib -L/usr/dt/lib -L/usr/ucblib
    46     XAWLIBS   += -R/usr/openwin/lib -lXaw -lXmu -lXt -lX11 -lXext
    47   endif
    4841  ifndef OGLFLAGS
    4942    OGLFLAGS  := -I$(OGLHOME)/include
  • trunk/config/sys/WIN32-g++.gmk

    r1185 r1213  
    6060    XMLIBS    := -lXm -lXpm
    6161  endif
    62   ifndef XAWFLAGS
    63     XAWFLAGS  := -I/usr/X11R6/include
    64   endif
    65   ifndef XAWLIBS
    66     XAWLIBS   := -lXaw
    67   endif
    6862  ifndef OGLFLAGS
    6963    OGLFLAGS  := -I$(OGLHOME)/include
Note: See TracChangeset for help on using the changeset viewer.