File: kerncmp.com

package info (click to toggle)
xconq 7.1.0-7
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 7,056 kB
  • ctags: 7,960
  • sloc: ansic: 88,493; perl: 2,057; sh: 1,766; makefile: 1,110; csh: 81; awk: 47; lisp: 39
file content (41 lines) | stat: -rw-r--r-- 2,725 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
$! KERNCMP.COM
$! compile all kernel files
$!
$ COMP_FLAGS := "VMS"
$!
$   gcc [-.kernel]actions.c /def=('COMP_FLAGS') /include=([-.kernel])          
$   gcc [-.kernel]AI.c /def=('COMP_FLAGS') /include=([-.kernel])          
$   gcc [-.kernel]CMDLINE.c /def=('COMP_FLAGS') /include=([-.kernel])    
$   gcc [-.kernel]COMBAT.c /def=('COMP_FLAGS') /include=([-.kernel])      
$   gcc [-.kernel]COMPILE.c /def=('COMP_FLAGS') /include=([-.kernel])     
$   gcc [-.kernel]GENERIC.c /def=('COMP_FLAGS') /include=([-.kernel])    
$   gcc [-.kernel]GRUTIL.c /def=('COMP_FLAGS') /include=([-.kernel])      
$   gcc [-.kernel]HELP.c /def=('COMP_FLAGS') /include=([-.kernel])        
$   gcc [-.kernel]HISTORY.c /def=('COMP_FLAGS') /include=([-.kernel])       
$   gcc [-.kernel]imf.c /def=('COMP_FLAGS') /include=([-.kernel])
$   gcc [-.kernel]init.c /def=('COMP_FLAGS') /include=([-.kernel])
$   gcc [-.kernel]lisp.c /def=('COMP_FLAGS') /include=([-.kernel])
$   gcc [-.kernel]mknames.c /def=('COMP_FLAGS') /include=([-.kernel])
$   gcc [-.kernel]MKRIVERS.c /def=('COMP_FLAGS') /include=([-.kernel])   
$   gcc [-.kernel]MKROADS.c /def=('COMP_FLAGS') /include=([-.kernel])  
$   gcc [-.kernel]MKTERR.c /def=('COMP_FLAGS') /include=([-.kernel])     
$   gcc [-.kernel]MKUNITS.c /def=('COMP_FLAGS') /include=([-.kernel])      
$   gcc [-.kernel]MODULE.c /def=('COMP_FLAGS') /include=([-.kernel])          
$   gcc [-.kernel]MPLAY.c /def=('COMP_FLAGS') /include=([-.kernel])          
$   gcc [-.kernel]NLANG.c /def=('COMP_FLAGS') /include=([-.kernel])          
$   gcc [-.kernel]PLAN.c /def=('COMP_FLAGS') /include=([-.kernel])            
$   gcc [-.kernel]PS.c /def=('COMP_FLAGS') /include=([-.kernel])             
$   gcc [-.kernel]READ.c /def=('COMP_FLAGS') /include=([-.kernel])            
$   gcc [-.kernel]RUN.c /def=('COMP_FLAGS') /include=([-.kernel])             
$   gcc [-.kernel]SCORE.c /def=('COMP_FLAGS') /include=([-.kernel])           
$   gcc [-.kernel]SIDE.c /def=('COMP_FLAGS') /include=([-.kernel])           
$   gcc [-.kernel]TABLES.c /def=('COMP_FLAGS') /include=([-.kernel])          
$   gcc [-.kernel]TASK.c /def=('COMP_FLAGS') /include=([-.kernel])            
$   gcc [-.kernel]TYPES.c /def=('COMP_FLAGS') /include=([-.kernel])          
$   gcc [-.kernel]UNIT.c /def=('COMP_FLAGS') /include=([-.kernel])            
$   gcc [-.kernel]UTIL.c /def=('COMP_FLAGS') /include=([-.kernel])            
$   gcc [-.kernel]VERSION.c /def=('COMP_FLAGS') /include=([-.kernel])        
$   gcc [-.kernel]VMS.c /def=('COMP_FLAGS') /include=([-.kernel])
$   gcc [-.kernel]WORLD.c /def=('COMP_FLAGS') /include=([-.kernel])          
$   gcc [-.kernel]WRITE.c /def=('COMP_FLAGS') /include=([-.kernel])           
$exit