/
glscene
/
pasdoc
Обзор
Документация
Войти
/
glscene
/
pasdoc
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
source/component/Makefile
13 строк
250 B
Michalis Kamburelis
Add tools (pascal_pre_proc, file_to_pascal_*) to the Makefile and final release.
19 авг 2015, 04:44
19 авг 2015, 04:44
2bd5268
Код
Авторство
О чём код?
# Generates all *.inc files from text/binary files in this directory. ALL_OUTPUT := pasdoc.css.inc external_class_hierarchy.txt.inc .PHONY: all clean all: $(ALL_OUTPUT) %.inc: % ../../bin/file_to_pascal_string $< $@ clean: rm -f $(ALL_OUTPUT)