update makefiles
This commit is contained in:
		
							parent
							
								
									fe14c8bfaf
								
							
						
					
					
						commit
						28835a513f
					
				| @ -2347,50 +2347,6 @@ | ||||
| 				RelativePath="src\prngs\sober128.c" | ||||
| 				> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="src\prngs\sober128tab.c" | ||||
| 				> | ||||
| 				<FileConfiguration | ||||
| 					Name="Debug|Win32" | ||||
| 					ExcludedFromBuild="true" | ||||
| 					> | ||||
| 					<Tool | ||||
| 						Name="VCCLCompilerTool" | ||||
| 						AdditionalIncludeDirectories="" | ||||
| 						PreprocessorDefinitions="" | ||||
| 					/> | ||||
| 				</FileConfiguration> | ||||
| 				<FileConfiguration | ||||
| 					Name="Release|Win32" | ||||
| 					ExcludedFromBuild="true" | ||||
| 					> | ||||
| 					<Tool | ||||
| 						Name="VCCLCompilerTool" | ||||
| 						AdditionalIncludeDirectories="" | ||||
| 						PreprocessorDefinitions="" | ||||
| 					/> | ||||
| 				</FileConfiguration> | ||||
| 				<FileConfiguration | ||||
| 					Name="Debug|x64" | ||||
| 					ExcludedFromBuild="true" | ||||
| 					> | ||||
| 					<Tool | ||||
| 						Name="VCCLCompilerTool" | ||||
| 						AdditionalIncludeDirectories="" | ||||
| 						PreprocessorDefinitions="" | ||||
| 					/> | ||||
| 				</FileConfiguration> | ||||
| 				<FileConfiguration | ||||
| 					Name="Release|x64" | ||||
| 					ExcludedFromBuild="true" | ||||
| 					> | ||||
| 					<Tool | ||||
| 						Name="VCCLCompilerTool" | ||||
| 						AdditionalIncludeDirectories="" | ||||
| 						PreprocessorDefinitions="" | ||||
| 					/> | ||||
| 				</FileConfiguration> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="src\prngs\sprng.c" | ||||
| 				> | ||||
| @ -2435,6 +2391,74 @@ | ||||
| 					> | ||||
| 				</File> | ||||
| 			</Filter> | ||||
| 			<Filter | ||||
| 				Name="rc4" | ||||
| 				> | ||||
| 				<File | ||||
| 					RelativePath="src\stream\rc4\rc4.c" | ||||
| 					> | ||||
| 				</File> | ||||
| 				<File | ||||
| 					RelativePath="src\stream\rc4\rc4_test.c" | ||||
| 					> | ||||
| 				</File> | ||||
| 			</Filter> | ||||
| 			<Filter | ||||
| 				Name="sober128" | ||||
| 				> | ||||
| 				<File | ||||
| 					RelativePath="src\stream\sober128\sober128.c" | ||||
| 					> | ||||
| 				</File> | ||||
| 				<File | ||||
| 					RelativePath="src\stream\sober128\sober128_test.c" | ||||
| 					> | ||||
| 				</File> | ||||
| 				<File | ||||
| 					RelativePath="src\stream\sober128\sober128tab.c" | ||||
| 					> | ||||
| 					<FileConfiguration | ||||
| 						Name="Debug|Win32" | ||||
| 						ExcludedFromBuild="true" | ||||
| 						> | ||||
| 						<Tool | ||||
| 							Name="VCCLCompilerTool" | ||||
| 							AdditionalIncludeDirectories="" | ||||
| 							PreprocessorDefinitions="" | ||||
| 						/> | ||||
| 					</FileConfiguration> | ||||
| 					<FileConfiguration | ||||
| 						Name="Release|Win32" | ||||
| 						ExcludedFromBuild="true" | ||||
| 						> | ||||
| 						<Tool | ||||
| 							Name="VCCLCompilerTool" | ||||
| 							AdditionalIncludeDirectories="" | ||||
| 							PreprocessorDefinitions="" | ||||
| 						/> | ||||
| 					</FileConfiguration> | ||||
| 					<FileConfiguration | ||||
| 						Name="Debug|x64" | ||||
| 						ExcludedFromBuild="true" | ||||
| 						> | ||||
| 						<Tool | ||||
| 							Name="VCCLCompilerTool" | ||||
| 							AdditionalIncludeDirectories="" | ||||
| 							PreprocessorDefinitions="" | ||||
| 						/> | ||||
| 					</FileConfiguration> | ||||
| 					<FileConfiguration | ||||
| 						Name="Release|x64" | ||||
| 						ExcludedFromBuild="true" | ||||
| 						> | ||||
| 						<Tool | ||||
| 							Name="VCCLCompilerTool" | ||||
| 							AdditionalIncludeDirectories="" | ||||
| 							PreprocessorDefinitions="" | ||||
| 						/> | ||||
| 					</FileConfiguration> | ||||
| 				</File> | ||||
| 			</Filter> | ||||
| 		</Filter> | ||||
| 	</Files> | ||||
| 	<Globals> | ||||
|  | ||||
							
								
								
									
										4
									
								
								makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								makefile
									
									
									
									
									
								
							| @ -191,7 +191,9 @@ src/pk/rsa/rsa_verify_hash.o src/prngs/chacha20.o src/prngs/fortuna.o src/prngs/ | ||||
| src/prngs/rng_get_bytes.o src/prngs/rng_make_prng.o src/prngs/sober128.o src/prngs/sprng.o \ | ||||
| src/prngs/yarrow.o src/stream/chacha/chacha_crypt.o src/stream/chacha/chacha_done.o \ | ||||
| src/stream/chacha/chacha_ivctr32.o src/stream/chacha/chacha_ivctr64.o \ | ||||
| src/stream/chacha/chacha_keystream.o src/stream/chacha/chacha_setup.o src/stream/chacha/chacha_test.o | ||||
| src/stream/chacha/chacha_keystream.o src/stream/chacha/chacha_setup.o src/stream/chacha/chacha_test.o \ | ||||
| src/stream/rc4/rc4.o src/stream/rc4/rc4_test.o src/stream/sober128/sober128.o \ | ||||
| src/stream/sober128/sober128_test.o | ||||
| 
 | ||||
| HEADERS=src/headers/tomcrypt.h src/headers/tomcrypt_argchk.h src/headers/tomcrypt_cfg.h \
 | ||||
| src/headers/tomcrypt_cipher.h src/headers/tomcrypt_custom.h src/headers/tomcrypt_hash.h \ | ||||
|  | ||||
| @ -245,7 +245,9 @@ src/pk/rsa/rsa_verify_hash.o src/prngs/chacha20.o src/prngs/fortuna.o src/prngs/ | ||||
| src/prngs/rng_get_bytes.o src/prngs/rng_make_prng.o src/prngs/sober128.o src/prngs/sprng.o \ | ||||
| src/prngs/yarrow.o src/stream/chacha/chacha_crypt.o src/stream/chacha/chacha_done.o \ | ||||
| src/stream/chacha/chacha_ivctr32.o src/stream/chacha/chacha_ivctr64.o \ | ||||
| src/stream/chacha/chacha_keystream.o src/stream/chacha/chacha_setup.o src/stream/chacha/chacha_test.o | ||||
| src/stream/chacha/chacha_keystream.o src/stream/chacha/chacha_setup.o src/stream/chacha/chacha_test.o \ | ||||
| src/stream/rc4/rc4.o src/stream/rc4/rc4_test.o src/stream/sober128/sober128.o \ | ||||
| src/stream/sober128/sober128_test.o | ||||
| 
 | ||||
| HEADERS=src/headers/tomcrypt.h src/headers/tomcrypt_argchk.h src/headers/tomcrypt_cfg.h \ | ||||
| src/headers/tomcrypt_cipher.h src/headers/tomcrypt_custom.h src/headers/tomcrypt_hash.h \ | ||||
|  | ||||
| @ -181,7 +181,9 @@ src/pk/rsa/rsa_verify_hash.o src/prngs/chacha20.o src/prngs/fortuna.o src/prngs/ | ||||
| src/prngs/rng_get_bytes.o src/prngs/rng_make_prng.o src/prngs/sober128.o src/prngs/sprng.o \ | ||||
| src/prngs/yarrow.o src/stream/chacha/chacha_crypt.o src/stream/chacha/chacha_done.o \ | ||||
| src/stream/chacha/chacha_ivctr32.o src/stream/chacha/chacha_ivctr64.o \ | ||||
| src/stream/chacha/chacha_keystream.o src/stream/chacha/chacha_setup.o src/stream/chacha/chacha_test.o | ||||
| src/stream/chacha/chacha_keystream.o src/stream/chacha/chacha_setup.o src/stream/chacha/chacha_test.o \ | ||||
| src/stream/rc4/rc4.o src/stream/rc4/rc4_test.o src/stream/sober128/sober128.o \ | ||||
| src/stream/sober128/sober128_test.o | ||||
| 
 | ||||
| HEADERS=src/headers/tomcrypt.h src/headers/tomcrypt_argchk.h src/headers/tomcrypt_cfg.h \ | ||||
| src/headers/tomcrypt_cipher.h src/headers/tomcrypt_custom.h src/headers/tomcrypt_hash.h \ | ||||
|  | ||||
| @ -156,7 +156,9 @@ src/pk/rsa/rsa_verify_hash.obj src/prngs/chacha20.obj src/prngs/fortuna.obj src/ | ||||
| src/prngs/rng_get_bytes.obj src/prngs/rng_make_prng.obj src/prngs/sober128.obj src/prngs/sprng.obj \ | ||||
| src/prngs/yarrow.obj src/stream/chacha/chacha_crypt.obj src/stream/chacha/chacha_done.obj \ | ||||
| src/stream/chacha/chacha_ivctr32.obj src/stream/chacha/chacha_ivctr64.obj \ | ||||
| src/stream/chacha/chacha_keystream.obj src/stream/chacha/chacha_setup.obj src/stream/chacha/chacha_test.obj | ||||
| src/stream/chacha/chacha_keystream.obj src/stream/chacha/chacha_setup.obj src/stream/chacha/chacha_test.obj \ | ||||
| src/stream/rc4/rc4.obj src/stream/rc4/rc4_test.obj src/stream/sober128/sober128.obj \ | ||||
| src/stream/sober128/sober128_test.obj | ||||
| 
 | ||||
| HEADERS=src/headers/tomcrypt.h src/headers/tomcrypt_argchk.h src/headers/tomcrypt_cfg.h \ | ||||
| src/headers/tomcrypt_cipher.h src/headers/tomcrypt_custom.h src/headers/tomcrypt_hash.h \ | ||||
|  | ||||
| @ -179,7 +179,9 @@ src/pk/rsa/rsa_verify_hash.o src/prngs/chacha20.o src/prngs/fortuna.o src/prngs/ | ||||
| src/prngs/rng_get_bytes.o src/prngs/rng_make_prng.o src/prngs/sober128.o src/prngs/sprng.o \ | ||||
| src/prngs/yarrow.o src/stream/chacha/chacha_crypt.o src/stream/chacha/chacha_done.o \ | ||||
| src/stream/chacha/chacha_ivctr32.o src/stream/chacha/chacha_ivctr64.o \ | ||||
| src/stream/chacha/chacha_keystream.o src/stream/chacha/chacha_setup.o src/stream/chacha/chacha_test.o | ||||
| src/stream/chacha/chacha_keystream.o src/stream/chacha/chacha_setup.o src/stream/chacha/chacha_test.o \ | ||||
| src/stream/rc4/rc4.o src/stream/rc4/rc4_test.o src/stream/sober128/sober128.o \ | ||||
| src/stream/sober128/sober128_test.o | ||||
| 
 | ||||
| HEADERS=src/headers/tomcrypt.h src/headers/tomcrypt_argchk.h src/headers/tomcrypt_cfg.h \ | ||||
| src/headers/tomcrypt_cipher.h src/headers/tomcrypt_custom.h src/headers/tomcrypt_hash.h \ | ||||
|  | ||||
| @ -186,7 +186,9 @@ src/pk/rsa/rsa_verify_hash.o src/prngs/chacha20.o src/prngs/fortuna.o src/prngs/ | ||||
| src/prngs/rng_get_bytes.o src/prngs/rng_make_prng.o src/prngs/sober128.o src/prngs/sprng.o \ | ||||
| src/prngs/yarrow.o src/stream/chacha/chacha_crypt.o src/stream/chacha/chacha_done.o \ | ||||
| src/stream/chacha/chacha_ivctr32.o src/stream/chacha/chacha_ivctr64.o \ | ||||
| src/stream/chacha/chacha_keystream.o src/stream/chacha/chacha_setup.o src/stream/chacha/chacha_test.o | ||||
| src/stream/chacha/chacha_keystream.o src/stream/chacha/chacha_setup.o src/stream/chacha/chacha_test.o \ | ||||
| src/stream/rc4/rc4.o src/stream/rc4/rc4_test.o src/stream/sober128/sober128.o \ | ||||
| src/stream/sober128/sober128_test.o | ||||
| 
 | ||||
| HEADERS=src/headers/tomcrypt.h src/headers/tomcrypt_argchk.h src/headers/tomcrypt_cfg.h \ | ||||
| src/headers/tomcrypt_cipher.h src/headers/tomcrypt_custom.h src/headers/tomcrypt_hash.h \ | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user