File: Makefile.am

package info (click to toggle)
libticalcs4 4.6.1-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 3,552 kB
  • ctags: 2,168
  • sloc: ansic: 17,103; sh: 9,269; makefile: 520; yacc: 288; awk: 144; sed: 16
file content (9 lines) | stat: -rw-r--r-- 253 bytes parent folder | download
1
2
3
4
5
6
7
8
9
## Process this file with automake to produce Makefile.in

AM_CPPFLAGS = -I$(top_srcdir)/src \
	@TICABLES_CFLAGS@ @TIFILES_CFLAGS@

noinst_PROGRAMS = test_ticalcs

test_ticalcs_LDADD = $(top_builddir)/src/libticalcs.la \
	@TICABLES_LIBS@ @TIFILES_LIBS@