Osmocom Remote SIM Software Suite
https://osmocom.org/projects/osmo-remsim
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.
30 lines
729 B
30 lines
729 B
AUTOMAKE_OPTIONS = foreign dist-bzip2 |
|
|
|
SUBDIRS = contrib src include doc |
|
|
|
pkgconfigdir = $(libdir)/pkgconfig |
|
pkgconfig_DATA = libosmo-rspro.pc |
|
|
|
EXTRA_DIST = \ |
|
.version \ |
|
README.md \ |
|
asn1 \ |
|
contrib/osmo-remsim.spec.in \ |
|
contrib/remsim-apitool.py \ |
|
debian \ |
|
$(NULL) |
|
|
|
AM_DISTCHECK_CONFIGURE_FLAGS = \ |
|
--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) \ |
|
--with-usbdropdir=$$dc_install_base/$(usbdropdir) \ |
|
--with-serialconfdir=$$dc_install_base/$(serialconfdir) |
|
|
|
pkgcofigdir = $(libdir)/pkgconfig |
|
|
|
@RELMAKE@ |
|
|
|
BUILT_SOURCES = $(top_srcdir)/.version |
|
$(top_srcdir)/.version: |
|
echo $(VERSION) > $@-t && mv $@-t $@ |
|
dist-hook: |
|
echo $(VERSION) > $(distdir)/.tarball-version
|
|
|