aboutsummaryrefslogtreecommitdiff
path: root/src/graph/viewAlone
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/graph/viewAlone
parentcf47e3c603f47bd05e955c8bf6667273773845e2 (diff)
downloadopen-axiom-ac136e818759d62bd8eabad781aabdba9a7f589e.tar.gz
Fix global variable names in Makefiles
Diffstat (limited to 'src/graph/viewAlone')
-rw-r--r--src/graph/viewAlone/Makefile.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/graph/viewAlone/Makefile.in b/src/graph/viewAlone/Makefile.in
index bc4611f5..fae61ed0 100644
--- a/src/graph/viewAlone/Makefile.in
+++ b/src/graph/viewAlone/Makefile.in
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2009, 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,10 +31,10 @@
# local include files shared by graphics
-LINC= $(axiom_src_srcdir)/graph/include
+LINC= $(oa_src_srcdir)/graph/include
# global include files shared by everyone
-GINC= $(axiom_src_srcdir)/include
+GINC= $(oa_src_srcdir)/include
build_libdir = $(top_builddir)/src/lib
@@ -62,11 +62,11 @@ all: all-ax
all-ax all-viewAlone: stamp
@echo finished $(builddir)
-stamp: $(axiom_target_bindir)/viewAlone$(EXEEXT)
+stamp: $(oa_target_bindir)/viewAlone$(EXEEXT)
@rm -f stamp
$(STAMP) stamp
-$(axiom_target_bindir)/viewAlone$(EXEEXT): $(viewAlone_objects) \
+$(oa_target_bindir)/viewAlone$(EXEEXT): $(viewAlone_objects) \
$(viewAlone_DEPENDENCIES)
$(CXXLINK) -o $@ $(viewAlone_objects) $(viewAlone_LDADD)
@@ -81,7 +81,7 @@ mostlyclean-local:
clean-local: mostlyclean-local
@rm -f $(viewAlone_objects)
- @rm -f $(axiom_target_bindir)/viewAlone$(EXEEXT)
+ @rm -f $(oa_target_bindir)/viewAlone$(EXEEXT)
distclean-local: clean-local