aboutsummaryrefslogtreecommitdiff
path: root/src/hyper
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/hyper
parent979a845d4011bce84cd83968f78c534437d0566f (diff)
downloadopen-axiom-6e38720187fc1ec374e19e03c248a74141b9ac2b.tar.gz
Clean up global variable names.
Diffstat (limited to 'src/hyper')
-rw-r--r--src/hyper/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/hyper/Makefile.in b/src/hyper/Makefile.in
index ea9d1971..e499e50a 100644
--- a/src/hyper/Makefile.in
+++ b/src/hyper/Makefile.in
@@ -58,7 +58,7 @@ BINFILES = $(addprefix $(OUTLIB)/,$(bin_PROGRAMS))
HEADERS = display.h event.h extent.h node.h \
group.h hyper.h initx.h keyin.h lex.h \
parse.h parse-paste.h parse-types.h scrollbar.h \
- titlebar.h token.h $(axiom_c_macros_h)
+ titlebar.h token.h $(oa_c_macros_h)
build_libdir = $(top_builddir)/src/lib
@@ -141,10 +141,10 @@ distclean-local: clean-local
.PRECIOUS: %.lo %.$(OBJEXT)
%.$(OBJEXT) %.lo: %.c $(HEADERS)
- $(CXXCOMPILE) -o $@ $(CXXFLAGS) $(axiom_includes) $(AXIOM_X11_CFLAGS) -I. $<
+ $(CXXCOMPILE) -o $@ $(CXXFLAGS) $(oa_includes) $(AXIOM_X11_CFLAGS) -I. $<
%.$(OBJEXT) %.lo: %.cc $(HEADERS)
- $(CXXCOMPILE) -o $@ $(CXXFLAGS) $(axiom_includes) $(AXIOM_X11_CFLAGS) -I. $<
+ $(CXXCOMPILE) -o $@ $(CXXFLAGS) $(oa_includes) $(AXIOM_X11_CFLAGS) -I. $<
${HYPER}/pages/ht.db: all-hyper-pre $(srcdir)/pages/*.pht
@echo making ${HYPER}/pages from $(oa_src_srcdir)/pages directory