1TOPDIR=../../..
2TO_TOPDIR=$(TOPDIR)
3ifndef SRCDIR
4  SRCDIR=$(shell pwd)
5endif
6TOPOBJDIR = $(shell ls -d `pwd`/$(TOPDIR))
7
8NAME = libint
9TARGET = $(NAME).$(LIBSUF)
10COMPILER = build_$(NAME)
11INC = libint.h vrr_header.h hrr_header.h
12
13-include $(TOPDIR)/src/lib/MakeVars
14-include $(TOPDIR)/src/lib/MakeRules
15include $(SRCDIR)/$(TOPDIR)/lib/MakeRules
16include $(SRCDIR)/$(TOPDIR)/lib/MakeSuffixRules
17