Changeset 2263
- Timestamp:
- 07/06/03 14:23:00 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2262 r2263 1 1 -*-*- 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 2 30 3 31 … … 9 37 * mhistmc/MHMcEnergyMigration.cc 10 38 - swap first 2 arguments of fHist.Fill and fHist2.Fill 39 11 40 12 41 … … 19 48 * macros/CT1collarea.C 20 49 - Changed binning in theta to include high ZAs 50 21 51 22 52 -
trunk/MagicSoft/Mars/Makefile
r2135 r2263 81 81 $(SOLIB): $(LIBRARIES) $(OBJS) $(HEADERS) MCint.o 82 82 @echo " Linking $(SOLIB) ..." 83 $(CXX) -shared$(CXXFLAGS) $(SUBDIRS:=/*.o) $(ROOTGLIBS) -o $@83 $(CXX) $(DYNLIB) $(CXXFLAGS) $(SUBDIRS:=/*.o) $(ROOTGLIBS) -o $@ 84 84 mv mars.so lib 85 85 -
trunk/MagicSoft/Mars/Makefile.conf.linux
r2173 r2263 24 24 DEBUG = 25 25 ARCHDEF = -D__LINUX__ 26 DYNLIB = -shared 26 27 27 28 # For debugging information use '-g'
Note:
See TracChangeset
for help on using the changeset viewer.