aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/Makefile.in
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-05-21 12:58:52 +0000
committerdos-reis <gdr@axiomatics.org>2008-05-21 12:58:52 +0000
commitc145229d7f609447ec9342f60643c62e35bd553f (patch)
tree8beeb41a7a55409d493ca87c93c4cfb4e4bdcca1 /src/hyper/Makefile.in
parent28aeada5c757a5a997526f74a471cf0c56c6b473 (diff)
downloadopen-axiom-c145229d7f609447ec9342f60643c62e35bd553f.tar.gz
* hyper/hyper.h (connect_spad): Declare.
(gPageBeingParsed): Likewise. * hyper/htadd.c (session_server): Remove. (MenuServerOpened): Likewise. (gXDisplay): Likewise. (gXScreenNumber): Likewise. * hyper/lex.c (reset_connection): Move to hyper/parse.c (connect_spad): Move to hyper/spadint.c (spad_busy): Likewise. (get_char1): Remove conditional code. * hyper/Makefile.in (mostclean-local): Tidy.
Diffstat (limited to 'src/hyper/Makefile.in')
-rw-r--r--src/hyper/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/hyper/Makefile.in b/src/hyper/Makefile.in
index e099fa56..a09184c9 100644
--- a/src/hyper/Makefile.in
+++ b/src/hyper/Makefile.in
@@ -110,10 +110,13 @@ stamp: $(HEADERS) ${BITMAPS} ${SCRIPTS} ${BINFILES} ${HYPER}/pages/ht.db
$(STAMP) stamp
mostclean-local:
+ $(LIBTOOL) --mode=clean rm -f $(hypertex_objects) $(htadd_objects) \
+ $(spadbuf_objects) $(hthits_objects) $(ex2ht_objects)
clean-local: mostclean-local
- -rm -f $(objects)
-rm -f $(BINFILES)
+ -rm -rf $(HYPER)/pages
+ -rm -f $(SCRIPTS)
distclean-local: clean-local