source: trunk/Cosy/tpoint/Makefile@ 12958

Last change on this file since 12958 was 10026, checked in by tbretz, 14 years ago
Removed necessity of defining OSTYPE.
  • 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.general
10include ../Makefile.conf.$(OSTYPE)
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.