head	1.6;
access;
symbols
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3;
locks; strict;
comment	@# @;


1.6
date	2003.12.25.05.42.42;	author marcus;	state dead;
branches;
next	1.5;

1.5
date	2003.10.05.06.54.18;	author marcus;	state Exp;
branches;
next	1.4;

1.4
date	2003.09.29.04.58.37;	author marcus;	state Exp;
branches;
next	1.3;

1.3
date	2003.02.25.05.53.29;	author marcus;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.21.20.53.44;	author marcus;	state Exp;
branches;
next	1.1;

1.1
date	2003.02.20.21.40.57;	author marcus;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Update to 1.0.
@
text
@--- Makefile.orig	Tue Sep  9 17:02:57 2003
+++ Makefile	Sun Oct  5 02:29:28 2003
@@@@ -12,9 +12,9 @@@@
 
 PLUGIN_DEFINES= -DXP_UNIX -Iinclude -fPIC -I/usr/X11R6/include
 
-CC= gcc
-OPTIMIZER= -g
-CFLAGS=  $(OPTIMIZER) $(PLUGIN_DEFINES) -I. -I/usr/include
+CC?= gcc
+OPTIMIZER=
+CFLAGS+=  $(OPTIMIZER) $(PLUGIN_DEFINES) -I. -I/usr/include
 STRICTFLAGS= -O3 -Wall -W -Wno-unused-variable -Wno-unused-parameter -Wwrite-strings -Werror
 LDFLAGS= -lpthread
 OBJ= mplayerplug-in.o support.o stubs.o ui.o
@@@@ -24,7 +24,7 @@@@
 default all: $(SHAREDTARGET)
 
 $(SHAREDTARGET): $(OBJ)
-	$(CC) -shared -o $(SHAREDTARGET) $(OBJ) $(LDFLAGS)
+	$(CC) -shared -L/usr/X11R6/lib -lXt -o $(SHAREDTARGET) $(OBJ) $(LDFLAGS)
 
 mplayerplug-in.o: Source/mplayerplug-in.c Source/mplayerplug-in.h
 #	$(CC) -c $(STRICTFLAGS) $(CFLAGS) Source/mplayerplug-in.c
@


1.5
log
@Update to 0.95.
@
text
@@


1.4
log
@Update to 0.91.
@
text
@d1 2
a2 2
--- Makefile.orig	Fri Sep  5 21:48:28 2003
+++ Makefile	Mon Sep 29 00:42:38 2003
a12 1
 #`pkg-config gtk+-2.0 --cflags`
d14 3
a16 2
 #LDFLAGS   = `pkg-config gtk+-2.0 --libs`
@@@@ -25,7 +25,7 @@@@
@


1.3
log
@* Update to 0.50
* Respect ${CC}
@
text
@d1 5
a5 5
--- Makefile.orig	Sun Jan 19 10:12:43 2003
+++ Makefile	Tue Feb 25 00:51:25 2003
@@@@ -29,9 +29,9 @@@@
 # PLUGIN_DEFINES= -DXP_UNIX -DPLUGIN_TRACE
 PLUGIN_DEFINES= -DXP_UNIX -Iinclude -ISource/_gen -I/usr/X11R6/include
d13 4
a16 4
 
 SRC= Source/mplayerplug-in.c Source/stubs.c 
 OBJ= mplayerplug-in.o stubs.o
@@@@ -41,7 +41,7 @@@@
d23 2
a24 2
 mplayerplug-in.o: Source/mplayerplug-in.c
 	$(CC) -c $(CFLAGS) Source/mplayerplug-in.c
@


1.2
log
@Link against libXt to avoid unresolvable symbols at runtime.
@
text
@d1 3
a3 5
--- Makefile.orig	Sun Jan 19 08:47:31 2003
+++ Makefile	Fri Feb 21 00:16:20 2003
@@@@ -27,11 +27,11 @@@@
 #          
 
d5 1
a5 2
-PLUGIN_DEFINES= -DXP_UNIX -Iinclude -ISource/_gen -I/usr/X11R6/include
+PLUGIN_DEFINES= -DXP_UNIX -Iinclude -ISource/_gen -I%%X11BASE%%/include
d7 1
a7 1
 CC= gcc
d10 1
d21 1
a21 1
+	$(CC) -shared -L%%X11BASE%%/lib -lXt -o $(SHAREDTARGET) $(OBJ) $(LDFLAGS)
@


1.1
log
@Add mplayerplug-in, a Mozilla plugin that uses MPlayer to play videos on
websites.
@
text
@d1 8
a8 4
--- Makefile.orig	Thu Feb 20 16:38:02 2003
+++ Makefile	Thu Feb 20 16:38:09 2003
@@@@ -30,8 +30,8 @@@@
 PLUGIN_DEFINES= -DXP_UNIX -Iinclude -ISource/_gen -I/usr/X11R6/include
d18 9
@

