2001-06-03 Hans Breuer <hans@breuer.org>
[dia.git] / lib / Makefile.am
blobc1967f1eaa91e4d2fd321d0b71e7324b8b1270e4
1 ## Process this file with automake to produce Makefile.in
3 noinst_LIBRARIES =     libdia.a
4 libdia_a_SOURCES =  \
5                 diavar.h \
6                 diamenu.h \
7                 diagramdata.h \
8                 diagramdata.c \
9                 geometry.h \
10                 geometry.c \
11                 color.h \
12                 color.c \
13                 dia_xml.c \
14                 dia_xml.h \
15                 attributes.h \
16                 attributes.c \
17                 text.c \
18                 text.h \
19                 font.c \
20                 font.h \
21                 utils.c \
22                 utils.h \
23                 arrows.c \
24                 arrows.h \
25                 message.c \
26                 message.h \
27                 focus.c \
28                 focus.h \
29                 sheet.c \
30                 sheet.h \
31                 connectionpoint.h \
32                 handle.h \
33                 render.h \
34                 object.h \
35                 object.c \
36                 connection.c \
37                 connection.h \
38                 orth_conn.c \
39                 orth_conn.h \
40                 neworth_conn.c \
41                 neworth_conn.h \
42                 poly_conn.c \
43                 poly_conn.h \
44                 bezier_conn.c \
45                 bezier_conn.h \
46                 connection.h \
47                 element.c \
48                 element.h \
49                 polyshape.c \
50                 polyshape.h \
51                 beziershape.c \
52                 beziershape.h \
53                 objchange.c \
54                 objchange.h \
55                 widgets.c \
56                 widgets.h \
57                 dia_image.c \
58                 dia_image.h \
59                 intl.c \
60                 intl.h \
61                 filter.c \
62                 filter.h \
63                 connpoint_line.c \
64                 connpoint_line.h \
65                 properties.c \
66                 properties.h \
67                 lazyprops.c \
68                 lazyprops.h \
69                 dia_dirs.c \
70                 dia_dirs.h \
71                 plug-ins.c \
72                 plug-ins.h \
73                 dummy_dep.h \
74                 paper.c \
75                 paper.h \
76                 charconv.c \
77                 charconv.h \
78                 ps-utf8.c \
79                 ps-utf8.h \
80                 string_prerenderer.c \
81                 string_prerenderer.h \
82                 boundingbox.c \
83                 boundingbox.h
85 ##              render_store.c \
86 ##              render_store.h \
87 ##              render_object.c \
88 ##              render_object.h \
90 CPPFLAGS = \
91         -DLIBDIR=\"$(libdir)\" \
92         -DDATADIR=\"$(pkgdatadir)\"
94 sheetdir = $(pkgdatadir)/sheets
96 INCLUDES = -I$(top_srcdir)/intl $(GDK_PIXBUF_CFLAGS) \
97   $(XML_CFLAGS) $(GNOME_CFLAGS) $(GTK_CFLAGS) -DDIA_SHEETDIR=\"$(sheetdir)\" \
98   $(UNICODE_CFLAGS)
100 EXTRA_DIST = \
101         pixmaps/broken.xpm