/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/interfaces/ecpg/test/thread/Makefile
13 строк
332 B
Peter Eisentraut
Remove extra newlines at end and beginning of files, add missing newlines
19 авг 2010, 09:57
19 авг 2010, 09:57
3f11971
Код
Авторство
О чём код?
subdir = src/interfaces/ecpg/test/thread top_builddir = ../../../../.. include $(top_builddir)/src/Makefile.global include $(top_srcdir)/$(subdir)/../Makefile.regress TESTS = thread_implicit thread_implicit.c \ thread thread.c \ prep prep.c \ descriptor descriptor.c \ alloc alloc.c all: $(TESTS)