Ignore:
Timestamp:
10/31/01 13:47:45 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Makefile.conf.linux

    r931 r1018  
    1212# compilers
    1313
    14 CC            = gcc
    15 CXX           = g++
    16 F77           = f77
    17 AR            = ar -rc
     14CC       = gcc
     15CXX      = g++
     16F77      = f77
     17AR       = ar -rc
    1818#
    1919#  ----->>>   settings for compilation
     
    2222OPTIM    = -O2 -Wall -fno-rtti -fno-exceptions -fPIC -Wtraditional -Wpointer-arith -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs
    2323DEBUG    = -g
     24ARCHDEF  = -D__LINUX__
    2425
    25 MARS_LIB  = -Llib $(SUBDIRS:%=-l%)
    26 INCLUDES  = -I. $(SUBDIRS:%=-I%)
     26MARS_LIB = -Llib $(SUBDIRS:%=-l%)
     27INCLUDES = -I. $(SUBDIRS:%=-I%)
    2728
    2829# uncomment this for quiet compilation
Note: See TracChangeset for help on using the changeset viewer.