source: trunk/MagicSoft/Mars/mdata/Makefile@ 6828

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