|
|
| version 1.10, 2012/06/08 13:36:38 | version 1.15, 2012/06/11 21:59:27 |
|---|---|
| Line 247 sys_symbol_underscore = @sys_symbol_unde | Line 247 sys_symbol_underscore = @sys_symbol_unde |
| sysconfdir = @sysconfdir@ | sysconfdir = @sysconfdir@ |
| target_alias = @target_alias@ | target_alias = @target_alias@ |
| SUBDIRS = libltdl | SUBDIRS = libltdl |
| ACLOCAL_AMFLAGS = -I libltdl/m4 | |
| INCLUDES = -I../../parser3/src/sql $(INCLTDL) -I$(SQLITE_INC) | INCLUDES = -I../../parser3/src/sql $(INCLTDL) -I$(SQLITE_INC) |
| noinst_HEADERS = config_includes.h | noinst_HEADERS = config_includes.h |
| lib_LTLIBRARIES = libparser3sqlite.la | lib_LTLIBRARIES = libparser3sqlite.la |
| libparser3sqlite_la_SOURCES = parser3sqlite.C | libparser3sqlite_la_SOURCES = parser3sqlite.C |
| libparser3sqlite_la_LIBADD = $(LIBLTDL) | |
| libparser3sqlite_la_LDFLAGS = -module -avoid-version | libparser3sqlite_la_LDFLAGS = -module -avoid-version |
| libparser3sqlite_la_LINK = $(LIBTOOL) --tag=CC --mode=link $(CXXLD) $(CXXFLAGS) $(libparser3mysql_la_LDFLAGS) $(LDFLAGS) -o $@ | libparser3sqlite_la_LIBADD = $(LIBLTDL) |
| EXTRA_DIST = config_fixed.h parser3sqlite.sln parser3sqlite.vcproj | EXTRA_DIST = config_fixed.h parser3sqlite.sln parser3sqlite.vcproj |
| all: config_auto.h | all: config_auto.h |
| $(MAKE) $(AM_MAKEFLAGS) all-recursive | $(MAKE) $(AM_MAKEFLAGS) all-recursive |
| Line 338 clean-libLTLIBRARIES: | Line 338 clean-libLTLIBRARIES: |
| rm -f "$${dir}/so_locations"; \ | rm -f "$${dir}/so_locations"; \ |
| done | done |
| libparser3sqlite.la: $(libparser3sqlite_la_OBJECTS) $(libparser3sqlite_la_DEPENDENCIES) | libparser3sqlite.la: $(libparser3sqlite_la_OBJECTS) $(libparser3sqlite_la_DEPENDENCIES) |
| $(libparser3sqlite_la_LINK) -rpath $(libdir) $(libparser3sqlite_la_LDFLAGS) $(libparser3sqlite_la_OBJECTS) $(libparser3sqlite_la_LIBADD) $(LIBS) | $(CXXLINK) -rpath $(libdir) $(libparser3sqlite_la_LDFLAGS) $(libparser3sqlite_la_OBJECTS) $(libparser3sqlite_la_LIBADD) $(LIBS) |
| mostlyclean-compile: | mostlyclean-compile: |
| -rm -f *.$(OBJEXT) | -rm -f *.$(OBJEXT) |
| Line 748 uninstall-info: uninstall-info-recursive | Line 748 uninstall-info: uninstall-info-recursive |
| uninstall-libLTLIBRARIES | uninstall-libLTLIBRARIES |
| 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 "no message" -f aclocal.m4 | |
| cvs commit -m "no message" -f Makefile.am | |
| cvs commit -m "no message" -f Makefile.in | |
| cvs commit -m "no message" -f configure.in | |
| cvs commit -m "no message" -f configure | |
| cvs commit | |
| happy: update install-exec | cvs commit -m "no message" -f aclocal.m4 Makefile.am Makefile.in configure.in configure 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: |