Changeset 3927 for trunk/MagicSoft/Mars/mraw/Makefile
- Timestamp:
- 05/01/04 16:33:16 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mraw/Makefile
r2800 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 = mraw.a20 21 #22 19 # connect the include files defined in the config.mk file 23 20 # 24 21 INCLUDES = -I. -I../mbase -I../mgui -I../mgeom -I../MBase 25 22 # mgui (MCamEvent), mgeom(MGeomCam) 26 27 #------------------------------------------------------------------------------28 29 .SUFFIXES: .c .cc .cxx .h .hxx .o30 23 31 24 SRCFILES = MRawRunHeader.cc \ … … 40 33 MRawSocketRead.cc 41 34 42 SRCS = $(SRCFILES)43 HEADERS = $(SRCFILES:.cc=.h)44 OBJS = $(SRCFILES:.cc=.o)45 46 35 ############################################################ 47 36 48 all: $( LIB)37 all: $(OBJS) 49 38 50 39 include ../Makefile.rules 51 40 52 #clean: rmcint rmobjs rmcore rmlib53 54 41 mrproper: clean rmbak 55 56 # @endcode57
Note:
See TracChangeset
for help on using the changeset viewer.