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 | INCLUDES = -I. \
|
---|
14 | -I../mbase \
|
---|
15 | -I../mjobs \
|
---|
16 | -I../mpedestal \
|
---|
17 | -I../mbadpixels \
|
---|
18 | -I../mfileio \
|
---|
19 | -I../mraw \
|
---|
20 | -I../manalysis \
|
---|
21 | -I../mgui \
|
---|
22 | -I../mgeom \
|
---|
23 | -I../msignal \
|
---|
24 | -I../mcalib \
|
---|
25 | -I../mfilter \
|
---|
26 | -I../mhbase \
|
---|
27 | -I../mimage \
|
---|
28 | -I../mpointing \
|
---|
29 | -I../mcamera \
|
---|
30 | -I../mhist \
|
---|
31 | -I../mmc \
|
---|
32 | -I../mreport \
|
---|
33 | -I../mastro
|
---|
34 |
|
---|
35 | CINT = Starcam
|
---|
36 |
|
---|
37 | SRCFILES = MStarCam.cc \
|
---|
38 | MStarPos.cc
|
---|
39 |
|
---|
40 | ############################################################
|
---|
41 |
|
---|
42 | all: $(OBJS)
|
---|
43 |
|
---|
44 | include ../Makefile.rules
|
---|
45 |
|
---|
46 | mrproper: clean rmbak
|
---|
Note:
See
TracBrowser
for help on using the repository browser.