source: trunk/MagicSoft/Cosy/tcpip/Makefile@ 8809

Last change on this file since 8809 was 8809, checked in by tbretz, 17 years ago
*** empty log message ***
File size: 633 bytes
Line 
1##################################################################
2#
3# makefile
4#
5# for the MARS software
6#
7##################################################################
8
9include ../Makefile.conf.$(OSTYPE)
10include ../Makefile.conf.general
11
12INCLUDES = -I. -I../base -I../catalog -I../main -I../candrv -I../incl -I../caos -I../mars
13
14CINT = TcpIp
15
16#------------------------------------------------------------------------------
17
18SRCFILES = MTcpIpIO.cc \
19 MCeCoCom.cc \
20 MDriveCom.cc
21
22############################################################
23
24all: $(OBJS)
25
26include ../Makefile.rules
27
28mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.