File: Makefile.am

package info (click to toggle)
geda 20060123-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,596 kB
  • ctags: 1,743
  • sloc: ansic: 15,268; sh: 4,244; makefile: 559; yacc: 316; sed: 16
file content (33 lines) | stat: -rw-r--r-- 599 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
## 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

EXTRA_DIST = 

# These files don't seem to exist...
#geda_includedir = $(pkgincludedir)
#
#geda_include_DATA = \
#	l_toolbar.h\
#	m_project.h\
#	window.h\
#	config.h\
#	doc.h\
#	file.h\
#	filesel.h\
#	filetool.h\
#	global.h\
#	l_toolbar.h\
#	log.h\
#	m_action.h\
#	m_project.h\
#	m_window.h\
#	message.h\
#	msgbox.h\
#	project.h\
#	task.h\
#	tool.h\
#	txtedit.h
#EXTRA_DIST = $(geda_include_DATA)