Changeset 3927 for trunk/MagicSoft/Mars/mimage
- Timestamp:
- 05/01/04 16:33:16 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mimage/Makefile
r3821 r3927 9 9 include ../Makefile.conf.general 10 10 11 #------------------------------------------------------------------------------ 12 11 13 # 12 14 # Handling name of the Root Dictionary Files … … 15 17 16 18 # 17 # Library name to creatre18 #19 LIB = mimage.a20 21 #22 19 # connect the include files defined in the config.mk file 23 20 # 24 21 INCLUDES = -I. -I../mbase -I../mhbase -I../mgeom -I../manalysis \ 25 22 -I../mgui -I../mmc -I../mpointing -I../mpedestal 26 27 #------------------------------------------------------------------------------28 29 .SUFFIXES: .c .cc .cxx .h .hxx .o30 23 31 24 SRCFILES = MImgCleanStd.cc \ … … 46 39 MStereoCalc.cc 47 40 48 SRCS = $(SRCFILES)49 HEADERS = $(SRCFILES:.cc=.h)50 OBJS = $(SRCFILES:.cc=.o)51 52 41 ############################################################ 53 42 54 all: $( LIB)43 all: $(OBJS) 55 44 56 45 include ../Makefile.rules 57 46 58 #clean: rmcint rmobjs rmcore rmlib59 60 47 mrproper: clean rmbak 61 62 # @endcode
Note:
See TracChangeset
for help on using the changeset viewer.