mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
13 lines
317 B
Plaintext
13 lines
317 B
Plaintext
all:
|
|
|
|
gcc -fPIC -I/usr/local/java/jdk1.7.0_60/include/linux -I./include -I/usr/local/java/jdk1.7.0_60/include -std=c++11 -g -c processing_sound_MethClaInterface.cpp;
|
|
gcc -shared -o libMethClaInterface.so *.o -lmethcla;
|
|
|
|
clean:
|
|
rm *.o
|
|
rm *.jnilib
|
|
|
|
install:
|
|
cp libMethClaInterface.so ../../library/linux
|
|
|