diff options
author | dos-reis <gdr@axiomatics.org> | 2007-09-03 08:53:28 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-09-03 08:53:28 +0000 |
commit | e8f503af9672295632df3a7e6b6cff1941359064 (patch) | |
tree | ef1a44e4cca8ea0f2b20a8522ec7b688e5e21347 /src/clef/Makefile.pamphlet | |
parent | 7eb38fea596969878a33f30e36fe33b125f9c4bd (diff) | |
download | open-axiom-e8f503af9672295632df3a7e6b6cff1941359064.tar.gz |
* Makefile.pamphlet (clef_SOURCES): Don't reference pamphlet.
(clef_sources): Remove.
(clef_objects): Adjust.
(%.c): Remove.
(mostlyclean-local): Don't remove sources.
(pamphlets): _SOURCES are no longer pamphlet.
* Makefile.in: Regenerate.
* edible.c: New. Replace corresponding pamphlet.
* edible.c.pamphlet: Remove.
Diffstat (limited to 'src/clef/Makefile.pamphlet')
-rw-r--r-- | src/clef/Makefile.pamphlet | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/src/clef/Makefile.pamphlet b/src/clef/Makefile.pamphlet index bf6d57bc..e6fb9106 100644 --- a/src/clef/Makefile.pamphlet +++ b/src/clef/Makefile.pamphlet @@ -17,11 +17,9 @@ INC= $(axiom_src_srcdir)/include bin_PROGRAMS = clef$(EXEEXT) -clef_sources = edible.c +clef_SOURCES = edible.c -clef_SOURCES = $(addsuffix .pamphlet, $(clef_sources)) - -clef_objects = $(clef_sources:.c=.lo) +clef_objects = $(clef_SOURCES:.c=.lo) clef_LDADD = $(axiom_target_libdir)/libspad.la clef_DEPENDENCIES = @@ -34,12 +32,8 @@ $(axiom_target_bindir)/clef$(EXEEXT): $(clef_objects) $(clef_DEPENDENCIES) .SUFFIXES: .SUFFIXES: .c .lo .h -.PRECIOUS: %.c .PRECIOUS: %.lo -%.c: $(srcdir)/%.c.pamphlet - $(axiom_build_document) --tangle --output=$@ $< - %.lo: ${INC}/useproto.h ${INC}/edible.h \ $(axiom_configdir)/axiom-c-macros.h @@ -48,7 +42,6 @@ $(axiom_target_bindir)/clef$(EXEEXT): $(clef_objects) $(clef_DEPENDENCIES) mostlyclean-local: @rm -f $(clef_objects) - @rm -f $(clef_sources) @rm -f stamp clean-local: mostlyclean-local @@ -62,7 +55,7 @@ distclean-local: clean-local subdir = src/clef/ -pamphlets = $(clef_SOURCES) Makefile.pamphlet +pamphlets = Makefile.pamphlet .PHONY: all all-clef all: all-ax @@ -77,8 +70,5 @@ stamp: $(axiom_target_bindir)/clef$(EXEEXT) <<edible>> @ -\eject -\begin{thebibliography}{99} -\bibitem{1} nothing -\end{thebibliography} + \end{document} |