emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] feature/aptel/dynamic-modules-rc3 1b98be3 09/25: move fmod


From: Teodor Zlatanov
Subject: [Emacs-diffs] feature/aptel/dynamic-modules-rc3 1b98be3 09/25: move fmod module in modules/fmod/.
Date: Wed, 04 Feb 2015 22:56:13 +0000

branch: feature/aptel/dynamic-modules-rc3
commit 1b98be3d989e386fcbcb5ad82bde2122fe2916ce
Author: Aurélien Aptel <address@hidden>
Commit: Aurélien Aptel <address@hidden>

    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]