source: trunk/MagicSoft/Mars/mstarcam/Makefile@ 4678

Last change on this file since 4678 was 4667, checked in by rwagner, 20 years ago
*** empty log message ***
File size: 1.0 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
13INCLUDES = -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
35CINT = Starcam
36
37SRCFILES = MStarCam.cc \
38 MStarPos.cc
39
40############################################################
41
42all: $(OBJS)
43
44include ../Makefile.rules
45
46mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.