root/branches/stable_5.0/AISC_COM/Makefile

Revision 5880, 430 bytes (checked in by westram, 3 years ago)
  • revived Makefile deleted in [5875] - make proto in ../Makefile depends on it
  • added some info about AISC_COM directory
Line 
1#
2# This directory contains the general parts of the ARB communication interface
3#
4# Directory AISC
5#       contains the AISC-code (AISC=ARB Integrated Source Codegenerator?)
6#       used to build up communication interfaces.
7#
8# Directory C
9#       contains general client/server code (used for all interfaces)
10#
11# The specific interfaces are build in $(ARBHOME)/XXXX_COM directories
12# and rely on the code here.
13
14proto:
15                $(MAKE) -C C proto
Note: See TracBrowser for help on using the browser.