aboutsummaryrefslogtreecommitdiff
path: root/src/clef
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2014-02-03 10:01:34 +0000
committerdos-reis <gdr@axiomatics.org>2014-02-03 10:01:34 +0000
commitac136e818759d62bd8eabad781aabdba9a7f589e (patch)
tree2d0f315d30506a3c8953b5d3df31690730ece1f0 /src/clef
parentcf47e3c603f47bd05e955c8bf6667273773845e2 (diff)
downloadopen-axiom-ac136e818759d62bd8eabad781aabdba9a7f589e.tar.gz
Fix global variable names in Makefiles
Diffstat (limited to 'src/clef')
-rw-r--r--src/clef/Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/clef/Makefile.in b/src/clef/Makefile.in
index 51b291dc..eaf7cabe 100644
--- a/src/clef/Makefile.in
+++ b/src/clef/Makefile.in
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2010, Gabriel Dos Reis.
+# Copyright (C) 2007-2014, Gabriel Dos Reis.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -31,7 +31,7 @@
# this is where the include files live
-INC= $(axiom_src_srcdir)/include
+INC= $(oa_src_srcdir)/include
bin_PROGRAMS = clef$(EXEEXT)
@@ -53,11 +53,11 @@ all: all-ax
all-ax all-clef: stamp
@ echo finished $(builddir)
-stamp: $(axiom_target_bindir)/clef$(EXEEXT)
+stamp: $(oa_target_bindir)/clef$(EXEEXT)
@rm -f stamp
$(STAMP) stamp
-$(axiom_target_bindir)/clef$(EXEEXT): $(clef_objects) $(clef_DEPENDENCIES)
+$(oa_target_bindir)/clef$(EXEEXT): $(clef_objects) $(clef_DEPENDENCIES)
$(CXXLINK) -o $@ $(clef_objects) $(clef_LDADD) ${LDF}
.SUFFIXES:
@@ -75,7 +75,7 @@ mostlyclean-local:
@rm -f stamp
clean-local: mostlyclean-local
- @rm -f $(axiom_target_bindir)/clef$(EXEEXT)
+ @rm -f $(oa_target_bindir)/clef$(EXEEXT)
distclean-local: clean-local