Changeset 8809 for trunk/MagicSoft/Cosy/catalog
- Timestamp:
- 01/16/08 09:59:03 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/catalog/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 11 20 # @endcode21 22 12 INCLUDES = -I. -I.. -I../base -I../slalib -I../mars 23 13 24 # @code25 26 14 CINT = Catalog 27 LIB = catalog.a28 15 29 16 #------------------------------------------------------------------------------ 30 31 .SUFFIXES: .c .cc .cxx .h .hxx .o32 17 33 18 SRCFILES = Slalib.cc \ … … 36 21 StarCatalog.cc 37 22 38 SRCS = $(SRCFILES)39 HEADERS = $(SRCFILES:.cc=.h)40 OBJS = $(SRCFILES:.cc=.o)41 CINTHEADERS = $(HEADERS)42 43 23 ############################################################ 44 24 45 all: $( LIB)25 all: $(OBJS) 46 26 47 27 include ../Makefile.rules 48 28 49 clean: rmlib rmcint rmobjs rmcore50 51 29 mrproper: clean rmbak 52 53 # @endcode54
Note:
See TracChangeset
for help on using the changeset viewer.