Changeset 8809 for trunk/MagicSoft/Cosy/gui
- Timestamp:
- 01/16/08 09:59:03 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/gui/Makefile
r7790 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.. -I../base -I../slalib -I../candrv -I../incl \ … … 24 14 -I../mars 25 15 26 # @code27 28 16 CINT = Gui 29 LIB = gui.a30 17 31 18 #------------------------------------------------------------------------------ 32 33 .SUFFIXES: .c .cc .cxx .h .hxx .o34 19 35 20 SRCFILES = MGCosy.cc \ … … 43 28 MGSkyPosition.cc 44 29 45 SRCS = $(SRCFILES)46 HEADERS = $(SRCFILES:.cc=.h)47 OBJS = $(SRCFILES:.cc=.o)48 CINTHEADERS = $(HEADERS)49 50 30 ############################################################ 51 31 52 all: $( LIB)32 all: $(OBJS) 53 33 54 34 include ../Makefile.rules 55 35 56 clean: rmlib rmcint rmobjs rmcore57 58 36 mrproper: clean rmbak 59 60 # @endcode61
Note:
See TracChangeset
for help on using the changeset viewer.