version generating .o files
This commit is contained in:
		
							parent
							
								
									3e2d693b37
								
							
						
					
					
						commit
						e346f6fc74
					
				
					 3 changed files with 88 additions and 73 deletions
				
			
		|  | @ -1,64 +1,64 @@ | ||||||
| LIST | LIST | ||||||
| exit.o | exit.s | ||||||
| gtty.o | gtty.s | ||||||
| signal.o | signal.s | ||||||
| stty.o | stty.s | ||||||
| tell.o | tell.s | ||||||
| time.o | time.s | ||||||
| cleanup.o | cleanup.s | ||||||
| access.o | access.s | ||||||
| acct.o | acct.s | ||||||
| alarm.o | alarm.s | ||||||
| brk.o | brk.s | ||||||
| chdir.o | chdir.s | ||||||
| chmod.o | chmod.s | ||||||
| chown.o | chown.s | ||||||
| chroot.o | chroot.s | ||||||
| close.o | close.s | ||||||
| creat.o | creat.s | ||||||
| dup.o | dup.s | ||||||
| dup2.o | dup2.s | ||||||
| execl.o | execl.s | ||||||
| execle.o | execle.s | ||||||
| execv.o | execv.s | ||||||
| execve.o | execve.s | ||||||
| _exit.o | _exit.s | ||||||
| fork.o | fork.s | ||||||
| fstat.o | fstat.s | ||||||
| ftime.o | ftime.s | ||||||
| getegid.o | getegid.s | ||||||
| geteuid.o | geteuid.s | ||||||
| getgid.o | getgid.s | ||||||
| getpid.o | getpid.s | ||||||
| getuid.o | getuid.s | ||||||
| ioctl.o | ioctl.s | ||||||
| kill.o | kill.s | ||||||
| link.o | link.s | ||||||
| lock.o | lock.s | ||||||
| lseek.o | lseek.s | ||||||
| mknod.o | mknod.s | ||||||
| mount.o | mount.s | ||||||
| mpxcall.o | mpxcall.s | ||||||
| nice.o | nice.s | ||||||
| open.o | open.s | ||||||
| pause.o | pause.s | ||||||
| pipe.o | pipe.s | ||||||
| prof.o | prof.s | ||||||
| ptrace.o | ptrace.s | ||||||
| read.o | read.s | ||||||
| sbrk.o | sbrk.s | ||||||
| setgid.o | setgid.s | ||||||
| setuid.o | setuid.s | ||||||
| setsig.o | setsig.s | ||||||
| sigtrp.o | sigtrp.s | ||||||
| stat.o | stat.s | ||||||
| stime.o | stime.s | ||||||
| sync.o | sync.s | ||||||
| times.o | times.s | ||||||
| umask.o | umask.s | ||||||
| umount.o | umount.s | ||||||
| unlink.o | unlink.s | ||||||
| utime.o | utime.s | ||||||
| wait.o | wait.s | ||||||
| write.o | write.s | ||||||
| errno.o | errno.s | ||||||
|  |  | ||||||
|  | @ -1,13 +1,24 @@ | ||||||
| # $Header$
 | # $Header$
 | ||||||
| install: | MACH=ns | ||||||
| 	../../install head_em.s head_em | all:		tail_mon head_em.o | ||||||
| 	../../install tail_mon.a tail_mon |  | ||||||
| 
 | 
 | ||||||
| compare: | install: 	all | ||||||
| 	-../../compare head_em.s head_em | 		../../install head_em.o head_em | ||||||
| 	-../../compare tail_mon.a tail_mon | 		../../install tail_mon | ||||||
|  | 
 | ||||||
|  | cmp:		all | ||||||
|  | 		-../../compare head_em.o head_em | ||||||
|  | 		-../../compare tail_mon | ||||||
|  | 
 | ||||||
|  | tail_mon:	tail_mon.a | ||||||
|  | 		ASAR=aal ; export ASAR ;\
 | ||||||
|  | 		march . tail_mon | ||||||
|  | 
 | ||||||
|  | head_em.o:	head_em.s | ||||||
|  | 		$(MACH) -I../../../h -c head_em.s | ||||||
| 
 | 
 | ||||||
| clean: | clean: | ||||||
|  | 		rm -f *.o | ||||||
| 
 | 
 | ||||||
| opr : | opr : | ||||||
| 		make pr | opr | 		make pr | opr | ||||||
|  |  | ||||||
							
								
								
									
										4
									
								
								mach/ns/libsys/compmodule
									
										
									
									
									
										Executable file
									
								
							
							
						
						
									
										4
									
								
								mach/ns/libsys/compmodule
									
										
									
									
									
										Executable file
									
								
							|  | @ -0,0 +1,4 @@ | ||||||
|  | if ns -c $1 1>&2 | ||||||
|  | then echo `basename $1 $2`.o | ||||||
|  | else exit 1 | ||||||
|  | fi | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue