aboutsummaryrefslogtreecommitdiff
path: root/src/graph/viewAlone/Makefile.in
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2014-02-10 15:55:48 +0000
committerdos-reis <gdr@axiomatics.org>2014-02-10 15:55:48 +0000
commit6e38720187fc1ec374e19e03c248a74141b9ac2b (patch)
treed9aa25573ca1eece2126abd31820528b86d8d1c7 /src/graph/viewAlone/Makefile.in
parent979a845d4011bce84cd83968f78c534437d0566f (diff)
downloadopen-axiom-6e38720187fc1ec374e19e03c248a74141b9ac2b.tar.gz
Clean up global variable names.
Diffstat (limited to 'src/graph/viewAlone/Makefile.in')
-rw-r--r--src/graph/viewAlone/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/graph/viewAlone/Makefile.in b/src/graph/viewAlone/Makefile.in
index fae61ed0..c3ee87fb 100644
--- a/src/graph/viewAlone/Makefile.in
+++ b/src/graph/viewAlone/Makefile.in
@@ -50,7 +50,7 @@ viewAlone_DEPENDENCIES =
subdir = src/graph/viewAlone/
AXIOM_CFLAGS = ${CXXFLAGS} ${AXIOM_X11_CFLAGS} -I$(srcdir) -I${LINC} -I${GINC} \
- $(axiom_includes)
+ $(oa_includes)
HEADERS= $(srcdir)/viewAlone.h ${LINC}/component.h ${LINC}/view2D.h \
${LINC}/view3D.h ${LINC}/tube.h ${LINC}/actions.h \
@@ -74,7 +74,7 @@ $(oa_target_bindir)/viewAlone$(EXEEXT): $(viewAlone_objects) \
%.lo: $(HEADERS)
-%.lo: %.c $(axiom_c_macros_h)
+%.lo: %.c $(oa_c_macros_h)
$(CXXCOMPILE) -o $@ $(CFLAGS) $(AXIOM_CFLAGS) $<
mostlyclean-local: