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

18 lines
791 B

INSTALL = install
INSTALL_PROGRAM = $(INSTALL)
INSTALL_DIR = $(INSTALL) -d
INSTALL_DATA = $(INSTALL) -m 644
all:
install:
$(INSTALL_DIR) $(DESTDIR)/usr/sbin
$(INSTALL_PROGRAM) cdr-md5.sh $(DESTDIR)/usr/sbin/ngcp-cdr-md5
$(INSTALL_PROGRAM) cdr-exporter.pl $(DESTDIR)/usr/sbin/ngcp-cdr-exporter
$(INSTALL_PROGRAM) event-exporter.pl $(DESTDIR)/usr/sbin/ngcp-event-exporter
$(INSTALL_PROGRAM) int-cdr-exporter.pl $(DESTDIR)/usr/sbin/ngcp-int-cdr-exporter
$(INSTALL_DIR) $(DESTDIR)/etc/ngcp-cdr-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
$(INSTALL_DATA) cdr-exporter.conf $(DESTDIR)/etc/ngcp-cdr-exporter/int-cdr-exporter.conf