CC=gcc
SDIR=src
INSTALL=/usr/bin/install -c
MODBUSLOGCFLAGS=-I/usr/include/modbus
MODBUSLOGLIBS=-lmodbus -lconfig
MODBUSLOGBINDIR=/usr/sbin
MODBUSLOGCFGDIR=/etc
MODBUSLOGLOGDIR=/var/modbuslog
FTPHELPERCFLAGS=
FTPHELPERLIBS=-lconfig
FTPHELPERDIR=/usr/bin
PHPSDIR=php
WWWDIR=/var/www
GITTAGFLAG := -D'VERSION_STRING="$(shell LC_ALL=C git describe --tags)"'
MODBUSLOGCFLAGS += $(GITTAGFLAG)
FTPHELPERCFLAGS += $(GITTAGFLAG)
all: modbuslog ftphelper
modbuslog: $(SDIR)/modbuslog.c
$(CC) -o $(SDIR)/$@ $^ $(MODBUSLOGCFLAGS) $(MODBUSLOGLIBS)
ftphelper: $(SDIR)/ftphelper.c
$(CC) -o $(SDIR)/$@ $^ $(FTPHELPERCFLAGS) $(FTPHELPERLIBS)
install: all
$(INSTALL) $(SDIR)/modbuslog $(MODBUSLOGBINDIR)/modbuslog
test -f $(MODBUSLOGCFGDIR)/modbuslog.cfg || $(INSTALL) -m 644 $(SDIR)/modbuslog.cfg $(MODBUSLOGCFGDIR)/modbuslog.cfg
@if [ ! -d $(MODBUSLOGLOGDIR) ]; \
then \
mkdir $(MODBUSLOGLOGDIR); \
mkdir $(MODBUSLOGLOGDIR)/interval; \
mkdir $(MODBUSLOGLOGDIR)/archive; \
fi
test -f $(MODBUSLOGLOGDIR)/interval/interval.txt || $(INSTALL) -m 644 $(SDIR)/interval.txt $(MODBUSLOGLOGDIR)/interval/interval.txt
$(INSTALL) $(SDIR)/ftpupload $(FTPHELPERDIR)/ftpupload
$(INSTALL) $(SDIR)/ftphelper $(FTPHELPERDIR)/ftphelper
$(INSTALL) $(PHPSDIR)/readfile.php $(WWWDIR)/readfile.php
82e236de61390cd1f5d612873dafb229599799'>refslogtreecommitdiffstats
|
| Age | Commit message (Collapse) | Author | Files | Lines |
|
The Frequency for NL has changed recently. Anything above channel 60
is no longer allowed and thus has been removed. Also some other changes
due to the destruction and rebuilding of 'Hoogersmilde'.
Reported by Geert Hedde Bosman <geert.hedde.bosman@gmail.com>
Hello,
in summer 2012 in the Netherlands major frequency changes took place in DVB-t broadcast. Some new
frequencies were added as well. Therefore the frequency-file dvb/dvb-t/nl-All is no longer
actual. Could someone (i believe Cristoph P. is one of the maintainers) please update this file?
The website http://radio-tv-nederland.nl/ provides an up to date frequency list.
As an example: i had to add the following line to the file 'nl-All' to get the FTA tv-stations in
the north of the Netherlands as it was missing:
T 674000000 8MHz 1/2 NONE QAM64 8k 1/4 NONE
regards
GHB
|
|
|