aboutsummaryrefslogtreecommitdiffstats
path: root/w3mimg/Makefile.in (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-10-15Avoid prerequisite $(IMGOBJS) to fix parallel make issue of w3mimgTatsuya Kinoshita1-2/+2
2013-10-15Revert "Fix parallel make issue"Tatsuya Kinoshita1-2/+0
This reverts commit aa6f871c6dcc108118142bcc786e4a6ac3d46867.
2012-05-03Fix parallel make issueTatsuya Kinoshita1-0/+2
Patch from Gentoo <http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/www-client/w3m/files/w3m-0.5.3-parallel-make.patch?revision=1.1&view=markup>.
2011-05-04Adding upstream version 0.5.3upstream/0.5.3Tatsuya Kinoshita1-5/+6
2011-05-04Adding upstream version 0.5.1upstream/0.5.1Tatsuya Kinoshita1-0/+45
2010-12-21w3mimgdisplay supports Windows console ↵Ito Hiroyuki1-5/+6
(http://www.j10n.org/files/w3m-cvs-1.1040-misc.patch).
2004-04-26[w3m-dev 04073] Re: run configure in another directoryFumitoshi UKAI1-2/+3
* Makefile.in (CFLAGS): include dir here (DEFS): delete include dirs (libwc/libwc.a): pass OPTS only (w3mimg/w3mimg.a): pass OPTS only * libwc/Makefile.in (CFLAGS): fixed * w3mimg/Makefile.in (CFLAGS): added (fb x11): pass OPTS only * w3mimg/fb/Makefile.in (CFLAGS): added * w3mimg/x11/Makefile.in (CFLAGS): added From: Fumitoshi UKAI <ukai@debian.or.jp>
2004-04-09[w3m-dev 04063] about MakefileFumitoshi UKAI1-1/+1
* 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>
2004-03-21w3mimg/Makefile.in (distclean): rm -f w3mimg.aFumitoshi UKAI1-1/+1
From: Fumitoshi UKAI <ukai@debian.or.jp>
2003-12-08[w3m-dev 04022] $^Fumitoshi UKAI1-1/+1
* Makefile.in (DEFUNS): added funcname.tab: don't use $^ * w3mimg/Makefile.in (w3mimg.a): don't use $^ From: YONETANI Tomokazu <qhwt@myrealbox.com>
2003-10-10* scripts/Makefile.in (w3mhelp-funcname.pl): depends ../funcname.tabFumitoshi UKAI1-1/+8
* Makefile.in (IMGOBJS): deleted (indep.o): depends on fm.h funcname1.h (IMGDISPLAY): depends on w3mimg/w3mimg.a (w3mimg/w3mimg.a): renamed from w3mimg * acinclude.m4 (AC_W3M_IMAGE): modify IMBOBJS * w3mimg/Makefile.in (AR): added (RANLIB): added (IMGOBJS): added (w3mimg.a): added From: Fumitoshi UKAI <ukai@debian.or.jp> * [w3m-dev 03990] Re: post-m17n merge problem? * Makefile.in (MAN1): need $(top_srcdir) (MAN1_JA): ditto (LOBJS): depends on fm.h funcname1.h (INFLATE): depends on $(ALIB) (libwc/libwc.a): renamed from libwc (IMGDISPLAY): depends on $(IMGOBJS) instead of w3mimg depends on $(ALIB) (w3mimgdisplay.o): depends on w3mimg/w3mimg.h * acinclude.m4 (AC_W3M_M17N): WCTARGET is libwc/libwc.a * configure.in (HELP_DIR): expand ${prefix} From: qhwt@myrealbox.com
2003-09-29distcleanFumitoshi UKAI1-0/+6
2003-09-29distcleanFumitoshi UKAI1-0/+3
2003-09-24based on [w3m-dev 03970]Fumitoshi UKAI1-1/+1
SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp> * acinclude.m4 (AC_W3M_IMAGE): add IMGTARGETS * w3mimg/Makefile.in (all): use @IMGTARGETS@ From: Fumitoshi UKAI <ukai@debian.or.jp>
2003-09-22fix top_srcdirFumitoshi UKAI1-1/+1
2003-09-22more autoconfiscateFumitoshi UKAI1-0/+28