File: Makefile.am

package info (click to toggle)
tablix2 0.3.3-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 9,816 kB
  • ctags: 2,970
  • sloc: ansic: 21,647; xml: 12,230; sh: 9,879; makefile: 762; perl: 564; yacc: 288
file content (21 lines) | stat: -rw-r--r-- 620 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
AM_CFLAGS = -Wall -O2 -g

INCLUDES = -I../src -I.. -I../intl -DLOCALEDIR=\"$(localedir)\" 

pkglib_LTLIBRARIES = 	export_htmlcss.la \
			export_csv.la \
			export_vcal.la \
			export_htmlcss2.la
#			export_html.la

export_htmlcss_la_SOURCES = export_htmlcss.c
export_htmlcss_la_LDFLAGS = -module -avoid-version

export_htmlcss2_la_SOURCES = export_htmlcss2.c stripe.c style2.c stripe.h style2.h
export_htmlcss2_la_LDFLAGS = -module -avoid-version

export_csv_la_SOURCES = export_csv.c
export_csv_la_LDFLAGS = -module -avoid-version

export_vcal_la_SOURCES = export_vcal.c
export_vcal_la_LDFLAGS = -module -avoid-version