Changeset 3927 for trunk/MagicSoft/Mars/mhvstime
- Timestamp:
- 05/01/04 16:33:16 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhvstime/Makefile
r3395 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 = HVsTime 15 16 #17 # Library name to creatre18 #19 LIB = mhvstime.a20 17 21 18 # … … 28 25 # mraw (MRawEvtHeader) 29 26 30 #------------------------------------------------------------------------------31 32 .SUFFIXES: .c .cc .cxx .h .hxx .o33 34 27 SRCFILES = MHVsTime.cc \ 35 28 MHPixVsTime.cc \ 36 29 MHSectorVsTime.cc 37 38 39 SRCS = $(SRCFILES)40 HEADERS = $(SRCFILES:.cc=.h)41 OBJS = $(SRCFILES:.cc=.o)42 30 43 31 ############################################################ 44 32 45 all: $( LIB)33 all: $(OBJS) 46 34 47 35 include ../Makefile.rules 48 36 49 #clean: rmcint rmobjs rmcore rmlib50 51 37 mrproper: clean rmbak 52 53 # @endcode
Note:
See TracChangeset
for help on using the changeset viewer.