summaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles')
-rw-r--r--makefiles/makeinclude.mingw16
-rw-r--r--makefiles/makeinclude.mingw3116
-rw-r--r--makefiles/makeinclude.os2x12
3 files changed, 35 insertions, 9 deletions
diff --git a/makefiles/makeinclude.mingw b/makefiles/makeinclude.mingw
index 19a1425da..ed0d00879 100644
--- a/makefiles/makeinclude.mingw
+++ b/makefiles/makeinclude.mingw
@@ -1,5 +1,5 @@
#
-# "$Id: makeinclude.mingw,v 1.1.2.3.2.10 2002/07/09 17:41:24 easysw Exp $"
+# "$Id: makeinclude.mingw,v 1.1.2.3.2.11 2002/07/14 17:03:31 easysw Exp $"
#
# Make include file for the Fast Light Tool Kit (FLTK).
# (this file for MingW using GCC 2.95.x)
@@ -54,6 +54,17 @@ includedir = ${prefix}/include
libdir = ${exec_prefix}/lib
srcdir = .
+# programs we use...
+CHMOD = :
+CP = copy
+HTMLDOC = htmldoc.exe
+LN = :
+MKDIR = md
+NROFF = nroff
+RM = del
+RMDIR = rd
+STRIP = :
+
# compiler names:
CXX = g++
CC = gcc
@@ -70,7 +81,6 @@ FLLIBNAME = ../lib/libfltk_forms.a
GLLIBNAME = ../lib/libfltk_gl.a
IMGLIBNAME = ../lib/libfltk_images.a
LIBCOMMAND = ar -ruv
-RM = del
RANLIB = ranlib
DSONAME =
FLDSONAME =
@@ -112,5 +122,5 @@ THREADS =threads
$(CXX) -I.. $(CXXFLAGS) $< -c
#
-# End of "$Id: makeinclude.mingw,v 1.1.2.3.2.10 2002/07/09 17:41:24 easysw Exp $".
+# End of "$Id: makeinclude.mingw,v 1.1.2.3.2.11 2002/07/14 17:03:31 easysw Exp $".
#
diff --git a/makefiles/makeinclude.mingw31 b/makefiles/makeinclude.mingw31
index 9676b7a75..3285c0488 100644
--- a/makefiles/makeinclude.mingw31
+++ b/makefiles/makeinclude.mingw31
@@ -1,5 +1,5 @@
#
-# "$Id: makeinclude.mingw31,v 1.1.2.1 2002/07/09 17:41:24 easysw Exp $"
+# "$Id: makeinclude.mingw31,v 1.1.2.2 2002/07/14 17:03:31 easysw Exp $"
#
# Make include file for the Fast Light Tool Kit (FLTK).
# (this file for MingW using GCC 3.1.x)
@@ -54,6 +54,17 @@ includedir = ${prefix}/include
libdir = ${exec_prefix}/lib
srcdir = .
+# programs we use...
+CHMOD = :
+CP = copy
+HTMLDOC = htmldoc.exe
+LN = :
+MKDIR = md
+NROFF = nroff
+RM = del
+RMDIR = rd
+STRIP = :
+
# compiler names:
CXX = g++
CC = gcc
@@ -70,7 +81,6 @@ FLLIBNAME = ../lib/libfltk_forms.a
GLLIBNAME = ../lib/libfltk_gl.a
IMGLIBNAME = ../lib/libfltk_images.a
LIBCOMMAND = ar -ruv
-RM = del
RANLIB = ranlib
DSONAME =
FLDSONAME =
@@ -112,5 +122,5 @@ THREADS =threads
$(CXX) -I.. $(CXXFLAGS) $< -c
#
-# End of "$Id: makeinclude.mingw31,v 1.1.2.1 2002/07/09 17:41:24 easysw Exp $".
+# End of "$Id: makeinclude.mingw31,v 1.1.2.2 2002/07/14 17:03:31 easysw Exp $".
#
diff --git a/makefiles/makeinclude.os2x b/makefiles/makeinclude.os2x
index d38783748..4cf4faa18 100644
--- a/makefiles/makeinclude.os2x
+++ b/makefiles/makeinclude.os2x
@@ -1,5 +1,5 @@
#
-# "$Id: makeinclude.os2x,v 1.1.2.4.2.8 2002/07/09 17:41:24 easysw Exp $"
+# "$Id: makeinclude.os2x,v 1.1.2.4.2.9 2002/07/14 17:03:31 easysw Exp $"
#
# Make include file for the Fast Light Tool Kit (FLTK).
#
@@ -34,9 +34,15 @@ srcdir = ./.
VPATH = ./.
# programs we use...
+CHMOD = :
+CP = copy
HTMLDOC = htmldoc.exe
+LN = :
+MKDIR = md
NROFF = nroff
-RM = rm -f
+RM = del
+RMDIR = rd
+STRIP = :
# compiler names:
CXX = gcc.exe
@@ -118,5 +124,5 @@ CAT3EXT =3
mv t.z $@
#
-# End of "$Id: makeinclude.os2x,v 1.1.2.4.2.8 2002/07/09 17:41:24 easysw Exp $".
+# End of "$Id: makeinclude.os2x,v 1.1.2.4.2.9 2002/07/14 17:03:31 easysw Exp $".
#