EXTRA_CFLAGS = $(PICFLAGS)

OBJ = lock.o unlock.o

$(DEPLOCKLIB): $(OBJ)
	$(SLIBRULE)


try: try.o $(DEPLOCKLIB)
	$(CC) try.o $(LOCKLIB) -o try
