head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2005.02.26.06.41.44;	author jkoshy;	state Exp;
branches;
next	1.1;

1.1
date	2002.05.30.10.47.57;	author jkoshy;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to v201:
  - Add RESTRICTED (licensing issues).
  - Install stuff in standard places.
  - Install examples.
  - Install readmes/licenses.
  - Respect NOPORTDOCS.
  - New MAINTAINER.

PR:		ports/62704
Submitted by:	debios@@diku.dk
@
text
@--- Makefile.orig	Tue Jul 18 16:16:44 2000
+++ Makefile	Fri Feb  6 14:41:12 2004
@@@@ -17,6 +17,8 @@@@
 
 world:
 	cd config; sh autoconf $(CC)
+	ln -fs ../config/m.h runtime/m.h
+	ln -fs ../config/s.h runtime/s.h
 	cd runtime; make all
 	cp runtime/camlrunm$(EXE) .
 	cd mosmlyac; make all
@@@@ -25,6 +27,7 @@@@
 	cd toolssrc; make all
 	cd lex; make all
 	cd launch; make all
+	cd dynlibs; make all
 
 uptodate:
 	cd runtime; make all
@@@@ -35,6 +38,7 @@@@
 	cd toolssrc; make all
 	cd lex; make all
 	cd launch; make all
+	cd dynlibs; make all
 
 # Recompile all Mosml code from scratch
 again:
@@@@ -58,7 +62,7 @@@@
 	cd compiler; make install
 	cd toolssrc; make install
 	cd lex; make install
-	(cd $(INCDIR)/..; rm -f config; ln -s include config)
+	cd dynlibs; make install
 	cd doc; make install
 
 # Remove all generated files
@


1.1
log
@Upgrade to v2.0.

Submitted by:	Johannes 5 Joemann <joemann@@beefree.free.de>
@
text
@d2 11
a12 2
+++ Makefile	Fri Apr 12 00:37:51 2002
@@@@ -25,6 +25,7 @@@@
d20 1
a20 1
@@@@ -35,6 +36,7 @@@@
d28 1
a28 1
@@@@ -58,6 +60,7 @@@@
d32 1
a33 1
 	(cd $(INCDIR)/..; rm -f config; ln -s include config)
d36 1
@

