awips2/nativeLib/rary.cots.jna/makefile

4 lines
127 B
Makefile
Raw Normal View History

%:
find . -name "*.jar" -exec bash -c 'unzip -d $$(basename {} .jar) {} *.so' \;
$(MAKE) -f ../build.native/makefile.copy $@