File: Makefile.am

package info (click to toggle)
goffice 0.10.57-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 28,136 kB
  • sloc: ansic: 114,820; sh: 4,993; makefile: 1,241; perl: 235; xml: 232
file content (15 lines) | stat: -rw-r--r-- 184 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUBDIRS = \
	plot_pie \
	plot_barcol \
	plot_xy \
	plot_radar \
	plot_surface \
	plot_distrib \
	reg_linear \
	reg_logfit \
	smoothing

if GOFFICE_WITH_LASEM
SUBDIRS += \
	lasem
endif