Changeset 856


Ignore:
Timestamp:
07/06/01 14:18:10 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
6 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Makefile

    r714 r856  
    4242          mmontecarlo \
    4343          mhist       \
     44          mfilter     \
    4445          mbase       \
    4546          mraw        \
     
    103104        @cd mhist; make mrproper; cd ..
    104105        @echo "cd .."
     106        @echo "cd mfilter"
     107        @cd mfilter; make mrproper; cd ..
     108        @echo "cd .."
    105109        @echo "cd mgui"
    106110        @cd mgui; make mrproper; cd ..
  • trunk/MagicSoft/Mars/Makefile.conf.linux-gnu

    r546 r856  
    2020#
    2121
    22 OPTIM    = -O2 -Wall -fno-rtti -fno-exceptions -fPIC
    23 DEBUG    = -g 
     22OPTIM    = -O2 -Wall -fno-rtti -fno-exceptions -fPIC -Wtraditional -Wpointer-arith -Wcast-align -Wwrite-strings -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Woverloaded-virtual
     23DEBUG    = -g
    2424
    2525MARS_LIB  = -Llib $(SUBDIRS:%=-l%)
  • trunk/MagicSoft/Mars/Makefile.conf.osf1

    r546 r856  
    2424
    2525OPTIM = -O2 -ieee -arch host
    26 DEBUG = -g
     26DEBUG = -g  -w0 -msg_display_tag -msg_disable castqualtyp,undpreid,unrfunprm,extrasemi
    2727
    2828MARS_LIB  = -Llib $(SUBDIRS/*/-l&)
Note: See TracChangeset for help on using the changeset viewer.