[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
sbnc 1.3.9-3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 8,156 kB
  • ctags: 4,719
  • sloc: ansic: 20,379; cpp: 14,175; sh: 12,783; tcl: 6,025; php: 448; makefile: 430; perl: 46; awk: 25
file content (9 lines) | stat: -rw-r--r-- 383 bytes parent folder | download
1
2
3
4
5
6
7
8
9
pkglib_LTLIBRARIES=libbncidentd.la
libbncidentd_la_SOURCES=bncidentd.cpp
libbncidentd_la_LIBADD=${LIBLTDL} ${LIBSNPRINTF} ../third-party/mmatch/libmmatch.la

AM_CXXFLAGS=@TCL_INCLUDE_SPEC@ ${LTDLINCL} ${SNPRINTFINCL} ${CARESINCL} -I../third-party/mmatch
AM_CFLAGS=@TCL_INCLUDE_SPEC@ ${LTDLINCL} ${SNPRINTFINCL} ${CARESINCL} -I../third-party/mmatch
AM_LIBTOOLFLAGS=--silent

CC=@CXX@