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/gui/Makefile

    r7790 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.. -I../base -I../slalib -I../candrv -I../incl \
     
    2414           -I../mars
    2515
    26 # @code
    27 
    2816CINT     = Gui
    29 LIB      = gui.a
    3017
    3118#------------------------------------------------------------------------------
    32 
    33 .SUFFIXES: .c .cc .cxx .h .hxx .o
    3419
    3520SRCFILES = MGCosy.cc \
     
    4328           MGSkyPosition.cc
    4429 
    45 SRCS        = $(SRCFILES)
    46 HEADERS     = $(SRCFILES:.cc=.h)
    47 OBJS        = $(SRCFILES:.cc=.o)
    48 CINTHEADERS = $(HEADERS)
    49 
    5030############################################################
    5131
    52 all: $(LIB)
     32all: $(OBJS)
    5333
    5434include ../Makefile.rules
    5535
    56 clean:  rmlib rmcint rmobjs rmcore
    57 
    5836mrproper:       clean rmbak
    59 
    60 # @endcode
    61 
Note: See TracChangeset for help on using the changeset viewer.