You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cdr-exporter/Makefile

13 lines
495 B

INSTALL = /usr/bin/install -c
INSTALL_PROGRAM = ${INSTALL}
INSTALL_DATA = ${INSTALL} -m 644
all:
install:
$(INSTALL_PROGRAM) cdr-md5.sh $(DESTDIR)/usr/sbin/cdr-md5
$(INSTALL_PROGRAM) cdr-exporter.pl $(DESTDIR)/usr/sbin/cdr-exporter
$(INSTALL_PROGRAM) event-exporter.pl $(DESTDIR)/usr/sbin/event-exporter
$(INSTALL_DATA) cdr-exporter.conf $(DESTDIR)/etc/ngcp-cdr-exporter/cdr-exporter.conf
$(INSTALL_DATA) event-exporter.conf $(DESTDIR)/etc/ngcp-cdr-exporter/event-exporter.conf