source: tags/ms_r16q3/AISC_COM/Makefile

Last change on this file was 5880, checked in by westram, 15 years ago
  • revived Makefile deleted in [5875] - make proto in ../Makefile depends on it
  • added some info about AISC_COM directory
File size: 430 bytes
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
16
Note: See TracBrowser for help on using the repository browser.