1
0
Fork 0
mirror of https://github.com/vbatts/bvi.git synced 2025-08-03 08:00:27 +00:00

bvi-1.4.2.src.tar.gz

4bba16c2b496963a9b939336c0abcc8d488664492080ae43a86da18cf4ce94f2  bvi-1.4.2.src.tar.gz

https://bvi.sourceforge.net/download.html
This commit is contained in:
Gerhard Bürgmann 2023-03-07 00:00:00 +00:00 committed by Vincent Batts
parent 40e8e886bc
commit 75fc14b579
24 changed files with 2482 additions and 1761 deletions

View file

@ -6,7 +6,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
# Copyright (c) 1996-2019 by Gerhard Buergmann
# Copyright (c) 1996-2022 by Gerhard Buergmann
# gerhard@puon.at
#
# 1996-01-18 V 1.0.0
@ -18,6 +18,7 @@
# 2003-07-03 V 1.3.2
# 2014-10-01 V 1.4.0
# 2019-01-30 V 1.4.1
# 2022-02-08 V 1.4.2
#
###############################################
@ -55,7 +56,7 @@ all: bvi bmore
bvi: $(OBJS) $(HEADER)
$(CC) $(LDFLAGS) -o bvi $(OBJS) $(LIBS)
bmore: $(BMOBJ)
bmore: $(BMOBJ) bmore.h
$(CC) $(LDFLAGS) -o bmore $(BMOBJ) $(LIBS)
%.o: %.c $(INCLUDES)