/hg/icedtea6: Build source files of NPPlugin separately.

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Mon Jan 25 15:08:31 PST 2010


changeset 51f89f2b360e in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=51f89f2b360e
author: Andrew John Hughes <ahughes at redhat.com>
date: Mon Jan 25 23:05:52 2010 +0000

	Build source files of NPPlugin separately.

	2010-01-25 Andrew John Hughes <ahughes at redhat.com>

	 * Makefile.am: Build NPPlugin source files
	separately.


diffstat:

2 files changed, 7 insertions(+), 2 deletions(-)
ChangeLog   |    5 +++++
Makefile.am |    4 ++--

diffs (33 lines):

diff -r dc097bf9130b -r 51f89f2b360e ChangeLog
--- a/ChangeLog	Mon Jan 25 23:03:23 2010 +0000
+++ b/ChangeLog	Mon Jan 25 23:05:52 2010 +0000
@@ -1,3 +1,8 @@ 2010-01-25 Andrew John Hughes  <ahughes@
+2010-01-25 Andrew John Hughes  <ahughes at redhat.com>
+
+	* Makefile.am:
+	Build NPPlugin source files separately.
+	
 2010-01-25 Andrew John Hughes  <ahughes at redhat.com>
 
 	* Makefile.am:
diff -r dc097bf9130b -r 51f89f2b360e Makefile.am
--- a/Makefile.am	Mon Jan 25 23:03:23 2010 +0000
+++ b/Makefile.am	Mon Jan 25 23:05:52 2010 +0000
@@ -1493,7 +1493,7 @@ NPPLUGIN_OBJECTS=IcedTeaNPPlugin.o IcedT
         IcedTeaJavaRequestProcessor.o IcedTeaPluginRequestProcessor.o \
 		IcedTeaPluginUtils.o
 
-$(addprefix $(NPPLUGIN_DIR)/,$(NPPLUGIN_OBJECTS)): $(addprefix $(NPPLUGIN_SRCDIR)/,$(NPPLUGIN_SRC))
+$(NPPLUGIN_DIR)/%.o: $(NPPLUGIN_SRCDIR)/%.cc
 	mkdir -p $(NPPLUGIN_DIR) && \
 	cd $(NPPLUGIN_DIR) && \
 	$(CXX) $(CXXFLAGS) \
@@ -1502,7 +1502,7 @@ NPPLUGIN_OBJECTS=IcedTeaNPPlugin.o IcedT
 	  $(GLIB_CFLAGS) \
 	  $(GTK_CFLAGS) \
 	  $(MOZILLA_CFLAGS) \
-	  -fPIC -c $(addprefix $(NPPLUGIN_SRCDIR)/,$(NPPLUGIN_SRC))
+	  -fPIC -o $@ -c $<
 
 $(NPPLUGIN_DIR)/IcedTeaNPPlugin.so: $(addprefix $(NPPLUGIN_DIR)/,$(NPPLUGIN_OBJECTS))
 	cd $(NPPLUGIN_DIR) && \



More information about the distro-pkg-dev mailing list