Ran make update-po in gschem in prep for a new release (v1.5.4)
[geda-gaf/peter-b.git] / gattrib / src / Makefile.am
blobd5c368d232b6894787987df0881c1080d69ba668
1 ## Process this file with automake to produce Makefile.in
2 ## This Makefile.am created for gattrib by SDB 12.13.2003
4 bin_PROGRAMS = gattrib
6 ## don't forget all *.h files */
7 gattrib_SOURCES = \
8                 gtksheet_2_2.c \
9                 gtkextra-marshal.c \
10                 gtkitementry_2_2.c \
11                 globals.c \
12                 listsort.c \
13                 parsecmd.c \
14                 f_export.c \
15                 g_register.c \
16                 g_rc.c \
17                 i_vars.c \
18                 i_basic.c \
19                 x_window.c \
20                 x_gtksheet.c \
21                 x_dialog.c \
22                 x_fileselect.c \
23                 s_rename.c \
24                 s_misc.c \
25                 s_string_list.c \
26                 s_sheet_data.c \
27                 s_table.c \
28                 s_object.c \
29                 s_attrib.c \
30                 s_toplevel.c \
31                 s_visibility.c \
32                 gattrib.c 
35 gattrib_CPPFLAGS = -I$(top_srcdir)/libgeda/include \
36         -I$(srcdir)/../include -I$(top_srcdir) -I$(includedir)
37 gattrib_CFLAGS = $(GCC_CFLAGS) $(MINGW_CFLAGS) $(GLIB_CFLAGS) \
38         $(GTK_CFLAGS) $(GTHREAD_CFLAGS) $(GUILE_CFLAGS)
39 gattrib_LDFLAGS = $(GLIB_LIBS) $(GTK_LIBS) $(GTHREAD_LIBS) \
40         $(GUILE_LIBS)
41 gattrib_LDADD = $(top_builddir)/libgeda/src/libgeda.la
43 MOSTLYCLEANFILES = *.log *.ps core FILE *~ #*# 
44 CLEANFILES = *.log *.ps core FILE *~ #*#
45 DISTCLEANFILES = *.log core FILE *~ #*#
46 MAINTAINERCLEANFILES = *.log *.ps core FILE *~ Makefile.in #*#