Makefile (schily-2021-08-14.tar.bz2) | : | Makefile (schily-2021-09-18.tar.bz2) | ||
---|---|---|---|---|
#ident @(#)Makefile 1.34 20/10/31 | #ident @(#)Makefile 1.35 21/08/20 | |||
########################################################################### | ########################################################################### | |||
SRCROOT= .. | SRCROOT= .. | |||
RULESDIR= RULES | RULESDIR= RULES | |||
include $(SRCROOT)/$(RULESDIR)/rules.top | include $(SRCROOT)/$(RULESDIR)/rules.top | |||
########################################################################### | ########################################################################### | |||
INSDIR= bin | INSDIR= bin | |||
TARGET= ved | TARGET= ved | |||
SYMLINKS += ved-e | SYMLINKS += ved-e | |||
SYMLINKS += ved-w | SYMLINKS += ved-w | |||
skipping to change at line 24 | skipping to change at line 24 | |||
# line to make CPPOPTS += -DUSE_LARGEFILES active. | # line to make CPPOPTS += -DUSE_LARGEFILES active. | |||
# | # | |||
# It you don"t like to compile ved with large file support, comment the next | # It you don"t like to compile ved with large file support, comment the next | |||
# line to make CPPOPTS += -DUSE_LARGEFILES inactive. | # line to make CPPOPTS += -DUSE_LARGEFILES inactive. | |||
# | # | |||
CPPOPTS += -DUSE_LARGEFILES | CPPOPTS += -DUSE_LARGEFILES | |||
CPPOPTS += -DVED_STATS | CPPOPTS += -DVED_STATS | |||
CPPOPTS += -DFASTPOS | CPPOPTS += -DFASTPOS | |||
#CPPOPTS += -DFASTPOS -DCHECKPOS | #CPPOPTS += -DFASTPOS -DCHECKPOS | |||
CPPOPTS += -DSCHILY_PRINT | CPPOPTS += -DSCHILY_PRINT | |||
CPPOPTS += -DUSE_NLS # Include locale support | ||||
CPPOPTS += -DINS_BASE=\"${INS_BASE}\" | ||||
CPPOPTS += -DINS_RBASE=\"${INS_RBASE}\" | ||||
CPPOPTS += -DTEXT_DOMAIN=\"SCHILY_utils\" | ||||
CFILES= ved.c edit.c binding.c vedtmpops.c cmds.c quitcmds.c \ | CFILES= ved.c edit.c binding.c vedtmpops.c cmds.c quitcmds.c \ | |||
execcmds.c numbercmds.c cursorcmds.c delcmds.c \ | execcmds.c numbercmds.c cursorcmds.c delcmds.c \ | |||
searchcmds.c filecmds.c tmpfiles.c takecmds.c \ | searchcmds.c filecmds.c tmpfiles.c takecmds.c \ | |||
markcmds.c screen.c ctab.c movedot.c buffer.c storage.c \ | markcmds.c screen.c ctab.c movedot.c buffer.c storage.c \ | |||
terminal.c cmdline.c io.c fileio.c filesubs.c \ | terminal.c cmdline.c io.c fileio.c filesubs.c \ | |||
take.c message.c search.c \ | take.c message.c search.c \ | |||
ttycmds.c ttymodes.c macro.c coloncmds.c \ | ttycmds.c ttymodes.c macro.c coloncmds.c \ | |||
substcmds.c tags.c map.c vedstats.c consdebug.c | substcmds.c tags.c map.c vedstats.c consdebug.c | |||
HFILES= buffer.h ved.h func.h map.h movedot.h terminal.h ttys.h \ | HFILES= buffer.h ved.h func.h map.h movedot.h terminal.h ttys.h \ | |||
version.h | version.h | |||
#LIBS= -lunos | #LIBS= -lunos | |||
LIBS= -lxtermcap -lschily | LIBS= -lxtermcap -lschily $(LIB_INTL) | |||
XMK_FILE= Makefile.man ved-e.mk1 ved-w.mk1 \ | XMK_FILE= Makefile.man ved-e.mk1 ved-w.mk1 \ | |||
Makefile.help Makefile.doc Makefile.dot Makefile.warn | Makefile.help Makefile.doc Makefile.dot Makefile.warn | |||
########################################################################### | ########################################################################### | |||
include $(SRCROOT)/$(RULESDIR)/rules.cmd | include $(SRCROOT)/$(RULESDIR)/rules.cmd | |||
########################################################################### | ########################################################################### | |||
count: $(CFILES) $(HFILES) | count: $(CFILES) $(HFILES) | |||
count $r1 | count $r1 | |||
End of changes. 3 change blocks. | ||||
2 lines changed or deleted | 6 lines changed or added |