Name change in library
This commit is contained in:
		
							parent
							
								
									d80d2a4c35
								
							
						
					
					
						commit
						3c210cae1e
					
				
					 2 changed files with 11 additions and 11 deletions
				
			
		|  | @ -1,4 +1,4 @@ | ||||||
| tail_em.a | libem_s.a | ||||||
| adf.s | adf.s | ||||||
| adi.s | adi.s | ||||||
| and.s | and.s | ||||||
|  |  | ||||||
|  | @ -1,25 +1,25 @@ | ||||||
| # $Header$
 | # $Header$
 | ||||||
|  | all:            libem_o.a | ||||||
|  | 
 | ||||||
| install:	cp | install:	cp | ||||||
| 
 | 
 | ||||||
| cp:             all | cp:             all | ||||||
| 		../../install tail_em | 		../../install libem_o.a tail_em | ||||||
| 		rm -f tail_em |  | ||||||
| 
 | 
 | ||||||
| cmp:            all | cmp:            all | ||||||
| 		-../../compare tail_em | 		-../../compare libem_o.a tail_em | ||||||
| 		rm -f tail_em |  | ||||||
| 
 | 
 | ||||||
| all:            tail_em | libem_o.a:	libem_s.a | ||||||
| 
 |  | ||||||
| tail_em: |  | ||||||
| 		ASAR=ar ; export ASAR ;\
 | 		ASAR=ar ; export ASAR ;\
 | ||||||
| 		RANLIB=ranlib ; export RANLIB ;\
 | 		RANLIB=ranlib ; export RANLIB ;\
 | ||||||
| 		march . tail_em | 		march . libem_o.a | ||||||
| 
 | 
 | ||||||
| clean: | clean: | ||||||
| 		rm -f *.o | 		rm -f *.o libem_o.a | ||||||
|  | 
 | ||||||
| opr: | opr: | ||||||
| 		make pr | opr | 		make pr | opr | ||||||
|  | 
 | ||||||
| pr: | pr: | ||||||
| 		@pr `pwd`/Makefile | 		@pr `pwd`/Makefile | ||||||
| 		@pr -l33 `tail +1 LIST|sort` | 		@arch pv libem_s.a | pr -h `pwd`/libem_s.a | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue