File: Makefile.am

package info (click to toggle)
ucimf-chewing 0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,424 kB
  • sloc: sh: 10,446; cpp: 220; makefile: 15
file content (8 lines) | stat: -rw-r--r-- 348 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
pkglib_LTLIBRARIES = chewing.la
pkglibdir=$(libdir)/ucimf/

chewing_la_SOURCES = chewing.cpp uchewing.h 
chewing_la_CPPFLAGS = -I$(includedir) -I$(top_srcdir)/include $(chewing_CFLAGS) -DCHEWING_DATA_PREFIX="\"/usr/share/chewing/\"" 

chewing_la_LIBADD = $(chewing_LIBS)
chewing_la_LDFLAGS = -module -avoid-version -no-undefined -Wl,-E -Bsymbolic