/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/makefiles/Makefile
15 строк
329 B
Magnus Hagander
Remove cvs keywords from all files.
21 сен 2010, 00:08
21 сен 2010, 00:08
9f2e211
Код
Авторство
О чём код?
# src/makefiles/Makefile subdir = src/makefiles top_builddir = ../.. include $(top_builddir)/src/Makefile.global install: all installdirs $(INSTALL_DATA) $(srcdir)/pgxs.mk '$(DESTDIR)$(pgxsdir)/$(subdir)/' installdirs: $(MKDIR_P) '$(DESTDIR)$(pgxsdir)/$(subdir)' uninstall: rm -f '$(DESTDIR)$(pgxsdir)/$(subdir)/pgxs.mk'