|
|
| version 1.100, 2012/06/09 13:10:28 | version 1.116, 2012/06/15 12:04:07 |
|---|---|
| Line 36 POST_UNINSTALL = : | Line 36 POST_UNINSTALL = : |
| host_triplet = @host@ | host_triplet = @host@ |
| DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ | DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ |
| $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \ | $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \ |
| ChangeLog INSTALL NEWS compile config.guess config.sub depcomp \ | ChangeLog INSTALL NEWS config.guess config.sub depcomp \ |
| install-sh ltmain.sh missing | install-sh ltmain.sh missing |
| subdir = . | subdir = . |
| ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| Line 100 CONVENIENCE_LTDL_FALSE = @CONVENIENCE_LT | Line 100 CONVENIENCE_LTDL_FALSE = @CONVENIENCE_LT |
| CONVENIENCE_LTDL_TRUE = @CONVENIENCE_LTDL_TRUE@ | CONVENIENCE_LTDL_TRUE = @CONVENIENCE_LTDL_TRUE@ |
| CPP = @CPP@ | CPP = @CPP@ |
| CPPFLAGS = @CPPFLAGS@ | CPPFLAGS = @CPPFLAGS@ |
| CPP_LIBS = @CPP_LIBS@ | |
| CXX = @CXX@ | CXX = @CXX@ |
| CXXCPP = @CXXCPP@ | CXXCPP = @CXXCPP@ |
| CXXDEPMODE = @CXXDEPMODE@ | CXXDEPMODE = @CXXDEPMODE@ |
| Line 232 sys_symbol_underscore = @sys_symbol_unde | Line 231 sys_symbol_underscore = @sys_symbol_unde |
| sysconfdir = @sysconfdir@ | sysconfdir = @sysconfdir@ |
| target_alias = @target_alias@ | target_alias = @target_alias@ |
| SUBDIRS = src etc bin | SUBDIRS = src etc bin |
| ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 | |
| EXTRA_DIST = operators.txt parser3.sln gnu.vcproj buildall-with-xml buildall-without-xml acsite.m4 | EXTRA_DIST = operators.txt parser3.sln gnu.vcproj buildall-with-xml buildall-without-xml acsite.m4 |
| all: all-recursive | all: all-recursive |
| Line 639 uninstall-info: uninstall-info-recursive | Line 639 uninstall-info: uninstall-info-recursive |
| tags tags-recursive uninstall uninstall-am uninstall-info-am | tags tags-recursive uninstall uninstall-am uninstall-info-am |
| update: | |
| cvs update | |
| $(MAKE) | |
| commit: | commit: |
| # trick to make 'make' happy at check out time | # trick to make 'make' happy at check out time |
| # without this aclocal.m4 never updates | # and avoid redundant remaking: aclocal+autoconf+automake |
| # and becomes older than it's prerequisities | |
| # thus causing redundant remaking: | |
| # aclocal+autoconf+automake | |
| cvs commit -m "$(m)" -f configure.in | |
| cvs commit -m "$(m)" -f acsite.m4 | |
| cvs commit -m "$(m)" -f acinclude.m4 | |
| cvs commit -m "$(m)" -f aclocal.m4 | |
| cvs commit -m "$(m)" -f Makefile.am | |
| cvs commit -m "$(m)" -f Makefile.in | |
| cvs commit -m "$(m)" -f configure | |
| cvs commit -m "$(m)" -f src/include/pa_config_auto.h.in | |
| cvs commit | |
| happy: update install-exec | cvs commit -m "no message" -f configure.in acsite.m4 aclocal.m4 Makefile.am Makefile.in configure src/include/pa_config_auto.h.in |
| # Tell versions [3.59,3.63) of GNU make to not export all variables. | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
| # Otherwise a system limit (for SysV at least) may be exceeded. | # Otherwise a system limit (for SysV at least) may be exceeded. |
| .NOEXPORT: | .NOEXPORT: |