Changeset 8809 for trunk/MagicSoft/Cosy/main
- Timestamp:
- 01/16/08 09:59:03 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/main/Makefile
r7787 r8809 6 6 # 7 7 ################################################################## 8 # @maintitle9 8 10 # @code11 12 #13 # please change all system depend values in the14 # config.mk.${OSTYPE} file15 #16 #17 9 include ../Makefile.conf.$(OSTYPE) 18 10 include ../Makefile.conf.general 19 20 # @endcode21 11 22 12 INCLUDES = -I. -I../base -I.. -I../gui -I../catalog -I../devdrv \ … … 24 14 -I../mars 25 15 26 # @code27 28 16 CINT = Main 29 LIB = main.a30 17 31 18 #------------------------------------------------------------------------------ 32 19 33 .SUFFIXES: .c .cc .cxx .h .hxx .o 34 35 SRCFILES = MBending.cc \ 36 MStarguider.cc \ 20 SRCFILES = MStarguider.cc \ 37 21 MStargHistograms.cc \ 38 M Pointing.cc \22 MSlewing.cc \ 39 23 MTracking.cc \ 40 24 MCaos.cc \ 41 25 MCosy.cc 42 26 43 SRCS = $(SRCFILES)44 HEADERS = $(SRCFILES:.cc=.h)45 OBJS = $(SRCFILES:.cc=.o)46 CINTHEADERS = $(HEADERS)47 48 27 ############################################################ 49 28 50 all: $( LIB)29 all: $(OBJS) 51 30 52 31 include ../Makefile.rules 53 32 54 clean: rmlib rmcint rmobjs rmcore55 56 33 mrproper: clean rmbak 57 58 # @endcode59
Note:
See TracChangeset
for help on using the changeset viewer.