# # ${R_HOME}/src/modules/gnome/Makefile VPATH = @srcdir@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ top_builddir = ../../.. subdir = src/modules/gnome R_HOME = $(top_builddir) include $(top_builddir)/Makeconf ALL_CPPFLAGS = $(R_XTRA_CPPFLAGS) $(GNOME_INCLUDEDIR) $(LIBGLADE_CFLAGS) $(X_CFLAGS) $(CPPFLAGS) $(DEFS) ALL_CFLAGS_LO = $(R_XTRA_CFLAGS) $(CPICFLAGS) $(SHLIB_CFLAGS) $(CFLAGS) ALL_GNOME_LIBS = $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(LIBGLADE_LIBS) ALL_X_LIBS = $(X_PRE_LIBS) $(X_LIBS) $(X_EXTRA_LIBS) SOURCES = \ command-grep.c \ devGNOME.c \ gdkrotated.c gnome-find-dialog.c gtkconsole.c \ savehistory.c \ system-choosefile.c system-console.c system-showfiles.c \ system.c \ terminal-find.c terminal-functions.c terminal-menu.c \ terminal-prefs.c terminal-toolbar.c terminal.c DEPENDS = $(SOURCES:.c=.d) OBJECTS = $(SOURCES:.c=.lo) HEADERS = \ command-grep.h \ devGNOME.h \ gdkrotated.h \ gnome-find-dialog.h \ gtkconsole.h \ terminal-find.h terminal-functions.h terminal-menu.h \ terminal-prefs.h terminal-toolbar.h terminal.h distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) DISTFILES = Makefile.in $(SOURCES) $(HEADERS) ## ## Change to 'R_gnome.la' when using libtool for shlibs. ## Remove when using automake ... also fix target 'install' then. R_gnome_la = R_gnome$(SHLIB_EXT) ## Rexecmodulesdir_LTLIBRARIES = $(R_gnome_la) R_gnome_la_SOURCES = $(SOURCES) R_gnome_la_OBJECTS = $(OBJECTS) @USE_LIBTOOL_TRUE@R_gnome_la_LDFLAGS = -avoid-version -rpath $(Rexecmodulesdir) -module R_gnome_la_LIBADD = $(ALL_GNOME_LIBS) $(ALL_X_LIBS) $(R_XTRA_LIBS) $(LIBR) all: Makefile Makedeps R Makefile: $(srcdir)/Makefile.in \ $(top_builddir)/config.status \ $(SOURCES) @cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ Makedeps: Makefile $(DEPENDS) @cat $(DEPENDS) >> Makefile @touch $@ R: Makefile @$(MAKE) Makedeps @$(MAKE) $(Rexecmodulesdir_LTLIBRARIES) $(R_gnome_la): $(R_gnome_la_OBJECTS) $(R_gnome_la_DEPENDENCIES) $(SHLIB_LINK) -o $@ $(R_gnome_la_LDFLAGS) $(R_gnome_la_OBJECTS) $(R_gnome_la_LIBADD) $(LIBS) ## ## Not sure of we want to do this ... @$(MAKE) rhome=`cd $(top_builddir); pwd` install ## install: installdirs @USE_LIBTOOL_FALSE@ @$(SHELL) $(top_srcdir)/tools/copy-if-change $(R_gnome_la) $(Rexecmodulesdir)/R_gnome$(SHLIB_EXT) @USE_LIBTOOL_TRUE@ @$(LIBTOOL) --mode=install $(INSTALL) $(R_gnome_la) $(Rexecmodulesdir) installdirs: @$(MKINSTALLDIRS) $(Rexecmodulesdir) install-strip: $(MAKE) INSTALL_PROGRAM="${INSTALL_PROGRAM} -s" install uninstall: @rm -f $(Rexecmodulesdir)/R_gnome$(SHLIB_EXT) mostlyclean: clean clean: @-rm -rf .libs _libs @-rm -f Makedeps *.d *.o *.a *.lo *.la *$(SHLIB_EXT) distclean: clean @-rm -f Makefile maintainer-clean: distclean TAGS info dvi check: distdir: $(DISTFILES) @for f in $(DISTFILES); do \ test -f $(distdir)/$${f} \ || ln $(srcdir)/$${f} $(distdir)/$${f} 2>/dev/null \ || cp -p $(srcdir)/$${f} $(distdir)/$${f}; \ done ## Automagically generated dependencies: