blob 52fb876df759f9f77339968a3353db9845f3a7bd 105 bytes (raw)
name: modules/Makefile # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
| |
all: fmod.so
%.so: %.o
gcc -shared -o $@ $<
%.o: %.c
gcc -ggdb3 -Wall -I../src -I../lib -fPIC -c $<
|
debug log:
solving 52fb876 ...
found 52fb876 in https://yhetil.org/emacs-devel/CA+5B0FMp_sL+JCff4v1Rp-P-cXwCC0rXP7AuiOQDAhruSa=nwQ@mail.gmail.com/
applying [1/1] https://yhetil.org/emacs-devel/CA+5B0FMp_sL+JCff4v1Rp-P-cXwCC0rXP7AuiOQDAhruSa=nwQ@mail.gmail.com/
diff --git a/modules/Makefile b/modules/Makefile
new file mode 100644
index 0000000..52fb876
Checking patch modules/Makefile...
Applied patch modules/Makefile cleanly.
index at:
100644 52fb876df759f9f77339968a3353db9845f3a7bd modules/Makefile
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).