#make file for fLPS 2.1 package 

all: 
	gcc -O2 -o fLPS2 fLPS2.c -lm 
	gcc -O2 -o DomainFilter DomainFilter.c -lm 
	gcc -O2 -o CompositionMaker CompositionMaker.c -lm 
	