source: trunk/MagicSoft/Mars/mtemp/Makefile@ 5116

Last change on this file since 5116 was 4697, checked in by rwagner, 20 years ago
*** empty log message ***
File size: 1.2 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 = Temp
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
47############################################################
48
49all: $(OBJS)
50
51include ../Makefile.rules
52
53clean: rmcint rmobjs rmcore rmlib
54mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.