| 1 |
# Source directories |
# Source directories |
| 2 |
|
|
| 3 |
DIRS = misc parser typing types runtime driver |
DIRS = misc parser typing types runtime driver toplevel |
| 4 |
CLEAN_DIRS = $(DIRS) tools tests |
CLEAN_DIRS = $(DIRS) tools tests |
| 5 |
|
|
| 6 |
# Objects to build |
# Objects to build |
| 142 |
rsh cedre ". .env; cd IMPLEM/CDUCE; make webiface" |
rsh cedre ". .env; cd IMPLEM/CDUCE; make webiface" |
| 143 |
install_web: |
install_web: |
| 144 |
ssh cduce@iris "cp ~frisch/IMPLEM/CDUCE/webiface cgi-bin/cduce2; chmod +s cgi-bin/cduce2" |
ssh cduce@iris "cp ~frisch/IMPLEM/CDUCE/webiface cgi-bin/cduce2; chmod +s cgi-bin/cduce2" |
| 145 |
|
|
| 146 |
|
|
| 147 |
|
|
| 148 |
|
|
| 149 |
|
|
| 150 |
|
|
| 151 |
|
|
| 152 |
|
|
| 153 |
|
|
| 154 |
|
|
| 155 |
|
|
| 156 |
|
|
| 157 |
|
|
| 158 |
|
|