8000 rum/Makefile at d387682c0eb222c0c23994dd4f13a7536482780a · postgrespro/rum · GitHub
[go: up one dir, main page]

Skip to content
{"payload":{"allShortcutsEnabled":false,"fileTree":{"":{"items":[{"name":"data","path":"data","contentType":"directory"},{"name":"expected","path":"expected","contentType":"directory"},{"name":"img","path":"img","contentType":"directory"},{"name":"specs","path":"specs","contentType":"directory"},{"name":"sql","path":"sql","contentType":"directory"},{"name":"src","path":"src","contentType":"directory"},{"name":"t","path":"t","contentType":"directory"},{"name":"tests","path":"tests","contentType":"directory"},{"name":"travis","path":"travis","contentType":"directory"},{"name":".dockerignore","path":".dockerignore","contentType":"file"},{"name":".gitignore","path":".gitignore","contentType":"file"},{"name":".travis.yml","path":".travis.yml","contentType":"file"},{"name":"LICENSE","path":"LICENSE","contentType":"file"},{"name":"META.json","path":"META.json","contentType":"file"},{"name":"Makefile","path":"Makefile","contentType":"file"},{"name":"README.md","path":"README.md","contentType":"file"},{"name":"TODO","path":"TODO","contentType":"file"},{"name":"gen_rum_sql--1.0--1.1.pl","path":"gen_rum_sql--1.0--1.1.pl","contentType":"file"},{"name":"gen_rum_sql--1.1--1.2.pl","path":"gen_rum_sql--1.1--1.2.pl","contentType":"file"},{"name":"logical.conf","path":"logical.conf","contentType":"file"},{"name":"rum--1.0--1.1.sql","path":"rum--1.0--1.1.sql","contentType":"file"},{"name":"rum--1.0.sql","path":"rum--1.0.sql","contentType":"file"},{"name":"rum--1.1--1.2.sql","path":"rum--1.1--1.2.sql","contentType":"file"},{"name":"rum--1.1.sql","path":"rum--1.1.sql","contentType":"file"},{"name":"rum--1.2--1.3.sql","path":"rum--1.2--1.3.sql","contentType":"file"},{"name":"rum--1.2.sql","path":"rum--1.2.sql","contentType":"file"},{"name":"rum--1.3.sql","path":"rum--1.3.sql","contentType":"file"},{"name":"rum.control","path":"rum.control","contentType":"file"}],"totalCount":28}},"fileTreeProcessingTime":29.092711,"foldersToFetch":[],"incompleteFileTree":false,"repo":{"id":58131929,"defaultBranch":"master","name":"rum","ownerLogin":"postgrespro","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-05-05T13:15:09.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/12005770?v=4","public":true,"private":false,"isOrgOwned":true},"codeLineWrapEnabled":false,"symbolsExpanded":false,"treeExpanded":true,"refInfo":{"name":"d387682c0eb222c0c23994dd4f13a7536482780a","listCacheKey":"v0:1751357769.0","canEdit":false,"refType":"tree","currentOid":"d387682c0eb222c0c23994dd4f13a7536482780a"},"path":"Makefile","currentUser":null,"blob":{"rawLines":["# contrib/rum/Makefile","","MODULE_big = rum","EXTENSION = rum","EXTVERSION = 1.3","PGFILEDESC = \"RUM index access method\"","","OBJS = src/rumsort.o src/rum_ts_utils.o src/rumtsquery.o \\","\tsrc/rumbtree.o src/rumbulk.o src/rumdatapage.o \\","\tsrc/rumentrypage.o src/rumget.o src/ruminsert.o \\","\tsrc/rumscan.o src/rumutil.o src/rumvacuum.o src/rumvalidate.o \\","\tsrc/btree_rum.o src/rum_arr_utils.o $(WIN32RES)","","DATA_first = rum--1.0.sql","DATA_updates = rum--1.0--1.1.sql rum--1.1--1.2.sql \\","\t\t\t rum--1.2--1.3.sql","","DATA = $(DATA_first) rum--$(EXTVERSION).sql $(DATA_updates)","","# Do not use DATA_built. It removes built files if clean target was used","SQL_built = rum--$(EXTVERSION).sql $(DATA_updates)","","INCLUDES = rum.h rumsort.h","RELATIVE_INCLUDES = $(addprefix src/, $(INCLUDES))","","LDFLAGS_SL += $(filter -lm, $(LIBS))","","REGRESS = security rum rum_validate rum_hash ruminv timestamp orderby orderby_hash \\","\taltorder altorder_hash limits \\","\tint2 int4 int8 float4 float8 money oid \\"," time timetz date interval \\"," macaddr inet cidr text varchar char bytea bit varbit \\","\tnumeric rum_weight","","ifdef USE_PGXS","PG_CONFIG = pg_config","PGXS := $(shell $(PG_CONFIG) --pgxs)","include $(PGXS)","else","subdir = contrib/rum","top_builddir = ../..","include $(top_builddir)/src/Makefile.global","include $(top_srcdir)/contrib/contrib-global.mk","endif","","ifeq ($(MAJORVERSION), 9.6)","# arrays are not supported on 9.6","else","REGRESS += array","endif","","wal-check: temp-install","\t$(prove_check)","","check: wal-check","","all: $(SQL_built)","","#9.6 requires 1.3 file but 10.0 could live with update files","rum--$(EXTVERSION).sql: $(DATA_first) $(DATA_updates)","\tcat $(DATA_first) $(DATA_updates) \u003e rum--$(EXTVERSION).sql","","# rule for updates, e.g. rum--1.0--1.1.sql","rum--%.sql: gen_rum_sql--%.pl","\tperl $\u003c \u003e $@","","install: installincludes","","installincludes:","\t$(INSTALL) -d '$(DESTDIR)$(includedir_server)/'","\t$(INSTALL_DATA) $(addprefix $(srcdir)/, $(RELATIVE_INCLUDES)) '$(DESTDIR)$(includedir_server)/'","","uninstall: uninstallincludes","","uninstallincludes:","\trm -f $(addprefix '$(DESTDIR)$(includedir_server)/', $(INCLUDES))","","ISOLATIONCHECKS= predicate-rum predicate-rum-2","","submake-isolation:","\t$(MAKE) -C $(top_builddir)/src/test/isolation all","","submake-rum:","\t$(MAKE) -C $(top_builddir)/contrib/rum","","isolationcheck: | submake-isolation submake-rum temp-install","\t$(pg_isolation_regress_check) \\","\t --temp-config $(top_srcdir)/contrib/rum/logical.conf \\","\t\t$(ISOLATIONCHECKS)"],"stylingDirectives":null,"colorizedLines":null,"csv":null,"csvError":null,"dependabotInfo":{"showConfigurationBanner":false,"configFilePath":null,"networkDependabotPath":"/postgrespro/rum/network/updates","dismissConfigurationNoticePath":"/settings/dismiss-notice/dependabot_configuration_notice","configurationNoticeDismissed":null},"displayName":"Makefile","displayUrl":"https://github.com/postgrespro/rum/blob/d387682c0eb222c0c23994dd4f13a7536482780a/Makefile?raw=true","headerInfo":{"blobSize":"2.34 KB","deleteTooltip":"You must be signed in to make or propose changes","editTooltip":"You must be signed in to make or propose changes","ghDesktopPath":null,"isGitLfs":false,"onBranch":false,"shortPath":"570c44f","siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2Fpostgrespro%2Frum%2Fblob%2Fd387682c0eb222c0c23994dd4f13a7536482780a%2FMakefile","isCSV":false,"isRichtext":false,"toc":null,"lineInfo":{"truncatedLoc":"89","truncatedSloc":"66"},"mode":"file"},"image":false,"isCodeownersFile":null,"isPlain":false,"isValidLegacyIssueTemplate":false,"issueTemplate":null,"discussionTemplate":null,"language":"Makefile","languageID":220,"large":false,"planSupportInfo":{"repoIsFork":null,"repoOwnedByCurrentUser":null,"requestFullPath":"/postgrespro/rum/blob/d387682c0eb222c0c23994dd4f13a7536482780a/Makefile","showFreeOrgGatedFeatureMessage":null,"showPlanSupportBanner":null,"upgradeDataAttributes":null,"upgradePath":null},"publishBannersInfo":{"dismissActionNoticePath":"/settings/dismiss-notice/publish_action_from_dockerfile","releasePath":"/postgrespro/rum/releases/new?marketplace=true","showPublishActionBanner":false},"rawBlobUrl":"https://github.com/postgrespro/rum/raw/d387682c0eb222c0c23994dd4f13a7536482780a/Makefile","renderImageOrRaw":false,"richText":null,"renderedFileInfo":null,"shortPath":null,"symbolsEnabled":true,"tabSize":8,"topBannersInfo":{"overridingGlobalFundingFile":false,"globalPreferredFundingPath":null,"showInvalidCitationWarning":false,"citationHelpUrl":"https://docs.github.com/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files","actionsOnboardingTip":null},"truncated":false,"viewable":true,"workflowRedirectUrl":null,"symbols":null},"copilotInfo":null,"copilotAccessAllowed":false,"modelsAccessAllowed":false,"modelsRepoIntegrationEnabled":false,"isMarketplaceEnabled":true,"csrf_tokens":{"/postgrespro/rum/branches":{"post":"XD_GpzgkKNPVIp-T7DhjOKJHA7s9udSO5v7cHIHTu9mnnuXcC2JrSbKotsw8MAwyGSJkcPIRtFSH_1jRMGKp8A"},"/repos/preferences":{"post":"9GhVD18EhdfaWuYHmecIK6ZAUZWTZ-xNbVvm9OAC00YFyQesCL0_hoQ7jD7E1e2JinktrIMTCIzy5JWO5Oypgg"}}},"title":"rum/Makefile at d387682c0eb222c0c23994dd4f13a7536482780a · postgrespro/rum","appPayload":{"helpUrl":"https://docs.github.com","findFileWorkerPath":"/assets-cdn/worker/find-file-worker-263cab1760dd.js","findInFileWorkerPath":"/assets-cdn/worker/find-in-file-worker-d30550df4878.js","githubDevUrl":null,"enabled_features":{"code_nav_ui_events":false,"react_blob_overlay":false,"accessible_code_button":true}}}
0