head	1.5;
access;
symbols
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.2
	RELEASE_2_2_8:1.2
	RELEASE_3_0_0:1.2
	RELEASE_2_2_7:1.2
	RELEASE_2_2_6:1.2
	RELEASE_2_2_5:1.1
	RELEASE_2_2_1:1.1
	RELEASE_2_2_2:1.1;
locks; strict;
comment	@# @;


1.5
date	2001.02.20.16.50.54;	author vanilla;	state dead;
branches;
next	1.4;

1.4
date	2000.07.09.08.45.39;	author alex;	state Exp;
branches;
next	1.3;

1.3
date	99.12.27.21.43.32;	author steve;	state dead;
branches;
next	1.2;

1.2
date	97.11.29.14.15.36;	author jraynard;	state Exp;
branches;
next	1.1;

1.1
date	96.06.03.00.31.18;	author jraynard;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Upgrade to 1.95.1,

I merge splited-info files to one file.

PR:		ports/25211
Submitted by:	tkato@@prontomail.ne.jp
@
text
@--- Makefile.rules.orig	Thu Jun 29 19:39:26 2000
+++ Makefile.rules	Mon Jul  3 22:05:39 2000
@@@@ -112,8 +112,8 @@@@
 
 install:: installdirs optimize
 	$(INSTALL_PROGRAM) gst$(EXE) $(bindir)/gst$(EXE)
-	$(INSTALL_PROGRAM) gst-config $(bindir)/gst-config
-	$(INSTALL_PROGRAM) gst-package $(bindir)/gst-package
+	$(INSTALL_SCRIPT) gst-config $(bindir)/gst-config
+	$(INSTALL_SCRIPT) gst-package $(bindir)/gst-package
 	$(INSTALL_DATA) lib/gst.h $(includedir)/gst.h
 	$(INSTALL_DATA) lib/gstpub.h $(includedir)/gstpub.h
 	$(INSTALL_DATA) gstconf.h $(includedir)/gstconf.h
@


1.4
log
@Update to version 1.8.1

PR:		19678
Submitted by:	KATO Tsuguru <tkato@@prontomail.ne.jp>
@
text
@@


1.3
log
@Update to version 1.6.2.

PR:		15712
Submitted by:	maintainer
@
text
@d1 13
a13 57
--- Makefile.in.orig	Sun Sep 17 11:49:10 1995
+++ Makefile.in	Sat Nov 29 01:33:15 1997
@@@@ -70,7 +70,7 @@@@
 COMPLETE_MAKE=@@COMPLETE_MAKE@@
 
 # optimization flag -- may become host dependent
-OPT_FLAG = -O
+#OPT_FLAG = -O
 CDEBUG = @@CDEBUG@@
 USER_OBJECTS = @@USER_OBJECTS@@
 
@@@@ -90,7 +90,7 @@@@
 # Where to put the system-wide image file
 libdir = $(prefix)/lib
 smlibdir = $(libdir)/smalltalk
-stdir = $(prefix)/smalltalk
+stdir = $(libdir)/smalltalk
 
 ## Where to put the manual pages.
 #mandir = $(prefix)/man
@@@@ -160,12 +160,12 @@@@
     Makefile.defs.in Makefile.rules \
     blox/Makefile.body \
     stix/Makefile.body tcp/Makefile.body test/Makefile.body  \
-    cxtnsn/Makefile.body examples/Makefile.body contrib/Makefile.body \
+    examples/Makefile.body contrib/Makefile.body \
     info/Makefile.body
 
 
 # Subdirectories to run make in for the primary targets.
-SUBDIRS = lib stix blox info examples contrib cxtnsn test tcp
+SUBDIRS = lib stix blox info examples contrib test tcp
 
 # Only make TAGS/tags files in these directories, in this order
 ###TSUBDIRS= src lib
@@@@ -197,7 +197,7 @@@@
 	$(RM) gst
 	$(CC) $(LDFLAGS) $(LDPATH) $(BINDING) -o $@@ $(CFLAGS) $(CDEBUG) \
 		$(OBJECTS) lib/libgst.a $(LIBS)
-	$(COMPLETE_MAKE)
+#	$(COMPLETE_MAKE)
 
 # A hack to force this directory to be reevaluated.
 libgst.a:
@@@@ -219,8 +219,10 @@@@
 #	$(RM) junk.c xmakefile
 
 installdirs:
-	$(SHELL) $(srcdir)/mkinstalldirs $(bindir) $(smlibdir) $(infodir) \
-		 $(stdir)
+	if [ ! -d $(smlibdir) ]; then \
+	    $(SHELL) $(srcdir)/mkinstalldirs $(bindir) $(smlibdir) $(infodir) \
+		 $(stdir); \
+	fi
 
 install:: installdirs all 
 	$(INSTALL_PROGRAM) gst $(bindir)/$(binprefix)gst
@


1.2
log
@Update to version 1.1.5 of GNU Smalltalk.
@
text
@@


1.1
log
@Get X interface to Smalltalk working.
@
text
@d1 57
a57 37

*** stix/Makefile.orig	Thu Sep 12 15:11:30 1991
--- stix/Makefile	Sun Jun  2 17:51:14 1996
***************
*** 56,62 ****
  CPP = cc -E
  
  # Uncomment this line to enable the ultra-winning readline-reader
! #READLINE = -DUSE_READLINE
  
  ######################################################################
  ######################################################################
--- 56,62 ----
  CPP = cc -E
  
  # Uncomment this line to enable the ultra-winning readline-reader
! READLINE = -DUSE_READLINE
  
  ######################################################################
  ######################################################################
***************
*** 88,94 ****
  
  # Edit this to reflect the path on your system where the X include files
  # may be found.
! XINCLUDE = /usr/include/X11
  
  socket.o: socket.c
  	$(CC) -I$(XINCLUDE) $(CFLAGS) -DUNIXCONN -c socket.c
--- 88,94 ----
  
  # Edit this to reflect the path on your system where the X include files
  # may be found.
! XINCLUDE = /usr/X11R6/include
  
  socket.o: socket.c
  	$(CC) -I$(XINCLUDE) $(CFLAGS) -DUNIXCONN -c socket.c
@
