| Line |  | 
|---|
| 1 | ################################################################## | 
|---|
| 2 | # | 
|---|
| 3 | # config.mk | 
|---|
| 4 | # | 
|---|
| 5 | # @file        config.mk | 
|---|
| 6 | # | 
|---|
| 7 | ################################################################## | 
|---|
| 8 | # @maintitle | 
|---|
| 9 |  | 
|---|
| 10 | # @code | 
|---|
| 11 |  | 
|---|
| 12 | # | 
|---|
| 13 | # compilers | 
|---|
| 14 | # | 
|---|
| 15 |  | 
|---|
| 16 | CC       = cc | 
|---|
| 17 | CXX      = cxx | 
|---|
| 18 | F77      = f77 | 
|---|
| 19 | AR       = ar -c -r | 
|---|
| 20 |  | 
|---|
| 21 | # | 
|---|
| 22 | #  ----->>>   settings for compilation | 
|---|
| 23 | # | 
|---|
| 24 |  | 
|---|
| 25 | OPTIM    = -O2 -ieee -arch host -lpthread | 
|---|
| 26 | DEBUG    = -g  -w0 -msg_display_tag -msg_disable castqualtyp,undpreid,unrfunprm,extrasemi,intconlosbit,nonfundec,partovrd,stoclsnotfirst,boolexprconst | 
|---|
| 27 | ARCHDEF  = -D__OSF__ -D__USE_STD_IOSTREAM -DR__ANSISTREAM | 
|---|
| 28 | DYNLIB   = -shared | 
|---|
| 29 |  | 
|---|
| 30 | #MARS_LIB = -Llib $(SUBDIRS/*/-l&)  $(MARSLIBS) | 
|---|
| 31 | MARS_LIB = -Llib $(MARSLIBS) | 
|---|
| 32 | INCLUDES = -I. $(SUBDIRS/*/-I&) | 
|---|
| 33 |  | 
|---|
| 34 | # uncomment this for quiet compilation | 
|---|
| 35 |  | 
|---|
| 36 | .SILENT: | 
|---|
| 37 |  | 
|---|
| 38 | # @endcode | 
|---|
| 39 | ##EOF | 
|---|
| 40 |  | 
|---|
| 41 |  | 
|---|
| 42 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.