Browse CVS RepositoryLog of /freewnn/FreeWnn/makerule.mk.in
Revision 1.18 - (view) (download) (annotate) - [select for diffs] Thu Jun 6 18:24:38 2013 UTC (10 years, 10 months ago) by aonoto Branch: MAIN CVS Tags: HEAD, freewnn-1-1-1-a022, freewnn-1-1-1-a022I002, freewnn-1-1-1-a023, freewnn-1-1-1-a023-1 Branch point for: freewnn-1-1-1-a022I001 Changes since 1.17: +7 -4 lines Diff to previous 1.17 , to selected 1.2 Pass CPPFLAGS and LDFLAGS on configure / make. Original suggestion by Hideki Yamane, but arranged a bit. ToDo: We should separate FLAGS more cleanly. Revision 1.17 - (view) (download) (annotate) - [select for diffs] Sun May 15 17:03:53 2011 UTC (12 years, 11 months ago) by aonoto Branch: MAIN Changes since 1.16: +11 -3 lines Diff to previous 1.16 , to selected 1.2 Recent Libtool (2.4.x, we are not using yet) use some optimization of selected SHELL, so honor configure selected SHELL on makerule.mk.in . Workaround for Debian Bug #621928. This change may harm build for your environment, so I also added fallback entry (you have to uncomment some lines). See makefule.mk.in for details. Revision 1.16 - (view) (download) (annotate) - [select for diffs] Sun Jul 11 10:18:16 2010 UTC (13 years, 9 months ago) by aonoto Branch: MAIN Changes since 1.15: +25 -7 lines Diff to previous 1.15 , to selected 1.2 Added (first step of) support for new installation path layout. Maybe useful for package managers. Please note that new layout is disabled by default. You need to specify following configure parameter if you try this. - Added --enable-traditional-layout (default: yes) parameter to configure. If disabled, we install jserver / wnnstat / wnnkill to sbindir. Currently this will take effect on program path only. - Also added --enable-sub-bindir (default: yes if --enable-traditional-layout, no otherwise). If disabled, we install programs to bindir (/ sbindir) directly (i.e. we don't mkdir Wnn4 (, cWnn4 and kWnn4) sub directory to bindir (/ sbindir)) . - Enable --program-transform-name and its family to programs (ex. jserver, uum, wnnkill, atod) and corresponding manpages. - Update INSTALL documentation (Japanese version). English version will come later ... - Strip old mail address (as usual). - Merged part of my code to build correctly if builddir != srcdir (as usual). Revision 1.15 - (view) (download) (annotate) - [select for diffs] Mon Feb 22 17:06:54 2010 UTC (14 years, 1 month ago) by aonoto Branch: MAIN Changes since 1.14: +5 -2 lines Diff to previous 1.14 , to selected 1.2 Recent cpp of gcc (at least 4.4) splits line that has many characters per line (in C language manner). This is problem on *.fzk (pubdic etc.) file processing. So adds -traditional-cpp parameter to cpp (at least gcc-2.95 passes this parameter). Simply adding it to CPPFLAGS may break other build, so split FZK_PP (cpp for text processing) from normal CPP. Spotted by some posters of FreeWnn thread in 2ch.net . (Other changes) - Use AC_SEARCH_LIBS for libnsl checking (Linux (for example) does not need it). - Strip old mail address (as usual). - Modified to build correctly if builddir != srcdir (as usual). Revision 1.14 - (view) (download) (annotate) - [select for diffs] Sat Jun 23 16:34:16 2007 UTC (16 years, 9 months ago) by aonoto Branch: MAIN Changes since 1.13: +5 -2 lines Diff to previous 1.13 , to selected 1.2 - Added detection code if your system need to install uum as set-[ug]id program on configure time. Recent systems may install uum as normal program (to reduce security risk). You can also specify --enable-client-setuid / --enable-client-setgid=group (group must be specified) to control set-[ug]id of uum. - Added uum-related option to INSTALL* file. - Use modern style AC_INIT. (added pseudo(?) version number and contact address. comments are welcome.) Revision 1.13 - (view) (download) (annotate) - [select for diffs] Tue Mar 7 17:15:33 2006 UTC (18 years, 1 month ago) by aonoto Branch: MAIN Changes since 1.12: +2 -5 lines Diff to previous 1.12 , to selected 1.2 Modified WNNCNVFILEDIR to install correct cnv_* file if you're in terminfo environment. Revision 1.12 - (view) (download) (annotate) - [select for diffs] Thu Mar 2 17:18:49 2006 UTC (18 years, 1 month ago) by aonoto Branch: MAIN Changes since 1.11: +12 -4 lines Diff to previous 1.11 , to selected 1.2 Some minor changes before large commit:
makerule.mk.in:
- Remove MAKE (if your make does not need this). You can build
with other make command (ex. gmake).
- Define LT_{CC,LD,INSTALL} globally.
*Wnn/romkan/Makefile.in:
- Use LT_CC to remove warning.
- (Usual work) changed some lines to build correctly
in case builddir != srcdir . (I think this don't
break normal build.)
both files:
- (Usual work) stripping old mail address.
Revision 1.11 - (view) (download) (annotate) - [select for diffs] Sun May 11 18:22:57 2003 UTC (20 years, 11 months ago) by hiroo Branch: MAIN CVS Tags: freewnn-1-1-1-a021 Changes since 1.10: +14 -24 lines Diff to previous 1.10 , to selected 1.2 * Makefile.in: revised CFLAGS and CDEBUGFLAGS usage. * configure.in: ditto. * makerule.mk.in: ditto. * configure: regenerate. Revision 1.10 - (view) (download) (annotate) - [select for diffs] Sun Sep 16 11:38:35 2001 UTC (22 years, 7 months ago) by hiroo Branch: MAIN CVS Tags: freewnn-1-1-1-a020 Changes since 1.9: +6 -6 lines Diff to previous 1.9 , to selected 1.2 Some changes related to: ipv6, INSTPGMFLAGS, top_src_dir Revision 1.9 - (view) (download) (annotate) - [select for diffs] Tue Aug 14 13:43:20 2001 UTC (22 years, 8 months ago) by hiroo Branch: MAIN Changes since 1.8: +4 -4 lines Diff to previous 1.8 , to selected 1.2 IPv6+CPP patch [freewnn:00673] Katsuomi Hamajima, Tomoki Aono beos patch for configure.in [freewnn:00677] Hiroaki Abe libtoolized by libtool-1.4 Revision 1.8 - (view) (download) (annotate) - [select for diffs] Mon Jun 18 09:09:21 2001 UTC (22 years, 9 months ago) by ura Branch: MAIN CVS Tags: freewnn-1-1-1-a018 Changes since 1.7: +24 -6 lines Diff to previous 1.7 , to selected 1.2 FreeWnn-1.1.1-a018 is released. Revision 1.7 - (view) (download) (annotate) - [select for diffs] Thu Jun 14 18:08:31 2001 UTC (22 years, 10 months ago) by ura Branch: MAIN CVS Tags: freewnn-1-1-1-a015, freewnn-1-1-1-a016, freewnn-1-1-1-a017 Changes since 1.6: +1 -1 lines Diff to previous 1.6 , to selected 1.2 FreeWnn-1.1.1-a015 is released. Revision 1.6 - (view) (download) (annotate) - [select for diffs] Thu Jun 14 17:55:29 2001 UTC (22 years, 10 months ago) by ura Branch: MAIN CVS Tags: freewnn-1-1-1-a014 Changes since 1.5: +13 -16 lines Diff to previous 1.5 , to selected 1.2 FreeWnn-1.1.1-a014 is released. Revision 1.5 - (view) (download) (annotate) - [select for diffs] Sun Jan 16 07:30:00 2000 UTC (24 years, 3 months ago) by ura Branch: MAIN CVS Tags: freewnn-1-1-1-a012, freewnn-1-1-1-a013 Changes since 1.4: +1 -4 lines Diff to previous 1.4 , to selected 1.2 FreeWnn-1.1.1-a012 is released. Revision 1.4 - (view) (download) (annotate) - [select for diffs] Sun Jan 16 07:06:07 2000 UTC (24 years, 3 months ago) by ura Branch: MAIN CVS Tags: freewnn-1-1-1-a008, freewnn-1-1-1-a009, freewnn-1-1-1-a010, freewnn-1-1-1-a011 Changes since 1.3: +1 -1 lines Diff to previous 1.3 , to selected 1.2 FreeWnn-1.1.1-a008 is released. Revision 1.3 - (view) (download) (annotate) - [select for diffs] Sun Jan 16 06:52:38 2000 UTC (24 years, 3 months ago) by ura Branch: MAIN CVS Tags: freewnn-1-1-1-a006, freewnn-1-1-1-a007 Changes since 1.2: +31 -388 lines Diff to previous 1.2 FreeWnn-1.1.1-a006 is released. Revision 1.2 - (view) (download) (annotate) - [selected] Sun Jan 16 06:46:03 2000 UTC (24 years, 3 months ago) by ura Branch: MAIN CVS Tags: freewnn-1-1-1-a005 Changes since 1.1: +8 -4 lines Diff to previous 1.1 FreeWnn-1.1.1-a005 is released. Revision 1.1 - (view) (download) (annotate) - [select for diffs] Sun Jan 16 06:37:13 2000 UTC (24 years, 3 months ago) by ura Branch: MAIN CVS Tags: freewnn-1-1-1-a004 Diff to selected 1.2 FreeWnn-1.1.1-a004 is released. This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
|