Ignore:
Timestamp:
05/01/04 16:33:16 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mpointing/Makefile

    r3570 r3927  
    99include ../Makefile.conf.general
    1010
     11#------------------------------------------------------------------------------
     12
    1113#
    1214# Handling name of the Root Dictionary Files
    1315#
    1416CINT = Pointing
    15 
    16 #
    17 # Library name to creatre
    18 #
    19 LIB  = mpointing.a
    2017
    2118#
     
    2522           -I../mastro -I../mgeom
    2623
    27 #------------------------------------------------------------------------------
    28 
    29 .SUFFIXES: .c .cc .cxx .h .hxx .o
    30 
    3124SRCFILES = MPointingPos.cc \
    3225           MPointingPosCalc.cc \
     
    3427           MSrcPosCalc.cc
    3528
    36 SRCS    = $(SRCFILES)
    37 HEADERS = $(SRCFILES:.cc=.h)
    38 OBJS    = $(SRCFILES:.cc=.o)
    39 
    4029############################################################
    4130
    42 all: $(LIB)
     31all: $(OBJS)
    4332
    4433include ../Makefile.rules
    4534
    46 #clean: rmcint rmobjs rmcore rmlib
    47 
    4835mrproper:       clean rmbak
    49 
    50 # @endcode
    51 
Note: See TracChangeset for help on using the changeset viewer.