Makefile (schily-2021-08-14.tar.bz2) | : | Makefile (schily-2021-09-18.tar.bz2) | ||
---|---|---|---|---|
#ident @(#)Makefile 1.22 18/10/03 | #ident @(#)Makefile 1.23 21/08/20 | |||
########################################################################### | ########################################################################### | |||
SRCROOT= .. | SRCROOT= .. | |||
RULESDIR= RULES | RULESDIR= RULES | |||
include $(SRCROOT)/$(RULESDIR)/rules.top | include $(SRCROOT)/$(RULESDIR)/rules.top | |||
########################################################################### | ########################################################################### | |||
INSDIR= bin | INSDIR= bin | |||
TARGET= smake | TARGET= smake | |||
CPPOPTS += -DUSE_LARGEFILES | CPPOPTS += -DUSE_LARGEFILES | |||
CPPOPTS += -DUSE_NSECS # Enable nanosecond time resolution | CPPOPTS += -DUSE_NSECS # Enable nanosecond time resolution | |||
CPPOPTS += -DNO_COMPAT '-DDEFAULTS_PATH="$(INS_BASE)/share/lib/smake/default s.smk"' | CPPOPTS += -DNO_COMPAT '-DDEFAULTS_PATH="$(INS_BASE)/share/lib/smake/default s.smk"' | |||
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\" | ||||
#CPPOPTS += -DNO_MYECHO # Disable built in echo command | #CPPOPTS += -DNO_MYECHO # Disable built in echo command | |||
CFILES= make.c archconf.c readfile.c parse.c update.c rules.c \ | CFILES= make.c archconf.c readfile.c parse.c update.c rules.c \ | |||
job.c memory.c | job.c memory.c | |||
HFILES= make.h job.h version.h | HFILES= make.h job.h version.h | |||
# | # | |||
# $(LIB_INTL) is needed because libschily/mem.c needs it. | # $(LIB_INTL) is needed because libschily/mem.c needs it. | |||
# | # | |||
LIBS= -lschily $(LIB_INTL) | LIBS= -lschily $(LIB_INTL) | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 5 lines changed or added |