File: Makefile.am

package info (click to toggle)
littlewizard 1.2.2-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 3,400 kB
  • ctags: 1,127
  • sloc: sh: 9,388; cpp: 7,685; xml: 420; makefile: 384; awk: 40; ansic: 38
file content (30 lines) | stat: -rw-r--r-- 520 bytes parent folder | download | duplicates (5)
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
## Process this file with automake to produce Makefile.in

## Created by Anjuta - will be overwritten
## If you don't want it to overwrite it,
## 	Please disable it in the Anjuta project configuration

lw_includedir = $(pkgincludedir)

lw_include_DATA = \
	piece.h\
	row.h\
	board.h\
	pixmapset.h\
	wizard.h\
	boardset.h\
	pixmap.h\
	command.h\
	program.h\
	value.h\
	message.h\
	variable.h\
	project.h\
	environment.h\
	paritycommand.h\
	support.h\
	symbol.h\
	parser.h\
	interpreter.h

EXTRA_DIST = $(lw_include_DATA)