texlive[61667]

commits+mruckert at tug.org commits+mruckert at tug.org
Thu Jan 20 11:02:33 CET 2022


Revision: 61667
          http://tug.org/svn/texlive?view=revision&revision=61667
Author:   mruckert
Date:     2022-01-20 11:02:33 +0100 (Thu, 20 Jan 2022)
Log Message:
-----------
simplifying the Makefile to include only the strictly necessary stuff

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/hitexdir/hintview/src/Makefile

Modified: trunk/Build/source/texk/web2c/hitexdir/hintview/src/Makefile
===================================================================
--- trunk/Build/source/texk/web2c/hitexdir/hintview/src/Makefile	2022-01-20 00:48:57 UTC (rev 61666)
+++ trunk/Build/source/texk/web2c/hitexdir/hintview/src/Makefile	2022-01-20 10:02:33 UTC (rev 61667)
@@ -2,36 +2,18 @@
 CC = gcc
 CFLAGS = -g -Og -DDEBUG -Wall
 LDFLAGS = -g -Og
-#GL_DEFINES = -DGLEW_STATIC -DTW_NO_DIRECT3D -DTW_NO_LIB_PRAGMA -DTW_STATIC -D_CRT_SECURE_NO_WARNINGS
 
 FT_INCLUDES = -I/usr/include/freetype2
-GL_INCLUDES = $(FT_INCLUDES)
 
 
-HFILES =     hint.h htex.h format.h get.h basetypes.h error.h \
-	     hrender.h rendernative.h hfonts.h
-
-WFILES =     format.w hint.w htex.ch btex.w
-
-HINT_FILES = get.c hint.c tables.c htex.c hrender.c hfonts.c \
-	     $(HFILES) $(WFILES)
-
-
 OBJ=main.o  renderOGL.o get.o hint.o tables.o htex.o hrender.o hfonts.o
 
-ifeq (Msys,$(shell uname -o))
-LIBS= ../external/glfw-3.1.2/msys.build/src/libglfw3.a ../external/libglew.a  -lfreetype \
-	       -lm -lz
-#	 -ldl -lm -lX11 -lpthread -lXrandr -lXinerama -lXi -lXcursor -lGL -lz
-else
 LIBS= -lglfw -lGLEW -ldl -lfreetype -lX11 -lXrandr -lXinerama -lXi -lXcursor -lGL -lz -lpthread -lm 
-endif
 
 all: hintview
 
 .SUFFIXES:
 
-
 hint.o: hint.c
 	$(CC) $(CFLAGS) -Wno-unused-but-set-variable -o $@ -c $<
 



More information about the tex-live-commits mailing list.