source: trunk/third/libgnomeprintui/libgnomeprintui/Makefile.am @ 21504

Revision 21504, 2.3 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21503, which included commits to RCS files with non-trunk default branches.
Line 
1SUBDIRS = gpaui
2
3lib_LTLIBRARIES = libgnomeprintui-2-2.la
4
5INCLUDES = \
6        -I$(top_srcdir)                 \
7        $(LIBGNOMEPRINTUI_CFLAGS)       \
8        -DG_LOG_DOMAIN=\"libgnomeprintui\"      \
9        -DVERSION=\"$(VERSION)\"        \
10        -DWE_ARE_LIBGNOMEPRINT_INTERNALS        \
11        -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
12        -DGNOME_PRINT_LIBDIR=\"$(libdir)/gnome-print\"  \
13        -DBINDIR=\""$(bindir)"\"        \
14        -DDATADIR=\""$(datadir)"\"      \
15        \
16        -DG_DISABLE_DEPRECATED          \
17        -DGDK_DISABLE_DEPRECATED        \
18        -DGDK_PIXBUF_DISABLE_DEPRECATED
19
20
21
22libgnomeprintui_2_2_la_LIBADD = \
23        $(LIBGNOMEPRINTUI_LIBS) \
24        gpaui/libgpaui.la
25
26libgnomeprintui_2_2_la_LDFLAGS = \
27        -no-undefined \
28        -version-info $(GNOMEPRINT_CURRENT):$(GNOMEPRINT_REVISION):$(GNOMEPRINT_AGE)
29
30BUILT_SOURCES = gnome-printui-marshal.c  gnome-printui-marshal.h
31
32libgnomeprintui_2_2_la_SOURCES = \
33        gnome-print-i18n.c           gnome-print-i18n.h                 \
34        gnome-print-preview.c        gnome-print-preview-private.h      \
35        gnome-canvas-hacktext.c      gnome-canvas-hacktext.h            \
36        gnome-print-job-preview.c       \
37        gnome-printer-selector.c     gnome-printer-selector.h           \
38        gnome-print-copies.c         gnome-print-copies.h               \
39        gnome-print-dialog.c         gnome-print-dialog-private.h       \
40        gnome-print-config-dialog.c  gnome-print-config-dialog-private.h \
41        gnome-print-widget.c         gnome-print-widget.h           \
42        gnome-font-dialog.c             \
43        gnome-print-paper-preview.c  gnome-print-paper-preview.h        \
44        gnome-print-unit-selector.c     \
45        gnome-print-paper-selector.c    \
46        $(BUILT_SOURCES)
47
48
49libgnomeprintuiincdir = $(includedir)/libgnomeprintui-2.2/libgnomeprintui
50
51libgnomeprintuiinc_HEADERS = \
52        gnome-print-preview.h \
53        gnome-font-dialog.h \
54        gnome-print-dialog.h \
55        gnome-print-unit-selector.h \
56        gnome-print-paper-selector.h \
57        gnome-print-config-dialog.h \
58        gnome-print-job-preview.h       
59
60EXTRA_DIST = libgnomeprintui-2.2.pc.in \
61        libgnomeprintui-uninstalled-2.2.pc.in \
62        gnome-printui-marshal.list
63CLEANFILES = $(BUILD_SOURCES)
64
65pkgconfigdir = $(libdir)/pkgconfig
66pkgconfig_DATA = libgnomeprintui-2.2.pc
67
68gnome-printui-marshal.h: gnome-printui-marshal.list $(GLIB_GENMARSHAL)
69        $(GLIB_GENMARSHAL) $< --header --prefix=libgnomeprintui_marshal > $@
70
71gnome-printui-marshal.c: gnome-printui-marshal.list $(GLIB_GENMARSHAL)
72        echo "#include \"gnome-printui-marshal.h\"" > $@ && \
73        $(GLIB_GENMARSHAL) $< --body --prefix=libgnomeprintui_marshal >> $@
74
Note: See TracBrowser for help on using the repository browser.