mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-03 21:44:33 +00:00 
			
		
		
		
	Convenience script to build the list of headers and .cc files in the library
This commit is contained in:
		
							
								
								
									
										9
									
								
								scripts/filelist
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										9
									
								
								scripts/filelist
									
									
									
									
									
										Executable file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
 | 
			
		||||
cd lib
 | 
			
		||||
HFILES=`find . -type f -name '*.h'`
 | 
			
		||||
CCFILES=`find . -type f -name '*.cc' -not  -name '*ommunicator*.cc'`
 | 
			
		||||
echo HFILES=$HFILES > Make.inc
 | 
			
		||||
echo >> Make.inc
 | 
			
		||||
echo CCFILES=$CCFILES >> Make.inc
 | 
			
		||||
cd ..
 | 
			
		||||
		Reference in New Issue
	
	Block a user