Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.am « postgresql « database - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 104cfe357b4bf7743e54364d3eaffa6745b746fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
if DBSCHEMA
DATABASE = postgresql

data.sql: $(top_srcdir)/create/src/data.tmpl $(top_srcdir)/create/src/templates.tmpl $(top_srcdir)/create/src/dashboards.tmpl
	$(top_srcdir)/create/bin/gen_data.pl $(DATABASE) > data.sql

schema.sql: $(top_srcdir)/create/src/schema.tmpl
	$(top_srcdir)/create/bin/gen_schema.pl $(DATABASE) > schema.sql
endif

EXTRA_DIST = \
	data.sql \
	images.sql \
	schema.sql