Changeset 4021


Ignore:
Timestamp:
05/09/04 19:41:03 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Makefile

    r4020 r4021  
    2222#PROGRAMS = readraw merpp mars test mona status
    2323PROGRAMS = readdaq readraw merpp star status mars mona
    24 SOLIB    = libmars.so
     24DYLIB    = libmars.so
    2525CINT     = M
    2626
  • trunk/MagicSoft/Mars/Makefile.conf.darwin

    r4020 r4021  
    3030DYFLAG   = -dynamiclib
    3131
    32 DYLIB    = $(SOLIB:.so=.dylib)
     32SOLIB    = $(DYLIB:.so=.dylib)
    3333
    3434# For debugging information use '-g'
     
    4141# uncomment this for quiet compilation
    4242
    43 #.SILENT:
     43.SILENT:
    4444
    4545# @endcode
  • trunk/MagicSoft/Mars/Makefile.conf.linux

    r4020 r4021  
    2323SOFLAG   = -shared
    2424
    25 DYLIB    = $(SOLIB)
    26 
    2725# For debugging information use '-g'
    2826# For producing gmon.out use    '-pg' (needs static linking)
Note: See TracChangeset for help on using the changeset viewer.