Added Makefile
This commit is contained in:
		
							parent
							
								
									c951295521
								
							
						
					
					
						commit
						fa9d7ce5ce
					
				
					 2 changed files with 26 additions and 0 deletions
				
			
		|  | @ -1,3 +1,4 @@ | ||||||
|  | Makefile | ||||||
| as_table | as_table | ||||||
| mach.c | mach.c | ||||||
| mach.h | mach.h | ||||||
|  |  | ||||||
							
								
								
									
										25
									
								
								mach/m68020/ce/Makefile
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								mach/m68020/ce/Makefile
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,25 @@ | ||||||
|  | EMHOME = ../../.. | ||||||
|  | CEG = $(EMHOME)/lib/ceg/util | ||||||
|  | 
 | ||||||
|  | all: | ||||||
|  | 	make -f $(CEG)/make_obj | ||||||
|  | 
 | ||||||
|  | install: | ||||||
|  | 	make -f $(CEG)/make_obj install | ||||||
|  | 
 | ||||||
|  | cmp: | ||||||
|  | 	-make -f $(CEG)/make_obj cmp | ||||||
|  | 
 | ||||||
|  | pr: | ||||||
|  | 	@pr Makefile EM_table mach.h mach.c as_table as.h as.c | ||||||
|  | 
 | ||||||
|  | opr: | ||||||
|  | 	make pr | opr | ||||||
|  | 
 | ||||||
|  | # total cleanup
 | ||||||
|  | clean: | ||||||
|  | 	make -f $(CEG)/make_obj clean | ||||||
|  | 
 | ||||||
|  | # only remove ce, ceg, and back directories
 | ||||||
|  | dclean: | ||||||
|  | 	make -f $(CEG)/make_obj dclean | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue