source: trunk/Mars/mdata/Makefile@ 17139

Last change on this file since 17139 was 9518, checked in by tbretz, 15 years ago
*** empty log message ***
File size: 712 bytes
Line 
1##################################################################
2#
3# makefile
4#
5# for the MARS software
6#
7##################################################################
8include ../Makefile.conf.general
9include ../Makefile.conf.$(OSTYPE)
10
11#------------------------------------------------------------------------------
12
13INCLUDES = -I. -I../mbase -I../mhbase
14
15CINT = Data
16
17SRCFILES = MData.cc \
18 MDataPhrase.cc \
19 MDataArray.cc \
20 MDataElement.cc \
21 MDataMember.cc \
22 MDataValue.cc \
23 MDataList.cc \
24 MDataChain.cc \
25 MDataFormula.cc
26
27############################################################
28
29all: $(OBJS)
30
31include ../Makefile.rules
32
33mrproper: clean rmbak
34
Note: See TracBrowser for help on using the repository browser.