diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2000-04-25 22:17:00 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2000-04-25 22:17:00 +0000 |
| commit | 4b561b6e908a89d91f466bbc8a76c0f1084ee0df (patch) | |
| tree | 782dc1b0f175b761f2a75c39d0621cf7e54d91cf /makefiles | |
| parent | 4edd134933f7d9c6235667eede83bc54cf8e1070 (diff) | |
Updated copyright notices for all of the 1.0.x files.
Updated the configure script for *BSD and GCC 2.95 (-fno-exceptions)
Added install rule to documentation directory.
Dumped old packages directory; added traditional RPM spec file and EPM
list file (that replace all of the packages stuff)
The FLUID man page is now "fluid.1" for the formatted page and "fluid.man"
for the non-formatted page, since only IRIX uses pack'd formatted man pages.
Whew!
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1090 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'makefiles')
| -rw-r--r-- | makefiles/Makefile.cygnus | 6 | ||||
| -rw-r--r-- | makefiles/Makefile.mingw32 | 6 | ||||
| -rw-r--r-- | makefiles/Makefile.os2x | 6 | ||||
| -rw-r--r-- | makefiles/config.cygnus | 6 | ||||
| -rw-r--r-- | makefiles/config.mingw32 | 6 | ||||
| -rw-r--r-- | makefiles/makeinclude.cygnus | 6 | ||||
| -rw-r--r-- | makefiles/makeinclude.mingw32 | 6 |
7 files changed, 21 insertions, 21 deletions
diff --git a/makefiles/Makefile.cygnus b/makefiles/Makefile.cygnus index 73ad81497..bb4701444 100644 --- a/makefiles/Makefile.cygnus +++ b/makefiles/Makefile.cygnus @@ -1,9 +1,9 @@ # -# "$Id: Makefile.cygnus,v 1.1 1999/02/18 14:05:30 mike Exp $" +# "$Id: Makefile.cygnus,v 1.1.2.1 2000/04/25 22:16:05 mike Exp $" # # Top-level makefile for the Fast Light Tool Kit (FLTK). # -# Copyright 1998-1999 by Bill Spitzak and others. +# Copyright 1998-2000 by Bill Spitzak and others. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public @@ -74,5 +74,5 @@ makeinclude: makefiles\makeinclude.cygnus copy $< $@ # -# End of "$Id: Makefile.cygnus,v 1.1 1999/02/18 14:05:30 mike Exp $". +# End of "$Id: Makefile.cygnus,v 1.1.2.1 2000/04/25 22:16:05 mike Exp $". # diff --git a/makefiles/Makefile.mingw32 b/makefiles/Makefile.mingw32 index 3bf8fc998..36c74d15d 100644 --- a/makefiles/Makefile.mingw32 +++ b/makefiles/Makefile.mingw32 @@ -1,9 +1,9 @@ # -# "$Id: Makefile.mingw32,v 1.1 1999/02/18 14:05:30 mike Exp $" +# "$Id: Makefile.mingw32,v 1.1.2.1 2000/04/25 22:16:05 mike Exp $" # # Top-level makefile for the Fast Light Tool Kit (FLTK). # -# Copyright 1998-1999 by Bill Spitzak and others. +# Copyright 1998-2000 by Bill Spitzak and others. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public @@ -74,5 +74,5 @@ makeinclude: makefiles\makeinclude.mingw32 copy $< $@ # -# End of "$Id: Makefile.mingw32,v 1.1 1999/02/18 14:05:30 mike Exp $". +# End of "$Id: Makefile.mingw32,v 1.1.2.1 2000/04/25 22:16:05 mike Exp $". # diff --git a/makefiles/Makefile.os2x b/makefiles/Makefile.os2x index 4b72b7423..0b030748b 100644 --- a/makefiles/Makefile.os2x +++ b/makefiles/Makefile.os2x @@ -1,9 +1,9 @@ # -# "$Id: Makefile.os2x,v 1.6 1999/02/01 20:27:15 mike Exp $" +# "$Id: Makefile.os2x,v 1.6.2.1 2000/04/25 22:16:05 mike Exp $" # # Top-level makefile for the Fast Light Tool Kit (FLTK). # -# Copyright 1998-1999 by Bill Spitzak and others. +# Copyright 1998-2000 by Bill Spitzak and others. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public @@ -74,5 +74,5 @@ makeinclude: makefiles\makeinclude.os2x copy $< $@ # -# End of "$Id: Makefile.os2x,v 1.6 1999/02/01 20:27:15 mike Exp $". +# End of "$Id: Makefile.os2x,v 1.6.2.1 2000/04/25 22:16:05 mike Exp $". # diff --git a/makefiles/config.cygnus b/makefiles/config.cygnus index 629fc0dbf..4fae0f7e3 100644 --- a/makefiles/config.cygnus +++ b/makefiles/config.cygnus @@ -1,9 +1,9 @@ /* - * "$Id: config.cygnus,v 1.4.2.1 1999/03/25 22:19:31 mike Exp $" + * "$Id: config.cygnus,v 1.4.2.2 2000/04/25 22:16:05 mike Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK). * - * Copyright 1998-1999 by Bill Spitzak and others. + * Copyright 1998-2000 by Bill Spitzak and others. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -150,5 +150,5 @@ #define HAVE_POLL 0 /* - * End of "$Id: config.cygnus,v 1.4.2.1 1999/03/25 22:19:31 mike Exp $". + * End of "$Id: config.cygnus,v 1.4.2.2 2000/04/25 22:16:05 mike Exp $". */ diff --git a/makefiles/config.mingw32 b/makefiles/config.mingw32 index c1e22a79d..98a923d54 100644 --- a/makefiles/config.mingw32 +++ b/makefiles/config.mingw32 @@ -1,9 +1,9 @@ /* - * "$Id: config.mingw32,v 1.4.2.1 1999/03/25 22:19:31 mike Exp $" + * "$Id: config.mingw32,v 1.4.2.2 2000/04/25 22:16:06 mike Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK). * - * Copyright 1998-1999 by Bill Spitzak and others. + * Copyright 1998-2000 by Bill Spitzak and others. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -150,5 +150,5 @@ #define HAVE_POLL 0 /* - * End of "$Id: config.mingw32,v 1.4.2.1 1999/03/25 22:19:31 mike Exp $". + * End of "$Id: config.mingw32,v 1.4.2.2 2000/04/25 22:16:06 mike Exp $". */ diff --git a/makefiles/makeinclude.cygnus b/makefiles/makeinclude.cygnus index 2f4a440a9..5ee2c92f6 100644 --- a/makefiles/makeinclude.cygnus +++ b/makefiles/makeinclude.cygnus @@ -1,9 +1,9 @@ # -# "$Id: makeinclude.cygnus,v 1.9.2.1 1999/03/25 15:26:31 mike Exp $" +# "$Id: makeinclude.cygnus,v 1.9.2.2 2000/04/25 22:16:06 mike Exp $" # # Make include file for the Fast Light Tool Kit (FLTK). # -# Copyright 1998-1999 by Bill Spitzak and others. +# Copyright 1998-2000 by Bill Spitzak and others. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public @@ -51,5 +51,5 @@ GLDLIBS = -lgdi32 -luser32 -lglu32 -lopengl32 -lmsvcrt -lwsock32 -lm \ -mno-cygwin -mwindows # -# End of "$Id: makeinclude.cygnus,v 1.9.2.1 1999/03/25 15:26:31 mike Exp $". +# End of "$Id: makeinclude.cygnus,v 1.9.2.2 2000/04/25 22:16:06 mike Exp $". # diff --git a/makefiles/makeinclude.mingw32 b/makefiles/makeinclude.mingw32 index f9dd20470..3d1ed76c9 100644 --- a/makefiles/makeinclude.mingw32 +++ b/makefiles/makeinclude.mingw32 @@ -1,9 +1,9 @@ # -# "$Id: makeinclude.mingw32,v 1.9.2.1 1999/03/25 15:26:31 mike Exp $" +# "$Id: makeinclude.mingw32,v 1.9.2.2 2000/04/25 22:16:06 mike Exp $" # # Make include file for the Fast Light Tool Kit (FLTK). # -# Copyright 1998-1999 by Bill Spitzak and others. +# Copyright 1998-2000 by Bill Spitzak and others. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public @@ -50,5 +50,5 @@ LDLIBS = -lgdi32 -luser32 -lmsvcrt -lwsock32 -lm GLDLIBS = -lgdi32 -luser32 -lglu32 -lopengl32 -lmsvcrt -lwsock32 -lm # -# End of "$Id: makeinclude.mingw32,v 1.9.2.1 1999/03/25 15:26:31 mike Exp $". +# End of "$Id: makeinclude.mingw32,v 1.9.2.2 2000/04/25 22:16:06 mike Exp $". # |
