Last change
on this file since 17200 was 15207, checked in by tbretz, 12 years ago |
Fixed a compilation issue and the coordinate system problem.
|
File size:
517 bytes
|
Line | |
---|
1 | ##################################################################
|
---|
2 | #
|
---|
3 | # subdirectory makefile
|
---|
4 | #
|
---|
5 | # for the MARS software
|
---|
6 | #
|
---|
7 | ##################################################################
|
---|
8 | include ../Makefile.conf.general
|
---|
9 | include ../Makefile.conf.$(OSTYPE)
|
---|
10 |
|
---|
11 | #------------------------------------------------------------------------------
|
---|
12 |
|
---|
13 | INCLUDES = -I.
|
---|
14 |
|
---|
15 | CINT = Nova
|
---|
16 |
|
---|
17 | SRCFILES = nova.h
|
---|
18 |
|
---|
19 | ############################################################
|
---|
20 |
|
---|
21 | all: $(OBJS)
|
---|
22 |
|
---|
23 | include ../Makefile.rules
|
---|
24 |
|
---|
25 | mrproper: clean rmbak
|
---|
Note:
See
TracBrowser
for help on using the repository browser.