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.
RevLine 
[18337]1SUBDIRS = gpaui
2
[18603]3lib_LTLIBRARIES = libgnomeprintui-2-2.la
[18337]4
5INCLUDES = \
[20963]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\"  \
[18337]13        -DBINDIR=\""$(bindir)"\"        \
[20963]14        -DDATADIR=\""$(datadir)"\"      \
[18603]15        \
[20963]16        -DG_DISABLE_DEPRECATED          \
17        -DGDK_DISABLE_DEPRECATED        \
18        -DGDK_PIXBUF_DISABLE_DEPRECATED
[18337]19
20
[18603]21
22libgnomeprintui_2_2_la_LIBADD = \
[21503]23        $(LIBGNOMEPRINTUI_LIBS) \
24        gpaui/libgpaui.la
[18337]25
[20963]26libgnomeprintui_2_2_la_LDFLAGS = \
27        -no-undefined \
28        -version-info $(GNOMEPRINT_CURRENT):$(GNOMEPRINT_REVISION):$(GNOMEPRINT_AGE)
29
[18603]30BUILT_SOURCES = gnome-printui-marshal.c  gnome-printui-marshal.h
[18337]31
[18603]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       \
[20963]40        gnome-print-config-dialog.c  gnome-print-config-dialog-private.h \
41        gnome-print-widget.c         gnome-print-widget.h           \
[18603]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)
[18337]47
[18603]48
49libgnomeprintuiincdir = $(includedir)/libgnomeprintui-2.2/libgnomeprintui
50
[18337]51libgnomeprintuiinc_HEADERS = \
52        gnome-print-preview.h \
53        gnome-font-dialog.h \
54        gnome-print-dialog.h \
[18603]55        gnome-print-unit-selector.h \
56        gnome-print-paper-selector.h \
[20963]57        gnome-print-config-dialog.h \
[18603]58        gnome-print-job-preview.h       
[18337]59
[20963]60EXTRA_DIST = libgnomeprintui-2.2.pc.in \
61        libgnomeprintui-uninstalled-2.2.pc.in \
62        gnome-printui-marshal.list
[18603]63CLEANFILES = $(BUILD_SOURCES)
[18337]64
65pkgconfigdir = $(libdir)/pkgconfig
[18603]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.