source:
trunk/essentials/dev-lang/perl/vmesa/Makefile
Last change on this file was 3181, checked in by , 18 years ago | |
---|---|
File size: 189 bytes |
Line | |
---|---|
1 | CCCMD=`sh $(shellflags) ../cflags $@` |
2 | |
3 | all : vm perl |
4 | |
5 | depend : |
6 | cd .. && $(MAKE) depend |
7 | |
8 | vm : vmesa.o |
9 | cp vmesa.o ../vmesa.o |
10 | |
11 | perl : |
12 | cd .. && $(MAKE) |
13 | |
14 | vmesa.o : vmesa.c |
15 | $(CCCMD) vmesa.c |
Note:
See TracBrowser
for help on using the repository browser.