Removed all files using cvs remove since setup is quite old and hasn't been
[geda-gaf/whiteaudio.git] / geda / graphman / Makefile.am
blob65b23d8f9f37ca36a2b7c72294338649f9cf9a3b
1 # GraphMan Makefile.am
3 INCLUDES = @GMANAGER_CFLAGS@ -I./ -I$(top_srcdir)/intl
5 localedir = @datadir@/locale
6 DEFS = -DPACKAGE_LOCALE_DIR=\"$(localedir)\" @DEFS@
8 if CCISGCC
9 AM_CFLAGS =\
10          -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wpointer-arith -Wmissing-prototypes -g -O
11 endif
13 bin_PROGRAMS = graphman raw2gw
15 raw2gw_SOURCES = \
16         raw2gw.c
18 graphman_SOURCES = \
19         callbacks.c \
20         callbacks.h \
21         configfile.c \
22         configfile.h \
23         export2gwave.c \
24         export2gwave.h \
25         filetool.c \
26         filetool.h \
27         global.h \
28         graph.c \
29         graph.h \
30         interface.c \
31         interface.h \
32         main.c \
33         msg.h \
34         msgbox.c \
35         msgbox.h \
36         libstring.c \
37         libstring.h \
38         support.c \
39         support.h \
40         value.c \
41         value.h
43         
44 graphman_LDFLAGS = @GMANAGER_LDFLAGS@
46 graphman_LDADD = @GTK_LIBS@ @LIBINTL@
48 MOSTLYCLEANFILES = *.log *~ graphman
49 CLEANFILES = *.log *~ graphman
50 DISTCLEANFILES = *.log core FILE *~ prototype.bak graphman
51 MAINTAINERCLEANFILES = *.log *~ Makefile.in configure graphman