File: Makefile.am

package info (click to toggle)
extace 1.9.5-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,036 kB
  • ctags: 774
  • sloc: sh: 8,808; ansic: 7,934; makefile: 194
file content (35 lines) | stat: -rw-r--r-- 438 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35

headers = \
	2d_eq.h \
	buttons.h \
	color_win.h \
	comedi_input.h \
	comedi_window.h \
	configfile.h \
	convolve.h \
	datawindow.h \
	defaults.h \
	defines.h \
	dir.h \
	draw.h \
	enums.h \
	events.h \
	gc_maker.h \
	globals.h \
	horiz_specgram.h \
	init.h \
	input.h \
	input_processing.h \
	land_3d.h \
	markers.h \
	options.h \
	reducer.h \
	scope.h \
	spike_3d.h \
	stars.h \
	template.h \
	vert_specgram.h


EXTRA_DIST=$(headers)