include ../makevars.$(ARCH)

LIBRARY = ../../lib/libUser.so

OBJECTS = \
   $(LIBRARY)(localDbPrepare.o)\
   $(LIBRARY)(userInterface.o)\
   $(LIBRARY)(userTransaction.o)

$(LIBRARY): $(OBJECTS)
