Changeset 2263


Ignore:
Timestamp:
07/06/03 14:23:00 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2262 r2263  
    11                                                 -*-*- END OF LINE -*-*-
     2
     3 2003/07/06: Thomas Bretz
     4 
     5   * Makefile:
     6     - replaced '-shared' by $(DYNLIB)
     7     
     8   * Makefile.conf.linux, Makefile.conf.linux-gnu,
     9     Makefile.conf.osf1, Makefile.conf.osf5.1:
     10     - added DYNLIB
     11     
     12   * Makefile.conf.darwin:
     13     - added
     14   
     15   * mgui/MCamEvent.cc:
     16     - removed obsolete include
     17     
     18   * mgui/Makefile:
     19     - removed obsolete include dirs
     20     
     21   * mhist/MHCamera.cc:
     22     - fixes for root 3.05/01
     23     
     24   * mraw/MRawEvtData.cc:
     25     - added type 1 and 2 to GetPixContent
     26     
     27   * mraw/MRawEvtPixelIter.[h,cc]:
     28     - added GetMax[Hi,Lo]GainSample
     29
    230
    331
     
    937   * mhistmc/MHMcEnergyMigration.cc
    1038     - swap first 2 arguments of fHist.Fill and fHist2.Fill
     39
    1140
    1241
     
    1948   * macros/CT1collarea.C
    2049     - Changed binning in theta to include high ZAs
     50
    2151
    2252
  • trunk/MagicSoft/Mars/Makefile

    r2135 r2263  
    8181$(SOLIB): $(LIBRARIES) $(OBJS) $(HEADERS) MCint.o
    8282        @echo " Linking $(SOLIB) ..."
    83         $(CXX) -shared $(CXXFLAGS) $(SUBDIRS:=/*.o) $(ROOTGLIBS) -o $@
     83        $(CXX) $(DYNLIB) $(CXXFLAGS) $(SUBDIRS:=/*.o) $(ROOTGLIBS) -o $@
    8484        mv mars.so lib
    8585
  • trunk/MagicSoft/Mars/Makefile.conf.linux

    r2173 r2263  
    2424DEBUG    =
    2525ARCHDEF  = -D__LINUX__
     26DYNLIB   = -shared
    2627
    2728# For debugging information use '-g'
Note: See TracChangeset for help on using the changeset viewer.