

include ../../Makefile.config


all: jni.o


jni.o: jni.cc
	$(CC) -c $(CFLAGS) -I$(PTC_JNI_PATH) -I$(PTC_JNI_MD_PATH) $<


clean:
	rm -f *.o
