Ignore:
Timestamp:
May 15, 2009, 12:28:43 PM (15 years ago)
Author:
garnier
Message:

maj en aussi sur CVS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/config/G4UI_USE.gmk

    r850 r1045  
    1 # $Id: G4UI_USE.gmk,v 1.12 2008/05/14 09:48:19 gbarrand Exp $
     1# $Id: G4UI_USE.gmk,v 1.15 2009/03/05 09:19:37 gbarrand Exp $
    22# -------------------------------------------------------------
    33# GNUmakefile for CPPFLAGS for interfaces USE phase.
    44#   John Allison, 6th July 1998.
    55
    6 ########################### interfaces/basic #######################
    7 ifndef G4UI_USE_INCLUDED
    8   G4UI_USE_INCLUDED = 1
    9  
    106ifndef G4UI_NONE
    117
    12 UILIBS :=
     8ifndef G4UI_USE_INCLUDED
     9G4UI_USE_INCLUDED = 1
     10 
     11ifndef UILIBS
     12  UILIBS :=
     13endif
    1314
    1415# Sessions not needing external packages or libraries.  These
     
    8182endif
    8283
    83 ifdef G4UI_USE_OSC
    84   CPPFLAGS += -DG4UI_USE_OSC
    85   ifneq (,$(findstring WIN32-VC,$(G4SYSTEM)))
    86     # need a syntax that both g++ and CL.exe understand :
    87     G4OSC_TMP_1 := $(shell echo "`osc-config --g4lab_incs`")
    88     CPPFLAGS += $(patsubst /I%,-I"%",$(G4OSC_TMP_1))
    89   else
    90     CPPFLAGS += `osc-config --g4lab_incs`
    91   endif
    92   INTYLIBS += `osc-config --g4lab_libs`
    93   INTYLIBS += `osc-config --iv_libs`
    94   #   
    95   ifndef G4ANALYSIS_AIDA_CONFIG_CFLAGS
    96     ifneq (,$(findstring WIN32-VC,$(G4SYSTEM)))
    97       # need a syntax that both g++ and CL.exe understand :
    98       G4OSC_TMP_2 := $(shell echo "`aida-config --include`")
    99       G4ANALYSIS_AIDA_CONFIG_CFLAGS := $(patsubst /I%,-I"%",$(G4OSC_TMP_2))
    100     endif
    101   endif
    102 endif
    103 
    104 ########################### interfaces/XVT - not currently implemented #####
    105 
    10684##################### Default to TERMINAL if no environment variables set ##
    107 ##################### (No need actually to use it - see above.) ############
    10885
    10986ifndef G4UI_USE
    110   G4UI_USE  = 1
    11187  CPPFLAGS += -DG4UI_USE_TERMINAL
    11288endif
    11389
    114 endif #G4UI_NONE
     90########################### and finally... #######################
     91
     92G4UI_USE  = 1
     93CPPFLAGS += -DG4UI_USE
     94
    11595endif # G4UI_USE_INCLUDED
     96endif # G4UI_NONE
Note: See TracChangeset for help on using the changeset viewer.