source: tags/Mars-V0.8.5/mtemp/Makefile

Last change on this file was 4002, checked in by jlopez, 20 years ago
*** empty log message ***
File size: 1.1 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
39SRCFILES = \
40 MStarLocalPos.cc \
41 MStarLocalCam.cc \
42 MFindStars.cc
43
44############################################################
45
46all: $(OBJS)
47
48include ../Makefile.rules
49
50clean: rmcint rmobjs rmcore rmlib
51mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.