diff options
Diffstat (limited to 'examples/Mem_Map/Makefile')
-rw-r--r-- | examples/Mem_Map/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/examples/Mem_Map/Makefile b/examples/Mem_Map/Makefile new file mode 100644 index 00000000000..3c5d5f2d800 --- /dev/null +++ b/examples/Mem_Map/Makefile @@ -0,0 +1,22 @@ +#---------------------------------------------------------------------------- +# @(#)Makefile 1.1 10/18/96 +# +# Makefile for the Mem_Map test directory +#---------------------------------------------------------------------------- + +#---------------------------------------------------------------------------- +# Local macros +#---------------------------------------------------------------------------- + +DIRS = IO-tests \ + file-reverse + +#---------------------------------------------------------------------------- +# macros and targets +#---------------------------------------------------------------------------- + +include $(WRAPPER_ROOT)/include/makeinclude/wrapper_macros.GNU +include $(WRAPPER_ROOT)/include/makeinclude/macros.GNU +include $(WRAPPER_ROOT)/include/makeinclude/rules.common.GNU +include $(WRAPPER_ROOT)/include/makeinclude/rules.nested.GNU +include $(WRAPPER_ROOT)/include/makeinclude/rules.nolocal.GNU |