source: trunk/MagicSoft/Cosy/tpoint/Makefile@ 8847

Last change on this file since 8847 was 8823, checked in by tbretz, 17 years ago
*** empty log message ***
  • Property svn:executable set to *
File size: 563 bytes
Line 
1##################################################################
2#
3# makefile
4#
5# for the MARS software
6#
7##################################################################
8
9include ../Makefile.conf.$(OSTYPE)
10include ../Makefile.conf.general
11
12INCLUDES = -I. -I.. -I../mars -I../base
13
14CINT = TPoint
15
16#------------------------------------------------------------------------------
17
18SRCFILES = TPointStar.cc \
19 TPointGui.cc
20
21############################################################
22
23all: $(OBJS)
24
25include ../Makefile.rules
26
27mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.