source: trunk/essentials/dev-lang/perl/vmesa/Makefile

Last change on this file was 3181, checked in by bird, 18 years ago

perl 5.8.8

File size: 189 bytes
Line 
1CCCMD=`sh $(shellflags) ../cflags $@`
2
3all : vm perl
4
5depend :
6 cd .. && $(MAKE) depend
7
8vm : vmesa.o
9 cp vmesa.o ../vmesa.o
10
11perl :
12 cd .. && $(MAKE)
13
14vmesa.o : vmesa.c
15 $(CCCMD) vmesa.c
Note: See TracBrowser for help on using the repository browser.