Differences From Artifact [e7001c02f6]:
- File Makefile.in — part of check-in [5baa5c16a6] at 2004-12-18 10:46:04 on branch trunk — Win32 fixes. libconfig 0.1.8 (user: rkeene, size: 3300) [annotate] [blame] [check-ins using]
To Artifact [53b907f18c]:
- File Makefile.in — part of check-in [730308bffd] at 2005-09-30 08:27:32 on branch trunk — Added filename and line numbers to error messages. Began adding support for lists of options rather than just one option per item. libconfig 0.1.19 (user: rkeene, size: 3318) [annotate] [blame] [check-ins using]
︙ | |||
13 14 15 16 17 18 19 20 21 22 23 24 25 26 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | + | SHOBJFLAGS = @SHOBJFLAGS@ SHOBJLDFLAGS = @SHOBJLDFLAGS@ SHOBJEXT = @SHOBJEXT@ ARFLAGS = # @ARFLAGS@ AREXT = @AREXT@ PKGVERS = @PACKAGE_VERSION@ PKGVERSMAJOR = `echo $(PKGVERS) | cut -f 1 -d .` EXEEXT = @EXEEXT@ prefix = @prefix@ mandir = @mandir@ sysconfdir = @sysconfdir@ datadir = @datadir@ exec_prefix = @exec_prefix@ bindir = @bindir@ |
︙ |