Changeset 3927 for trunk/MagicSoft/Mars/mfilter
- Timestamp:
- 05/01/04 16:33:16 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfilter/Makefile
r3816 r3927 6 6 # 7 7 ################################################################## 8 # @maintitle9 10 # @code11 12 #13 # please change all system depend values in the14 # config.mk.${OSTYPE} file15 #16 #17 8 include ../Makefile.conf.$(OSTYPE) 18 9 include ../Makefile.conf.general 19 10 20 # @endcode11 #------------------------------------------------------------------------------ 21 12 22 13 INCLUDES = -I. -I../mbase -I../mfbase -I../mraw -I../mmc -I../mdata \ … … 25 16 -I../mpedestal 26 17 27 # @code28 29 18 CINT = Filter 30 LIB = mfilter.a31 32 #------------------------------------------------------------------------------33 34 .SUFFIXES: .c .cc .cxx .h .hxx .o35 19 36 20 SRCFILES = MFTriggerLvl1.cc \ … … 49 33 MFEnergySlope.cc 50 34 51 SRCS = $(SRCFILES)52 HEADERS = $(SRCFILES:.cc=.h)53 OBJS = $(SRCFILES:.cc=.o)54 55 35 ############################################################ 56 36 57 all: $( LIB)37 all: $(OBJS) 58 38 59 39 include ../Makefile.rules 60 40 61 #clean: rmcint rmobjs rmcore rmlib62 63 41 mrproper: clean rmbak 64 65 # @endcode66
Note:
See TracChangeset
for help on using the changeset viewer.