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/catalog/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
    1911
    20 # @endcode
    21 
    2212INCLUDES = -I. -I.. -I../base -I../slalib -I../mars
    2313
    24 # @code
    25 
    2614CINT = Catalog
    27 LIB  = catalog.a
    2815
    2916#------------------------------------------------------------------------------
    30 
    31 .SUFFIXES: .c .cc .cxx .h .hxx .o
    3217
    3318SRCFILES = Slalib.cc \
     
    3621           StarCatalog.cc
    3722
    38 SRCS        = $(SRCFILES)
    39 HEADERS     = $(SRCFILES:.cc=.h)
    40 OBJS        = $(SRCFILES:.cc=.o)
    41 CINTHEADERS = $(HEADERS)
    42 
    4323############################################################
    4424
    45 all: $(LIB)
     25all: $(OBJS)
    4626
    4727include ../Makefile.rules
    4828
    49 clean:  rmlib rmcint rmobjs rmcore
    50 
    5129mrproper:       clean rmbak
    52 
    53 # @endcode
    54 
Note: See TracChangeset for help on using the changeset viewer.