File: Makefile.am

package info (click to toggle)
geda 20050313-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,568 kB
  • ctags: 1,716
  • sloc: ansic: 16,308; sh: 4,233; makefile: 562; yacc: 316; sed: 16
file content (51 lines) | stat: -rw-r--r-- 990 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# GraphMan Makefile.am

INCLUDES = @GMANAGER_CFLAGS@ -I./ -I$(top_srcdir)/intl

localedir = @datadir@/locale
DEFS = -DPACKAGE_LOCALE_DIR=\"$(localedir)\" @DEFS@

if CCISGCC
AM_CFLAGS =\
	 -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wpointer-arith -Wmissing-prototypes -g -O
endif

bin_PROGRAMS = graphman raw2gw

raw2gw_SOURCES = \
	raw2gw.c

graphman_SOURCES = \
	callbacks.c \
	callbacks.h \
	configfile.c \
	configfile.h \
	export2gwave.c \
	export2gwave.h \
	filetool.c \
	filetool.h \
	global.h \
	graph.c \
	graph.h \
	interface.c \
	interface.h \
	main.c \
	msg.h \
	msgbox.c \
	msgbox.h \
	libstring.c \
	libstring.h \
	support.c \
	support.h \
	value.c \
	value.h

	
graphman_LDFLAGS = @GMANAGER_LDFLAGS@

graphman_LDADD = @GTK_LIBS@ @LIBINTL@

MOSTLYCLEANFILES = *.log *~ graphman
CLEANFILES = *.log *~ graphman
DISTCLEANFILES = *.log core FILE *~ prototype.bak graphman
MAINTAINERCLEANFILES = *.log *~ Makefile.in configure graphman