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. -I../mbase -I../mhbase -I../mhist -I../mgeom -I../mastro
|
---|
14 |
|
---|
15 | CINT = Starcam
|
---|
16 |
|
---|
17 | SRCFILES = MStarCam.cc \
|
---|
18 | MStarPos.cc \
|
---|
19 | MStarCamTrans.cc
|
---|
20 |
|
---|
21 | ############################################################
|
---|
22 |
|
---|
23 | all: $(OBJS)
|
---|
24 |
|
---|
25 | include ../Makefile.rules
|
---|
26 |
|
---|
27 | mrproper: clean rmbak
|
---|
Note:
See
TracBrowser
for help on using the repository browser.