File: Makefile.am

package info (click to toggle)
osmo-trx 1.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,028 kB
  • sloc: cpp: 14,569; ansic: 5,963; makefile: 644; asm: 329; sh: 128; xml: 79
file content (11 lines) | stat: -rw-r--r-- 231 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
AM_CPPFLAGS = $(LIBOSMOCODING_CFLAGS)
AM_CFLAGS = -Wall

DIST_SUBDIRS = va-test

EXTRA_DIST = clockdump.sh matlab

noinst_PROGRAMS = osmo-prbs-tool

osmo_prbs_tool_SOURCES = prbs-tool.c
osmo_prbs_tool_LDADD = $(LIBOSMOCODING_LIBS)