source: trunk/MagicSoft/Mars/mtemp/mpisa/classes/mispointing/Makefile@ 5120

Last change on this file since 5120 was 5120, checked in by stamerra, 20 years ago
*** empty log message ***
File size: 1.4 KB
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
13CINT = Pisa
14
15#------------------------------------------------------------------------------
16
17INCLUDES = -I. \
18 -I../../../../mbase \
19 -I../../../../mjobs \
20 -I../../../../mpedestal \
21 -I../../../../mbadpixels \
22 -I../../../../mfileio \
23 -I../../../../mraw \
24 -I../../../../manalysis \
25 -I../../../../mgui \
26 -I../../../../mgeom \
27 -I../../../../msignal \
28 -I../../../../mcalib \
29 -I../../../../mfilter \
30 -I../../../../mhbase \
31 -I../../../../mimage \
32 -I../../../../mpointing \
33 -I../../../../mcamera \
34 -I../../../../mhist \
35 -I../../../../mmc \
36 -I../../../../mreport \
37 -I../../../../mastro \
38 -I../../../../mstarcam
39
40SRCFILES = \
41 ./MFindStars.cc \
42 ./MTelAxisFromStars.cc \
43 ./MHTelAxisFromStars.cc \
44 ./MSkyCamTrans.cc \
45 ./MSourceDirections.cc \
46 ./MStarLocalCam.cc \
47 ./MStarLocalPos.cc
48
49
50############################################################
51
52all: $(OBJS)
53
54include ../../../../Makefile.rules
55
56clean: rmcint rmobjs rmcore rmlib
57mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.