Print the desired object's description.
[geda-gaf/berndj.git] / gattrib / src / Makefile.am
blob63c7dd027856d615e8a2274e132fb84d2ac21e26
1 ## Process this file with automake to produce Makefile.in
2 ## This Makefile.am created for gattrib by SDB 12.13.2003
4 DEBUG_CPPFLAGS = -DGEDA_DEBUG=0
6 AM_CFLAGS = $(GATTRIB_CFLAGS)
8 if CCISGCC
9 AM_CFLAGS += -Wall
10 endif
12 bin_PROGRAMS = gattrib
14 ## don't forget all *.h files */
15 gattrib_SOURCES = \
16                 gtksheet_2_2.c \
17                 gtkextra-marshal.c \
18                 globals.c \
19                 listsort.c \
20                 parsecmd.c \
21                 f_export.c \
22                 g_register.c \
23                 g_rc.c \
24                 i_vars.c \
25                 i_basic.c \
26                 x_window.c \
27                 x_gtksheet.c \
28                 x_dialog.c \
29                 x_fileselect.c \
30                 s_rename.c \
31                 s_misc.c \
32                 s_string_list.c \
33                 s_sheet_data.c \
34                 s_table.c \
35                 s_object.c \
36                 s_attrib.c \
37                 s_toplevel.c \
38                 s_visibility.c \
39                 gattrib.c 
42 AM_CPPFLAGS = $(DEBUG_CPPFLAGS) -I$(top_srcdir)/include
43 gattrib_LDFLAGS = @GATTRIB_LDFLAGS@
44 gattrib_LDADD = @GATTRIB_LDFLAGS@
46 ## Don't need these right now.
47 ## man_MANS = gattrib.1
48 ## EXTRA_DIST = gattrib.1 
50 MOSTLYCLEANFILES = *.log *.ps core FILE *~ #*# 
51 CLEANFILES = *.log *.ps core FILE *~ #*#
52 DISTCLEANFILES = *.log core FILE *~ #*#
53 MAINTAINERCLEANFILES = *.log *.ps core FILE *~ #*#