|
Revision 15547, 1.5 KB
(checked in by ghudson, 9 years ago)
|
|
This commit was generated by cvs2svn to compensate for changes in r15546,
which included commits to RCS files with non-trunk default branches.
|
| Line | |
|---|
| 1 | NULL = |
|---|
| 2 | |
|---|
| 3 | INCLUDES = \ |
|---|
| 4 | -DPREFIX=\"$(prefix)\" \ |
|---|
| 5 | -DG_LOG_DOMAIN=\"Nautilus-RPM\" \ |
|---|
| 6 | -I$(top_srcdir) \ |
|---|
| 7 | -I$(top_srcdir)/components/services/install/lib \ |
|---|
| 8 | -I$(top_srcdir)/components/services/trilobite \ |
|---|
| 9 | -I$(top_builddir)/components/services/install/lib \ |
|---|
| 10 | -I$(top_builddir)/components/services/trilobite \ |
|---|
| 11 | -I$(top_builddir) \ |
|---|
| 12 | -I/usr/include/rpm \ |
|---|
| 13 | $(GCONF_CFLAGS) \ |
|---|
| 14 | -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ |
|---|
| 15 | $(GNOMEUI_CFLAGS) \ |
|---|
| 16 | $(VFS_CFLAGS) \ |
|---|
| 17 | $(NULL) |
|---|
| 18 | |
|---|
| 19 | bin_PROGRAMS = nautilus-rpm-view |
|---|
| 20 | |
|---|
| 21 | if EAZEL_SERVICES |
|---|
| 22 | |
|---|
| 23 | extra_libs = \ |
|---|
| 24 | $(top_builddir)/components/services/install/lib/libeazelinstall.la \ |
|---|
| 25 | $(top_builddir)/components/services/install/lib/libeazelpackagesystem.la \ |
|---|
| 26 | $(top_builddir)/components/services/trilobite/libtrilobite/libtrilobite.la |
|---|
| 27 | extra_sources = \ |
|---|
| 28 | nautilus-rpm-view-install.h \ |
|---|
| 29 | nautilus-rpm-view-install.c |
|---|
| 30 | endif |
|---|
| 31 | |
|---|
| 32 | nautilus_rpm_view_SOURCES = \ |
|---|
| 33 | $(extra_sources) \ |
|---|
| 34 | nautilus-rpm-verify-window.c \ |
|---|
| 35 | nautilus-rpm-verify-window.h \ |
|---|
| 36 | nautilus-rpm-view-private.h \ |
|---|
| 37 | nautilus-rpm-view.c \ |
|---|
| 38 | nautilus-rpm-view.h \ |
|---|
| 39 | main.c |
|---|
| 40 | |
|---|
| 41 | nautilus_rpm_view_LDADD = \ |
|---|
| 42 | $(top_builddir)/libnautilus/libnautilus.la \ |
|---|
| 43 | $(top_builddir)/libnautilus-extensions/libnautilus-extensions.la \ |
|---|
| 44 | $(extra_libs) \ |
|---|
| 45 | $(BONOBO_LIBS) \ |
|---|
| 46 | $(GCONF_LIBS) \ |
|---|
| 47 | $(GNOMEUI_LIBS) \ |
|---|
| 48 | $(OAF_LIBS) \ |
|---|
| 49 | $(VFS_LIBS) \ |
|---|
| 50 | $(RPM_LIBS) \ |
|---|
| 51 | $(NULL) |
|---|
| 52 | |
|---|
| 53 | |
|---|
| 54 | oafdir = $(datadir)/oaf |
|---|
| 55 | |
|---|
| 56 | oaf_in_files = \ |
|---|
| 57 | Nautilus_View_rpm.oaf.in \ |
|---|
| 58 | $(NULL) |
|---|
| 59 | |
|---|
| 60 | oaf_DATA = $(oaf_in_files:.oaf.in=.oaf) |
|---|
| 61 | |
|---|
| 62 | @XML_I18N_MERGE_OAF_RULE@ |
|---|
| 63 | |
|---|
| 64 | EXTRA_DIST=$(oaf_DATA) $(oaf_in_files) |
|---|
| 65 | |
|---|