diff options
author | dos-reis <gdr@axiomatics.org> | 2014-02-10 15:55:48 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2014-02-10 15:55:48 +0000 |
commit | 6e38720187fc1ec374e19e03c248a74141b9ac2b (patch) | |
tree | d9aa25573ca1eece2126abd31820528b86d8d1c7 /src/graph/viewAlone | |
parent | 979a845d4011bce84cd83968f78c534437d0566f (diff) | |
download | open-axiom-6e38720187fc1ec374e19e03c248a74141b9ac2b.tar.gz |
Clean up global variable names.
Diffstat (limited to 'src/graph/viewAlone')
-rw-r--r-- | src/graph/viewAlone/Makefile.in | 4 |
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: |