emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] dynamic-modules cc5fe95 09/22: move fmod module in modules


From: Teodor Zlatanov
Subject: [Emacs-diffs] dynamic-modules cc5fe95 09/22: move fmod module in modules/fmod/.
Date: Thu, 27 Nov 2014 02:01:51 +0000

branch: dynamic-modules
commit cc5fe95ce8446fc4ab43e0ca09293d37ad4b696e
Author: Aurélien Aptel <address@hidden>
Date:   Sun Nov 23 21:04:25 2014 +0100

    move fmod module in modules/fmod/.
---
 modules/Makefile          |   11 -----------
 modules/fmod/Makefile     |   12 ++++++++++++
 modules/{ => fmod}/fmod.c |    0
 3 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/modules/Makefile b/modules/Makefile
deleted file mode 100644
index 09aab27..0000000
--- a/modules/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-
-all: fmod.so fmod.doc
-
-%.so: %.o
-       gcc -shared -o $@ $<
-
-%.o: %.c
-       gcc -ggdb3 -Wall -I../src -I../lib -fPIC -c $<
-
-%.doc: %.c
-       ../lib-src/make-docfile $< > $@
diff --git a/modules/fmod/Makefile b/modules/fmod/Makefile
new file mode 100644
index 0000000..ad9016a
--- /dev/null
+++ b/modules/fmod/Makefile
@@ -0,0 +1,12 @@
+ROOT = ../..
+
+all: fmod.so fmod.doc
+
+%.so: %.o
+       gcc -shared -o $@ $<
+
+%.o: %.c
+       gcc -ggdb3 -Wall -I$(ROOT)/src -I$(ROOT)/lib -fPIC -c $<
+
+%.doc: %.c
+       $(ROOT)/lib-src/make-docfile $< > $@
diff --git a/modules/fmod.c b/modules/fmod/fmod.c
similarity index 100%
rename from modules/fmod.c
rename to modules/fmod/fmod.c



reply via email to

[Prev in Thread] Current Thread [Next in Thread]