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 = Temp
|
---|
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 |
|
---|
39 | SRCFILES = \
|
---|
40 | MStarLocalPos.cc \
|
---|
41 | MStarLocalCam.cc \
|
---|
42 | MFindStars.cc
|
---|
43 |
|
---|
44 | ############################################################
|
---|
45 |
|
---|
46 | all: $(OBJS)
|
---|
47 |
|
---|
48 | include ../Makefile.rules
|
---|
49 |
|
---|
50 | clean: rmcint rmobjs rmcore rmlib
|
---|
51 | mrproper: clean rmbak
|
---|
Note:
See
TracBrowser
for help on using the repository browser.