aboutsummaryrefslogtreecommitdiff
path: root/src/etc
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-08-15 07:11:21 +0000
committerdos-reis <gdr@axiomatics.org>2010-08-15 07:11:21 +0000
commitbecbcba28846a1046d9b6c35ee8d6bd805f79bea (patch)
treec83c458894c09dc30fba725cee71317ef21d0f31 /src/etc
parent48d0edb7ca718e2336c0e3d2417ec541d8008077 (diff)
downloadopen-axiom-becbcba28846a1046d9b6c35ee8d6bd805f79bea.tar.gz
Diffstat (limited to 'src/etc')
-rw-r--r--src/etc/Makefile.in18
1 files changed, 11 insertions, 7 deletions
diff --git a/src/etc/Makefile.in b/src/etc/Makefile.in
index efeed334..638c7185 100644
--- a/src/etc/Makefile.in
+++ b/src/etc/Makefile.in
@@ -98,14 +98,19 @@ asq_SOURCES = $(addsuffix .pamphlet, $(asq_sources))
asq_objects = $(asq_sources:.c=.$(OBJEXT))
asq_LDADD = $(libspad_la) -L$(build_libdir) $(openaxiom_c_libs)
-$(axiom_target_bindir)/asq$(EXEEXT): asq.c $(axiom_c_macros_h)
- @echo making $@ from $<
- ${CC} ${CCF} $(axiom_includes) -o asq$(EXEEXT) asq.c \
- $(asq_LDADD)
- cp -p asq$(EXEEXT) $(axiom_target_bindir)
+$(axiom_target_bindir)/asq$(EXEEXT): asq$(EXEEXT)
+ cp -p $< $(axiom_target_bindir)
+
+asq$(EXEEXT): $(asq_objects)
+ $(LINK) -o $@ $(asq_objects) $(asq_LDADD)
+
+%.$(OBJEXT) %.lo: %.c $(axiom_c_macros_h)
+ $(COMPILE) $(CFLAGS) $(axiom_includes) -o $@ $<
+
asq.c: $(srcdir)/asq.c.pamphlet
$(axiom_build_document) --tangle --output=$@ $<
+
$(axiom_target_libdir)/summary: $(srcdir)/summary
cp -p $< $@
@@ -116,7 +121,7 @@ $(axiom_target_libdir)/copyright: $(srcdir)/copyright
cp $< cp $@
mostlyclean-local:
- rm -f $(asq_sources) $(asq_objects)
+ rm -f $(asq_sources) $(asq_objects) $(bin_PROGRAMS)
rm -f $(openaxiom_databases)
rm -f $(openaxiom_glossfiles)
rm -f stamp
@@ -124,7 +129,6 @@ mostlyclean-local:
clean-local: mostlyclean-local
rm -f $(axiom_target_libdir)/summary
rm -f $(axiom_target_libdir)/copyright
- rm -f $(axiom_target_bindir)/axiom
rm -f $(axiom_target_bindir)/asq$(EXEEXT)
distclean-local: clean-local