Ignore:
Timestamp:
01/16/08 09:59:03 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/main/Makefile

    r7787 r8809  
    66#
    77##################################################################
    8 # @maintitle
    98
    10 # @code
    11 
    12 #
    13 #  please change all system depend values in the
    14 #  config.mk.${OSTYPE} file
    15 #
    16 #
    179include ../Makefile.conf.$(OSTYPE)
    1810include ../Makefile.conf.general
    19 
    20 # @endcode
    2111
    2212INCLUDES = -I. -I../base -I.. -I../gui -I../catalog -I../devdrv \
     
    2414           -I../mars
    2515
    26 # @code
    27 
    2816CINT     = Main
    29 LIB      = main.a
    3017
    3118#------------------------------------------------------------------------------
    3219
    33 .SUFFIXES: .c .cc .cxx .h .hxx .o
    34 
    35 SRCFILES = MBending.cc \
    36            MStarguider.cc \
     20SRCFILES = MStarguider.cc \
    3721           MStargHistograms.cc \
    38            MPointing.cc \
     22           MSlewing.cc \
    3923           MTracking.cc \
    4024           MCaos.cc \
    4125           MCosy.cc
    4226
    43 SRCS        = $(SRCFILES)
    44 HEADERS     = $(SRCFILES:.cc=.h)
    45 OBJS        = $(SRCFILES:.cc=.o)
    46 CINTHEADERS = $(HEADERS)
    47 
    4827############################################################
    4928
    50 all: $(LIB)
     29all: $(OBJS)
    5130
    5231include ../Makefile.rules
    5332
    54 clean:  rmlib rmcint rmobjs rmcore
    55 
    5633mrproper:       clean rmbak
    57 
    58 # @endcode
    59 
Note: See TracChangeset for help on using the changeset viewer.