source: trunk/MagicSoft/Mars/mstarcam/Makefile@ 7170

Last change on this file since 7170 was 4686, checked in by tbretz, 20 years ago
*** empty log message ***
File size: 629 bytes
Line 
1##################################################################
2#
3# subdirectory makefile
4#
5# for the MARS software
6#
7##################################################################
8include ../Makefile.conf.$(OSTYPE)
9include ../Makefile.conf.general
10
11#------------------------------------------------------------------------------
12
13INCLUDES = -I. -I../mbase -I../mhbase -I../mhist -I../mgeom -I../mastro
14
15CINT = Starcam
16
17SRCFILES = MStarCam.cc \
18 MStarPos.cc \
19 MStarCamTrans.cc
20
21############################################################
22
23all: $(OBJS)
24
25include ../Makefile.rules
26
27mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.