1TOPDIR=../../..
2ifndef SRCDIR
3  SRCDIR=$(shell pwd)
4endif
5
6BUILD_BINARY = build_libint
7BUILD_CSRC = build_libint.c emit_vrr_build.c emit_hrr_build.c mem_man.c \
8emit_order.c emit_vrr_build_macro.c emit_hrr_build_macro.c
9CONFIG = ../libint_config.h
10
11-include $(TOPDIR)/src/bin/MakeVars
12-include $(TOPDIR)/src/bin/MakeRules
13include $(SRCDIR)/$(TOPDIR)/lib/MakeRules
14include $(SRCDIR)/$(TOPDIR)/lib/MakeSuffixRules
15
16%.$(OBJSUF):: $(CONFIG)
17
18