include ../../ulEnv.mk

DIRS = 


all: # nothing do to

clean:
	$(RM) $(TARGET_DIR)/src/ul/ulc/ulcs core .dependency *~
	$(RM) $(OBJLIST)
