From a644fe08b62ed4689d888657aed6494cf98938dc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Wed, 12 Aug 2015 16:30:39 -0400 Subject: [PATCH] contrib/objcwrapper: move header_static to local folders MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- contrib/objcwrapper/Makefile | 3 +++ contrib/objcwrapper/header_static/makefile | 7 ------- .../{header_static => }/src/header_static.nit | 0 3 files changed, 3 insertions(+), 7 deletions(-) delete mode 100644 contrib/objcwrapper/header_static/makefile rename contrib/objcwrapper/{header_static => }/src/header_static.nit (100%) diff --git a/contrib/objcwrapper/Makefile b/contrib/objcwrapper/Makefile index eac09b8..3f39029 100644 --- a/contrib/objcwrapper/Makefile +++ b/contrib/objcwrapper/Makefile @@ -37,3 +37,6 @@ check-apple: | bin/header_static > tests/NSArray.pre.h bin/objcwrapper tests/NSArray.pre.h ../../bin/nitpick NSArray.nit + +bin/header_static: + ../../bin/nitc --dir bin src/header_static.nit diff --git a/contrib/objcwrapper/header_static/makefile b/contrib/objcwrapper/header_static/makefile deleted file mode 100644 index e4d3e19..0000000 --- a/contrib/objcwrapper/header_static/makefile +++ /dev/null @@ -1,7 +0,0 @@ -bin/header_static: - mkdir -p bin - ../../../bin/nitc --dir bin src/header_static.nit - -tests: bin/header_static - cat CGGeometry.h | bin/header_static > static_CGGeometry.h - cat NSObject.h | bin/header_static > static_NSObject.h diff --git a/contrib/objcwrapper/header_static/src/header_static.nit b/contrib/objcwrapper/src/header_static.nit similarity index 100% rename from contrib/objcwrapper/header_static/src/header_static.nit rename to contrib/objcwrapper/src/header_static.nit -- 1.7.9.5