Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt.opengl/motif/library/make_linux.mak')
-rw-r--r--bundles/org.eclipse.swt.opengl/motif/library/make_linux.mak76
1 files changed, 38 insertions, 38 deletions
diff --git a/bundles/org.eclipse.swt.opengl/motif/library/make_linux.mak b/bundles/org.eclipse.swt.opengl/motif/library/make_linux.mak
index 4b8075f797..755895fe3d 100644
--- a/bundles/org.eclipse.swt.opengl/motif/library/make_linux.mak
+++ b/bundles/org.eclipse.swt.opengl/motif/library/make_linux.mak
@@ -1,38 +1,38 @@
-#*******************************************************************************
-# Copyright (c) 2000, 2003 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Common Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/cpl-v10.html
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-#*******************************************************************************
-
-# Define the installation directories for various products.
-JAVA_HOME = /bluebird/teamswt/swt-builddir/ive/bin
-
-
-# Define the various shared libraries to be made.
-SWT_PREFIX = gl
-WS_PREFIX = motif
-SWT_DLL = lib$(SWT_PREFIX)-$(WS_PREFIX).so
-SWT_OBJ = gl.o glu.o structs.o glx.o
-SWT_LIB = -shared -L/usr/X11R6/lib -lGL -lGLU -lm
-
-#
-# The following CFLAGS are for compiling the SWT OpenGL library.
-#
-CFLAGS = -O -s \
- -I./ \
- -I$(JAVA_HOME)/include
-
-all: make_swt
-
-make_swt: $(SWT_DLL)
-
-$(SWT_DLL): $(SWT_OBJ)
- ld -o $@ $(SWT_OBJ) $(SWT_LIB)
-
-clean:
- rm -f *.so *.o
+#*******************************************************************************
+# Copyright (c) 2000, 2003 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Common Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/cpl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+#*******************************************************************************
+
+# Define the installation directories for various products.
+JAVA_HOME = /bluebird/teamswt/swt-builddir/ive/bin
+
+
+# Define the various shared libraries to be made.
+SWT_PREFIX = gl
+WS_PREFIX = motif
+SWT_DLL = lib$(SWT_PREFIX)-$(WS_PREFIX).so
+SWT_OBJ = gl.o glu.o structs.o glx.o
+SWT_LIB = -shared -L/usr/X11R6/lib -lGL -lGLU -lm
+
+#
+# The following CFLAGS are for compiling the SWT OpenGL library.
+#
+CFLAGS = -O -s \
+ -I./ \
+ -I$(JAVA_HOME)/include
+
+all: make_swt
+
+make_swt: $(SWT_DLL)
+
+$(SWT_DLL): $(SWT_OBJ)
+ ld -o $@ $(SWT_OBJ) $(SWT_LIB)
+
+clean:
+ rm -f *.so *.o

Back to the top