mirror of
				https://github.com/yuzu-emu/mbedtls.git
				synced 2025-11-04 09:15:05 +00:00 
			
		
		
		
	- Migrated to PolarSSL
This commit is contained in:
		
							parent
							
								
									40e46940df
								
							
						
					
					
						commit
						41d6e3a58e
					
				
							
								
								
									
										8
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								Makefile
									
									
									
									
									
								
							| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
 | 
			
		||||
DESTDIR=/usr/local
 | 
			
		||||
PREFIX=xyssl_
 | 
			
		||||
PREFIX=polarssl_
 | 
			
		||||
 | 
			
		||||
.SILENT:
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -9,11 +9,11 @@ all:
 | 
			
		|||
	cd programs && make all && cd ..
 | 
			
		||||
 | 
			
		||||
install:
 | 
			
		||||
	mkdir -p $(DESTDIR)/include/xyssl
 | 
			
		||||
	cp -r include/xyssl $(DESTDIR)/include
 | 
			
		||||
	mkdir -p $(DESTDIR)/include/polarssl
 | 
			
		||||
	cp -r include/polarssl $(DESTDIR)/include
 | 
			
		||||
	
 | 
			
		||||
	mkdir -p $(DESTDIR)/lib
 | 
			
		||||
	cp library/libxyssl.* $(DESTDIR)/lib
 | 
			
		||||
	cp library/libpolarssl.* $(DESTDIR)/lib
 | 
			
		||||
	
 | 
			
		||||
	mkdir -p $(DESTDIR)/bin
 | 
			
		||||
	for p in programs/*/* ; do              \
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue