#CFLAGS += -g
+# soname suffix. This can be used to differentiate between a
+# library compiled against glibc versus uClibc
+#SONAME_SUFFIX = -uClibc0
+
# Python wrapper:
# If you want to build the python wrapper, change this to yes.
with_python = no
OBJS=comedi.o timer.o sv.o range.o ioctl.o filler.o timed.o error.o \
dio.o data.o get.o cmd.o buffer.o
-SONAME=libcomedi.so.0
+SONAME=libcomedi$(SONAME_SUFFIX).so.0
libcomedi.a: $(OBJS)
#$(CC) -shared -Wl,-soname,libcomedi.so,-T,version_script -o libcomedi.so.${VERSION_CODE} $(OBJS) -lm