aesop Repository branch, master, updated. a2c2dccfc702bbd41fb16172faa1f1e2d3f04ebf
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "aesop Repository". The branch, master has been updated via a2c2dccfc702bbd41fb16172faa1f1e2d3f04ebf (commit) from 025246d0d7015004b34fa4e77e44bafd341bf832 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a2c2dccfc702bbd41fb16172faa1f1e2d3f04ebf Author: Phil Carns <[email protected]> Date: Tue Feb 21 09:44:46 2012 -0500 moved aefile code out of resource dir ----------------------------------------------------------------------- Summary of changes: {resources/file => aefile}/aefile.ae | 2 +- {resources/file => aefile}/aefile.hae | 0 {resources/file => aefile}/module.mk.in | 2 +- {resources/file => aefile}/test/aefile-example.ae | 2 +- {resources/file => aefile}/test/module.mk.in | 2 +- configure.ac | 4 ++-- 6 files changed, 6 insertions(+), 6 deletions(-) rename {resources/file => aefile}/aefile.ae (98%) rename {resources/file => aefile}/aefile.hae (100%) rename {resources/file => aefile}/module.mk.in (73%) rename {resources/file => aefile}/test/aefile-example.ae (98%) rename {resources/file => aefile}/test/module.mk.in (60%) Diff of changes: diff --git a/resources/file/aefile.ae b/aefile/aefile.ae similarity index 98% rename from resources/file/aefile.ae rename to aefile/aefile.ae index 27ada83..30573e6 100644 --- a/resources/file/aefile.ae +++ b/aefile/aefile.ae @@ -10,7 +10,7 @@ #include <limits.h> #include <stdlib.h> -#include "resources/file/aefile.hae" +#include "aefile/aefile.hae" #include "resources/thread/aethread.hae" struct aethread_group* file_threads = NULL; diff --git a/resources/file/aefile.hae b/aefile/aefile.hae similarity index 100% rename from resources/file/aefile.hae rename to aefile/aefile.hae diff --git a/resources/file/module.mk.in b/aefile/module.mk.in similarity index 73% rename from resources/file/module.mk.in rename to aefile/module.mk.in index d23d62d..5d4cb22 100644 --- a/resources/file/module.mk.in +++ b/aefile/module.mk.in @@ -1,4 +1,4 @@ -DIR := resources/file +DIR := aefile AESOP_HDR += $(DIR)/aefile.hae diff --git a/resources/file/test/aefile-example.ae b/aefile/test/aefile-example.ae similarity index 98% rename from resources/file/test/aefile-example.ae rename to aefile/test/aefile-example.ae index b971d09..210c7ff 100644 --- a/resources/file/test/aefile-example.ae +++ b/aefile/test/aefile-example.ae @@ -8,7 +8,7 @@ #include <stdlib.h> #include "aesop.h" -#include "resources/file/aefile.hae" +#include "aefile/aefile.hae" #include "resources/thread/aethread.hae" static double wtime(void) diff --git a/resources/file/test/module.mk.in b/aefile/test/module.mk.in similarity index 60% rename from resources/file/test/module.mk.in rename to aefile/test/module.mk.in index 03dc4d7..e9400a6 100644 --- a/resources/file/test/module.mk.in +++ b/aefile/test/module.mk.in @@ -1,4 +1,4 @@ -DIR := resources/file/test +DIR := aefile/test AETESTSRC += $(DIR)/aefile-example.ae diff --git a/configure.ac b/configure.ac index bc69217..ae2ac6c 100644 --- a/configure.ac +++ b/configure.ac @@ -293,8 +293,8 @@ AC_CONFIG_FILES([bin/aecc], [chmod +x bin/aecc]) AC_OUTPUT([Makefile resources/timer/test/module.mk resources/timer/module.mk -resources/file/module.mk -resources/file/test/module.mk +aefile/module.mk +aefile/test/module.mk resources/thread/module.mk resources/thread/test/module.mk resources/resourcebuilder/module.mk hooks/post-receive -- aesop Repository
participants (1)
-
noreply@mcs.anl.gov