source: trunk/MagicSoft/Cosy/gui/Makefile@ 911

Last change on this file since 911 was 910, checked in by tbretz, 23 years ago
*** empty log message ***
File size: 969 bytes
Line 
1##################################################################
2#
3# makefile
4#
5# for the MARS software
6#
7##################################################################
8# @maintitle
9
10# @code
11
12#
13# please change all system depend values in the
14# config.mk.${OSTYPE} file
15#
16#
17include ../Makefile.conf.$(OSTYPE)
18include ../Makefile.conf.general
19
20# @endcode
21
22INCLUDES = -I. -I.. -I../base -I../slalib -I../candrv -I../incl -I../catalog
23
24# @code
25
26CINT = Gui
27LIB = gui.a
28
29#------------------------------------------------------------------------------
30
31.SUFFIXES: .c .cc .cxx .h .hxx .o
32
33SRCFILES = MGCoordinate.cc \
34 MGCoordinates.cc \
35 MGCosy.cc \
36 MGImage.cc \
37 MGSkyPosition.cc
38
39SRCS = $(SRCFILES)
40HEADERS = $(SRCFILES:.cc=.h)
41OBJS = $(SRCFILES:.cc=.o)
42
43############################################################
44
45all: $(LIB)
46
47include ../Makefile.rules
48
49clean: rmlib rmcint rmobjs rmcore
50
51mrproper: clean rmbak
52
53# @endcode
54
Note: See TracBrowser for help on using the repository browser.