FreeCalypso > hg > freecalypso-sw
comparison rvinterf/Makefile @ 873:3be5a1b4c91a
rvinterf/Makefile: asyncshell added
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 30 May 2015 06:45:21 +0000 |
parents | d32dff865575 |
children | d69d1e097b18 |
comparison
equal
deleted
inserted
replaced
872:5e46679bdb6a | 873:3be5a1b4c91a |
---|---|
1 PROGDIR=ctracedec etmsync g23sh lowlevel misc tmsh | 1 PROGDIR=asyncshell ctracedec etmsync g23sh lowlevel misc tmsh |
2 LIBDIR= libasync libg23 | 2 LIBDIR= libasync libg23 |
3 SUBDIR= ${PROGDIR} ${LIBDIR} | 3 SUBDIR= ${PROGDIR} ${LIBDIR} |
4 | 4 |
5 all: ${SUBDIR} | 5 all: ${SUBDIR} |
6 | 6 |
7 asyncshell: libasync libg23 | |
7 g23sh: libasync libg23 | 8 g23sh: libasync libg23 |
8 lowlevel: libg23 | 9 lowlevel: libg23 |
9 tmsh: libasync | 10 tmsh: libasync |
10 | 11 |
11 ${SUBDIR}: FRC | 12 ${SUBDIR}: FRC |