| 1 | NULL = |
|---|
| 2 | |
|---|
| 3 | INCLUDES = \ |
|---|
| 4 | -DPREFIX=\"$(prefix)\" \ |
|---|
| 5 | -DG_LOG_DOMAIN=\"Nautilus-service-install\" \ |
|---|
| 6 | -I$(top_srcdir) \ |
|---|
| 7 | -I$(top_srcdir)/components/services/install/lib \ |
|---|
| 8 | -I$(top_srcdir)/components/services/trilobite \ |
|---|
| 9 | -I$(top_srcdir)/components/services/trilobite/libtrilobite \ |
|---|
| 10 | -I$(top_builddir)/components/services/install/lib \ |
|---|
| 11 | -I$(top_builddir)/components/services/trilobite \ |
|---|
| 12 | -I$(top_builddir)/components/services/trilobite/libtrilobite \ |
|---|
| 13 | -I$(top_srcdir)/components/services/nautilus-dependent-shared \ |
|---|
| 14 | -I$(top_builddir)/components/services/install/lib \ |
|---|
| 15 | -I$(top_builddir) \ |
|---|
| 16 | -I/usr/include/rpm \ |
|---|
| 17 | $(GCONF_CFLAGS) \ |
|---|
| 18 | -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ |
|---|
| 19 | $(GNOMEUI_CFLAGS) \ |
|---|
| 20 | $(VFS_CFLAGS) \ |
|---|
| 21 | $(NULL) |
|---|
| 22 | |
|---|
| 23 | bin_PROGRAMS = nautilus-service-install-view |
|---|
| 24 | |
|---|
| 25 | noinst_HEADERS = \ |
|---|
| 26 | nautilus-service-install.c \ |
|---|
| 27 | nautilus-service-install.h \ |
|---|
| 28 | nautilus-service-install-view.h \ |
|---|
| 29 | $(NULL) |
|---|
| 30 | |
|---|
| 31 | nautilus_service_install_view_SOURCES = \ |
|---|
| 32 | nautilus-service-install-view.c \ |
|---|
| 33 | main.c \ |
|---|
| 34 | $(NULL) |
|---|
| 35 | |
|---|
| 36 | nautilus_service_install_view_LDADD = \ |
|---|
| 37 | $(top_builddir)/libnautilus/libnautilus.la \ |
|---|
| 38 | $(top_builddir)/libnautilus-extensions/libnautilus-extensions.la \ |
|---|
| 39 | $(top_builddir)/components/services/install/lib/libeazelinstall.la \ |
|---|
| 40 | $(top_builddir)/components/services/install/lib/libeazelpackagesystem.la \ |
|---|
| 41 | $(top_builddir)/components/services/trilobite/libtrilobite/libtrilobite.la \ |
|---|
| 42 | $(top_builddir)/components/services/nautilus-dependent-shared/libnautilusdepshared.a \ |
|---|
| 43 | $(BONOBO_LIBS) \ |
|---|
| 44 | $(GCONF_LIBS) \ |
|---|
| 45 | $(GNOMEUI_LIBS) \ |
|---|
| 46 | $(OAF_LIBS) \ |
|---|
| 47 | $(VFS_LIBS) \ |
|---|
| 48 | $(RPM_LIBS) \ |
|---|
| 49 | $(NULL) |
|---|
| 50 | |
|---|
| 51 | oafdir = $(datadir)/oaf |
|---|
| 52 | oaf_in_files = \ |
|---|
| 53 | Nautilus_View_install.oaf.in \ |
|---|
| 54 | $(NULL) |
|---|
| 55 | oaf_DATA = $(oaf_in_files:.oaf.in=.oaf) |
|---|
| 56 | |
|---|
| 57 | @XML_I18N_MERGE_OAF_RULE@ |
|---|
| 58 | |
|---|
| 59 | |
|---|
| 60 | EXTRA_DIST = $(oaf_in_files) $(oaf_DATA) |
|---|