Changeset 3927 for trunk/MagicSoft/Mars/mtemp/Makefile
- Timestamp:
- 05/01/04 16:33:16 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/Makefile
r2800 r3927 1 1 ################################################################## 2 2 # 3 # makefile3 # subdirectory makefile 4 4 # 5 5 # for the MARS software … … 9 9 include ../Makefile.conf.general 10 10 11 # 12 # Handling name of the Root Dictionary Files 13 # 14 CINT = Temp 11 #------------------------------------------------------------------------------ 15 12 16 # 17 # Library name to creatre 18 # 19 LIB = mtemp.a 13 INCLUDES = -I. 20 14 21 # 22 # connect the include files defined in the config.mk file 23 # 24 INCLUDES = -I. -I../mbase -I../mraw -I../manalysis -I../mmc \ 25 -I../mgui -I../mgeom -I../mdata -I../mhist -I../../slalib 15 CINT = Temp 26 16 27 .SUFFIXES: .c .cc .cxx .h .hxx .o 28 29 SRCFILES = \ 30 MObservatoryLocation.cc \ 31 MVPObject.cc \ 32 MVPPlotter.cc \ 33 MVPTime.cc 34 35 SRCS = $(SRCFILES) 36 HEADERS = $(SRCFILES:.cc=.h) 37 OBJS = $(SRCFILES:.cc=.o) 17 SRCFILES = 38 18 39 19 ############################################################ 40 20 41 all: $( LIB)21 all: $(OBJS) 42 22 43 23 include ../Makefile.rules 44 24 45 #clean: rmcint rmobjs rmcore rmlib46 47 25 mrproper: clean rmbak 48 49 # @endcode50 51
Note:
See TracChangeset
for help on using the changeset viewer.