| # Indicate where we are relative to the top of the source tree. | |
| LEVEL=../.. | |
| # Give the name of a library. This will build a dynamic version. | |
| ifneq ($(OS),Cygwin) | |
| ifneq ($(OS),MingW) | |
| SHARED_LIBRARY=1 | |
| LOADABLE_MODULE = 1 | |
| endif | |
| endif | |
| DONT_BUILD_RELINKED=1 | |
| LIBRARYNAME=macroscopic | |
| # Include Makefile.common so we know what to do. | |
| include $(LEVEL)/Makefile.common | |