Changeset 3927 for trunk/MagicSoft/Mars/mbase/Makefile
- Timestamp:
- 05/01/04 16:33:16 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/Makefile
r3581 r3927 1 1 ################################################################## 2 2 # 3 # makefile3 # subdirectory makefile 4 4 # 5 5 # for the MARS software 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../mfileio -I../mfbase -I../mastro … … 25 16 # mastro: MAstro (MTime) 26 17 27 # @code 28 29 CINT = Base 30 LIB = mbase.a 31 32 #------------------------------------------------------------------------------ 33 34 .SUFFIXES: .c .cc .cxx .h .hxx .o 18 CINT = Base 35 19 36 20 SRCFILES = MLogo.cc \ … … 49 33 MFilter.cc \ 50 34 MEvtLoop.cc \ 51 MStatusDisplay.cc \52 35 MProgressBar.cc \ 53 36 MSearch.cc \ … … 70 53 MPrint.cc 71 54 72 SRCS = $(SRCFILES)73 HEADERS = $(SRCFILES:.cc=.h)74 OBJS = $(SRCFILES:.cc=.o)75 76 55 ############################################################ 77 56 78 all: $( LIB)57 all: $(OBJS) 79 58 80 59 include ../Makefile.rules 81 60 82 #clean: rmcint rmobjs rmcore rmlib83 84 61 mrproper: clean rmbak 85 86 # @endcode
Note:
See TracChangeset
for help on using the changeset viewer.