Changeset 3927 for trunk/MagicSoft/Mars/mhist/Makefile
- Timestamp:
- 05/01/04 16:33:16 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/Makefile
r3816 r3927 9 9 include ../Makefile.conf.general 10 10 11 #------------------------------------------------------------------------------ 12 11 13 # 12 14 # Handling name of the Root Dictionary Files 13 15 # 14 16 CINT = Hist 15 16 #17 # Library name to creatre18 #19 LIB = mhist.a20 17 21 18 # … … 26 23 -I../mmain -I../mmc -I../mreflector -I../mpointing \ 27 24 -I../mastro -I../mpedestal 28 29 #------------------------------------------------------------------------------30 31 .SUFFIXES: .c .cc .cxx .h .hxx .o32 25 33 26 SRCFILES = MHEvent.cc \ … … 64 57 # MHCurrents.cc \ 65 58 66 67 SRCS = $(SRCFILES)68 HEADERS = $(SRCFILES:.cc=.h)69 OBJS = $(SRCFILES:.cc=.o)70 71 59 ############################################################ 72 60 73 all: $( LIB)61 all: $(OBJS) 74 62 75 63 include ../Makefile.rules 76 64 77 #clean: rmcint rmobjs rmcore rmlib78 79 65 mrproper: clean rmbak 80 81 # @endcode82 83 84 85 86 87 88 89
Note:
See TracChangeset
for help on using the changeset viewer.