Line | |
---|
1 | ##################################################################
|
---|
2 | #
|
---|
3 | # subdirectory makefile
|
---|
4 | #
|
---|
5 | # for the MARS software
|
---|
6 | #
|
---|
7 | ##################################################################
|
---|
8 | include ../../../../Makefile.conf.$(OSTYPE)
|
---|
9 | include ../../../../Makefile.conf.general
|
---|
10 |
|
---|
11 | #------------------------------------------------------------------------------
|
---|
12 |
|
---|
13 | CINT = Pisa
|
---|
14 |
|
---|
15 | #------------------------------------------------------------------------------
|
---|
16 |
|
---|
17 | INCLUDES = -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 |
|
---|
40 | SRCFILES = \
|
---|
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 |
|
---|
52 | all: $(OBJS)
|
---|
53 |
|
---|
54 | include ../../../../Makefile.rules
|
---|
55 |
|
---|
56 | clean: rmcint rmobjs rmcore rmlib
|
---|
57 | mrproper: clean rmbak
|
---|
Note:
See
TracBrowser
for help on using the repository browser.