mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-15 05:44:58 +00:00
Remove Prolog support.
Estimated hours taken: 0.1 Branches: main scripts/Mmake.rules: Remove Prolog support.
This commit is contained in:
@@ -23,9 +23,8 @@ main_target: $(MAIN_TARGET)
|
|||||||
.int0 .int .int2 .int3 .opt .trans_opt \
|
.int0 .int .int2 .int3 .opt .trans_opt \
|
||||||
.dep .depend .dv .doit .ugly \
|
.dep .depend .dv .doit .ugly \
|
||||||
.date0 .date .date3 .optdate .trans_opt_date \
|
.date0 .date .date3 .optdate .trans_opt_date \
|
||||||
.c .nu .$O .pic_o \
|
.c .$O .pic_o \
|
||||||
.i .s .pic_s \
|
.i .s .pic_s \
|
||||||
.ql .pl \
|
|
||||||
.rlo \
|
.rlo \
|
||||||
.java .class \
|
.java .class \
|
||||||
.il .dll .exe .cpp .cs \
|
.il .dll .exe .cpp .cs \
|
||||||
@@ -117,16 +116,6 @@ ifeq ($(MMAKE_USE_SUBDIRS),yes)
|
|||||||
-[ -d Mercury/pic_s_dates ] || mkdir Mercury/pic_s_dates
|
-[ -d Mercury/pic_s_dates ] || mkdir Mercury/pic_s_dates
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# The `.doit' files are helpful when using Prolog.
|
|
||||||
|
|
||||||
%.doit : $(deps_subdir)%.dep $(deps_subdir)%.dv
|
|
||||||
sed -e ':a' -e '/\\/N' -e 's/\\\n //' -e 't a' $< | \
|
|
||||||
grep '\.ms *=' | \
|
|
||||||
sed -e 's/.*=/:-[ '\''nu_library.doit'\'', /' \
|
|
||||||
-e 's/\.m/,/g' \
|
|
||||||
-e 's/$$/ portray ]./' \
|
|
||||||
> $@
|
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------#
|
#-----------------------------------------------------------------------------#
|
||||||
#
|
#
|
||||||
# Rules for building interface files
|
# Rules for building interface files
|
||||||
@@ -438,7 +427,7 @@ endif # $(MMAKE_USE_MMC_MAKE) == yes
|
|||||||
# automatically generated `.d' files.
|
# automatically generated `.d' files.
|
||||||
#
|
#
|
||||||
|
|
||||||
.PHONY: clean realclean clean_nu clean_sicstus clean_prof_files
|
.PHONY: clean realclean clean_prof_files
|
||||||
|
|
||||||
clean_prof_files:
|
clean_prof_files:
|
||||||
-rm -f Prof.CallPair Prof.Counts Prof.Decl Prof.MemWords Prof.MemCells
|
-rm -f Prof.CallPair Prof.Counts Prof.Decl Prof.MemWords Prof.MemCells
|
||||||
|
|||||||
Reference in New Issue
Block a user