* Move `sod.m4' and `sod.pc' into `lib/', because they're concerned
with the C library.
* Move `asdf-hack.lisp' and `emacs-hacks.el' into `src/', because
they're concerned with Lisp.
-###--------------------------------------------------------------------------
-### Package-configuration file.
-
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = sod.pc
-CLEANFILES += sod.pc
-EXTRA_DIST += sod.pc.in
-
-sod.pc: sod.pc.in Makefile
- $(SUBST) $(srcdir)/sod.pc.in >$@.new $(SUBSTITUTIONS) && mv $@.new $@
-
-###--------------------------------------------------------------------------
-### Autoconf machinery.
-
-aclocaldir = $(datadir)/aclocal
-dist_aclocal_DATA = sod.m4
-
###--------------------------------------------------------------------------
### Subdirectories to build
###--------------------------------------------------------------------------
### Subdirectories to build
## The tests and examples.
SUBDIRS += test
## The tests and examples.
SUBDIRS += test
-###--------------------------------------------------------------------------
-### Additional random things useful during development.
-
-## ASDF hacking for finding the system definitions.
-EXTRA_DIST += asdf-hack.lisp.in
-noinst_DATA += asdf-hack.lisp
-asdf-hack.lisp: asdf-hack.lisp.in Makefile
- $(SUBST) $(srcdir)/asdf-hack.lisp.in >$@.new $(SUBSTITUTIONS) && \
- mv $@.new $@
-
-## Emacs hacking for indentation.
-EXTRA_DIST += emacs-hacks.el
-
###--------------------------------------------------------------------------
### Distribution.
###--------------------------------------------------------------------------
### Distribution.
+++ /dev/null
-;; -*-lisp-*-
-
-(declaim (optimize debug))
-(asdf:initialize-source-registry
- `(:source-registry :inherit-configuration
- (:directory (,*load-pathname* "src"))))
sod-base.c: $(SOD); $(V_SOD_c)$(SOD) -tc --builtin
sod-base.h: $(SOD); $(V_SOD_h)$(SOD) -th --builtin
sod-base.c: $(SOD); $(V_SOD_c)$(SOD) -tc --builtin
sod-base.h: $(SOD); $(V_SOD_h)$(SOD) -th --builtin
+###--------------------------------------------------------------------------
+### Package-configuration file.
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = sod.pc
+CLEANFILES += sod.pc
+EXTRA_DIST += sod.pc.in
+
+sod.pc: sod.pc.in Makefile
+ $(SUBST) $(srcdir)/sod.pc.in >$@.new $(SUBSTITUTIONS) && mv $@.new $@
+
+###--------------------------------------------------------------------------
+### Autoconf machinery.
+
+aclocaldir = $(datadir)/aclocal
+dist_aclocal_DATA = sod.m4
+
###--------------------------------------------------------------------------
### Other manual pages.
###--------------------------------------------------------------------------
### Other manual pages.
rm -f $(DESTDIR)$(pkglispsrcdir)/$$i $(DESTDIR)$(lispsysdir)/$$i; \
done
rm -f $(DESTDIR)$(pkglispsrcdir)/$$i $(DESTDIR)$(lispsysdir)/$$i; \
done
+###--------------------------------------------------------------------------
+### Additional random things useful during development.
+
+## ASDF hacking for finding the system definitions.
+EXTRA_DIST += asdf-hack.lisp.in
+noinst_DATA += asdf-hack.lisp
+asdf-hack.lisp: asdf-hack.lisp.in Makefile
+ $(SUBST) $(srcdir)/asdf-hack.lisp.in >$@.new $(SUBSTITUTIONS) && \
+ mv $@.new $@
+
+## Emacs hacking for indentation.
+EXTRA_DIST += emacs-hacks.el
+
###----- That's all, folks --------------------------------------------------
###----- That's all, folks --------------------------------------------------
--- /dev/null
+;; -*-lisp-*-
+
+(declaim (optimize debug))
+(asdf:initialize-source-registry
+ `(:source-registry :inherit-configuration (:directory ,*load-pathname*)))