lib_LTLIBRARIES = libconfig.la if BUILDCXX lib_LTLIBRARIES += libconfig++.la endif # Versioning rules ( C:R:A ) # # Perform EACH step that applies. # # 1. Start with version 0:0:0. # 2. If any of the sources have changed, increment R. This is a new revision # of the current interface. # 3. If the interface has changed, increment C and set R to 0. This is the # first revision of a new interface. # 4. If the new interface is a superset of the previous interface # (that is, if the previous interface has not been broken by the # changes in this new release), increment A. This release is backwards # compatible with the previous release. # 5. If the new interface has removed elements with respect to the # previous interface, then backward compatibility is broken; set A to 0. # This release has a new, but backwards incompatible interface. # # For more info see section 6.3 of the GNU Libtool Manual. VERINFO = -version-info 10:2:1 PARSER_PREFIX = libconfig_yy libconfig_la_LDFLAGS = $(VERINFO) -no-undefined libconfig___la_LDFLAGS = $(VERINFO) -no-undefined libsrc = libconfig.c scanner.l grammar.y parsectx.h wincompat.h \ scanctx.c scanctx.h strbuf.c strbuf.h libinc = libconfig.h libsrc_cpp = $(libsrc) libconfigcpp.c++ libinc_cpp = libconfig.h++ BUILT_SOURCES = scanner.c scanner.h grammar.c grammar.h libconfig_la_SOURCES = $(libsrc) libconfig___la_SOURCES = $(libsrc_cpp) libcppflags = -D_REENTRANT libcppxxflags = -D_REENTRANT if GNU_WIN libcppflags += -DLIBCONFIG_EXPORTS libcppxxflags += -DLIBCONFIGXX_EXPORTS -DLIBCONFIG_STATIC endif libconfig_la_CPPFLAGS = -DPARSER_PREFIX=\"$(PARSER_PREFIX)\" $(libcppflags) libconfig___la_CPPFLAGS = -DPARSER_PREFIX=\"$(PARSER_PREFIX)\" $(libcppxxflags) include_HEADERS = $(libinc) if BUILDCXX include_HEADERS += $(libinc_cpp) endif AM_YFLAGS = -d -p $(PARSER_PREFIX) AM_LFLAGS = --header-file=scanner.h --prefix=$(PARSER_PREFIX) EXTRA_DIST = \ $(BUILT_SOURCES) \ libconfigcpp.cc libconfig.hh \ *.vcproj pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libconfig.pc if BUILDCXX pkgconfig_DATA += libconfig++.pc endif ='q' value=''/>
path: root/dvb-c/de-Berlin (unfollow)
ation'>upstream/0+git20141218.b46a22c
AgeCommit message (Expand)AuthorFilesLines
2014-05-12Updated scanned channels for Sydney, Australia.Peter Urbanec1-31/+34
2014-05-12Change Sydney FEC settings to AUTO.Peter Urbanec1-6/+6
2014-05-12Update comments to reflect the technical information provided by http://myswi...Peter Urbanec1-7/+8
2014-05-12Rename Sydney tables as part of the digital restack.Peter Urbanec2-0/+0
2014-03-26Updated scan table for au-Sydney_North_Shoreamak791-4/+4
2014-03-26UK Update for COM 7, BBC B, and Local MuxesSimon Liddicott81-647/+676
2014-03-09DTV scantables for FIOlli Salonen34-0/+170
2014-02-14Update es-AlfabiaJesus Jimenez1-5/+8
Jonathan McCrohan535-639/+317
2014-10-15Imported Upstream version 0+git20141009.d26b627upstream/0+git20141009.d26b627Jonathan McCrohan2010-11120/+159271
2014-07-23Imported Upstream version 0+git20140611.14bd6c7upstream/0+git20140611.14bd6c7Jonathan McCrohan7-11/+60
2014-05-13Imported Upstream version 0+git20140512.1246b27upstream/0+git20140512.1246b27Jonathan McCrohan391-301/+3983
2014-04-05Imported Upstream version 0+git20140326.cfc2975upstream/0+git20140326.cfc2975Jonathan McCrohan118-656/+877