File: Makefile.am

package info (click to toggle)
libucimf 2.3.8-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,004 kB
  • sloc: sh: 10,860; cpp: 3,766; ansic: 789; makefile: 67
file content (19 lines) | stat: -rw-r--r-- 591 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
noinst_PROGRAMS = console01 console04

console01_SOURCES = term/console01.cpp
console01_CPPFLAGS = -I$(top_srcdir)/include
console01_LDADD = $(top_builddir)/src/libucimf.la

console04_SOURCES = term/console04.cpp
console04_CPPFLAGS = -I$(top_srcdir)/include
console04_LDADD = $(top_builddir)/src/libucimf.la

############################

pkglib_LTLIBRARIES = dummy.la
pkglibdir=$(libdir)/ucimf

dummy_la_SOURCES = imf/dummy.cpp imf/dummy.h
dummy_la_CPPFLAGS = -I$(top_srcdir)/include
dummy_la_LIBADD = $(top_builddir)/src/libucimf.la
dummy_la_LDFLAGS = -module -avoid-version -no-undefined