File: Makefile.am

package info (click to toggle)
roy 1.0.8-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,316 kB
  • ctags: 1,564
  • sloc: ansic: 14,459; sh: 8,259; makefile: 322
file content (11 lines) | stat: -rw-r--r-- 412 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
## Process this file with automake to produce Makefile.in
INCLUDES = -I$(top_builddir) -I$(top_srcdir) $(PTHREAD_CFLAGS)

bin_PROGRAMS	    = rmdbgtool rxpdecode
rmdbgtool_SOURCES   = rmdbgtool.c
rmdbgtool_LDADD	    = $(top_builddir)/roy/libroy.la -lm $(PTHREAD_LIBS)

rxpdecode_SOURCES   = rxpdecode.c
rxpdecode_LDADD	    = $(top_builddir)/roy/libroy.la -lm $(PTHREAD_LIBS)

EXTRA_DIST          = CMakeLists.txt