source: trunk/MagicSoft/Mars/mtemp/mmpi/Makefile@ 5866

Last change on this file since 5866 was 5503, checked in by mazin, 20 years ago
*** empty log message ***
File size: 1.2 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 = Mpi
14
15#------------------------------------------------------------------------------
16
17INCLUDES = -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
42SRCFILES = MSkyPlot.cc \
43 MPointingPosCalcWA.cc
44
45############################################################
46
47all: $(OBJS)
48
49include ../../Makefile.rules
50
51clean: rmcint rmobjs rmcore rmlib
52mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.