Makefile (schily-2021-08-14.tar.bz2) | : | Makefile (schily-2021-09-18.tar.bz2) | ||
---|---|---|---|---|
#ident @(#)Makefile 1.11 18/09/27 Copyr 1990 J. Schilling | #ident @(#)Makefile 1.12 21/08/18 Copyr 1990 J. Schilling | |||
########################################################################### | ########################################################################### | |||
SRCROOT= .. | SRCROOT= .. | |||
RULESDIR= RULES | RULESDIR= RULES | |||
include $(SRCROOT)/$(RULESDIR)/rules.top | include $(SRCROOT)/$(RULESDIR)/rules.top | |||
########################################################################### | ########################################################################### | |||
INSDIR= bin | INSDIR= bin | |||
TARGET= calltree | TARGET= calltree | |||
#CPPOPTS += -Ispecincl | #CPPOPTS += -Ispecincl | |||
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= calltree.c clex.c keyw.c string.c sym.c | CFILES= calltree.c clex.c keyw.c string.c sym.c | |||
HFILES= clex.h strsubs.h sym.h version.h | HFILES= clex.h strsubs.h sym.h version.h | |||
LIBS= -lschily | LIBS= -lschily $(LIB_INTL) | |||
XMK_FILE= Makefile.man | XMK_FILE= Makefile.man | |||
########################################################################### | ########################################################################### | |||
include $(SRCROOT)/$(RULESDIR)/rules.cmd | include $(SRCROOT)/$(RULESDIR)/rules.cmd | |||
########################################################################### | ########################################################################### | |||
count: $(CFILES) $(HFILES) | count: $(CFILES) $(HFILES) | |||
count $r1 | count $r1 | |||
bintree: $(CFILES) | bintree: $(CFILES) | |||
calltree -bg $(CPPOPTS) $r1 | calltree -bg $(CPPOPTS) $r1 | |||
End of changes. 3 change blocks. | ||||
2 lines changed or deleted | 6 lines changed or added |