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