aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2004-04-09 17:18:48 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2004-04-09 17:18:48 +0000
commite4e1dd26a20ec3570458d131f8c088ff9eb21d41 (patch)
treef19345dc98b0f6060e0b92e0e2e6a621cb5b76c6 /Makefile.in
parentregenerate (diff)
downloadw3m-e4e1dd26a20ec3570458d131f8c088ff9eb21d41.tar.gz
w3m-e4e1dd26a20ec3570458d131f8c088ff9eb21d41.zip
[w3m-dev 04063] about Makefile
* Makefile.in (DEFS): use CGIBIN_DIR instead of LIB_DIR (MAKE_ARGS): ditto (distclean): rm -f * config.h.dist: use CGIBIN_DIR instead of LIB_DIR * indep.c (w3m_lib_dir): ditto * scripts/Makefile.in: ditto * scripts/multipart/Makefile.in: ditto * w3mimg/Makefile.in (clearn): remove w3mimg.a From: SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
Diffstat (limited to '')
-rw-r--r--Makefile.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/Makefile.in b/Makefile.in
index f9bdcf8..b794b43 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -39,7 +39,7 @@ CFLAGS = $(OPTS) @CFLAGS@ $(CPPFLAGS) $(DEFS)
WCCFLAGS = @WCCFLAGS@
CPPFLAGS = @CPPFLAGS@
DEFS = @DEFS@ -I. -I$(top_srcdir) -DAUXBIN_DIR=\"$(AUXBIN_DIR)\" \
- -DLIB_DIR=\"$(CGIBIN_DIR)\" -DHELP_DIR=\"$(HELP_DIR)\" \
+ -DCGIBIN_DIR=\"$(CGIBIN_DIR)\" -DHELP_DIR=\"$(HELP_DIR)\" \
-DETC_DIR=\"$(ETC_DIR)\" -DCONF_DIR=\"$(CONF_DIR)\" \
-DRC_DIR=\"$(RC_DIR)\" \
-DLOCALEDIR=\"$(localedir)\"
@@ -51,7 +51,7 @@ NLSTARGET = @NLSTARGET@
MAKE_ARGS = PERL='$(PERL)' MKDIR='$(MKDIR)' INSTALL='$(INSTALL)' \
BIN_DIR='$(bindir)' AUXBIN_DIR='$(AUXBIN_DIR)' \
- LIB_DIR='$(CGIBIN_DIR)' \
+ CGIBIN_DIR='$(CGIBIN_DIR)' \
HELP_DIR='$(HELP_DIR)' MAN_DIR='$(mandir)' ETC_DIR='$(ETC_DIR)' \
CONF_DIR='$(CONF_DIR)' \
RC_DIR='$(RC_DIR)' DESTDIR='$(DESTDIR)' KEYBIND_SRC='$(KEYBIND_SRC)'
@@ -292,12 +292,12 @@ distclean: clean
do \
(cd $$subdir && $(MAKE) distclean); \
done
- -$(RM) config.cache config.log config.status
- -$(RM) w3mhelp-w3m_en.html w3mhelp-w3m_ja.html
- -$(RM) w3mhelp-lynx_en.html w3mhelp-lynx_ja.html
- -$(RM) version.c
- -$(RM) posubst
- -$(RM) config.h Makefile
+ -$(RM) -f config.cache config.log config.status
+ -$(RM) -f w3mhelp-w3m_en.html w3mhelp-w3m_ja.html
+ -$(RM) -f w3mhelp-lynx_en.html w3mhelp-lynx_ja.html
+ -$(RM) -f version.c
+ -$(RM) -f posubst
+ -$(RM) -f config.h Makefile
-$(RM) -f *core
sweep: