File: Makefile.am

package info (click to toggle)
gregorio 0.9.2-1.1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 9,008 kB
  • ctags: 1,025
  • sloc: ansic: 12,432; sh: 9,653; python: 1,679; lex: 1,098; yacc: 748; perl: 248; makefile: 227; xml: 215; sed: 16
file content (7 lines) | stat: -rw-r--r-- 321 bytes parent folder | download
1
2
3
4
5
6
7
AM_CPPFLAGS=-I$(top_srcdir)/include -I$(top_srcdir)/lib
xml_la_CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) -L$(top_builddir)/lib
xml_la_LIBADD = $(GLIB_LIBS) $(LIBINTL) $(XML_LIBS) -lgregorio

pkglib_LTLIBRARIES=xml.la
xml_la_SOURCES=xml-read.c xml-write.c xml-utils.c xml.h
xml_la_LDFLAGS=-no-undefined -module -avoid-version