1LEVEL = ../../make
2
3CXX_SOURCES := calling.cpp
4
5ifneq (,$(findstring icc,$(CC)))
6    CXXFLAGS += -debug inline-debug-info
7endif
8
9include $(LEVEL)/Makefile.rules
10