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

Last change on this file since 9330 was 8073, checked in by tbretz, 18 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.$(OSTYPE)
9include ../Makefile.conf.general
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.