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

Makefile.am - github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fda6b78df6e65ea42e9cecd3ccb4111c17b3622f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
CLEANFILES=	$(dist_rc_SCRIPTS)

AM_CFLAGS=	-Wall -pipe -O2

awkdir=	$(pkgdatadir)/awk
htmldir= $(pkgdatadir)/html
includedir= $(pkgdatadir)/include
assetsdir= $(htmldir)/assets
bootstrapdir= $(assetsdir)/bootstrap-3.1.1
btcssdir= $(bootstrapdir)/css
btjsdir= $(bootstrapdir)/js
btfontsdir= $(bootstrapdir)/fonts
datatablesdir= $(assetsdir)/DataTables-1.10.0
dtcssdir= $(datatablesdir)/css
dtimagesdir= $(datatablesdir)/images
dtjsdir= $(datatablesdir)/js
rcdir= $(sysconfdir)/rc.d
hookdir= $(sysconfdir)/poudriere.d/hooks
mandir= $(prefix)/man
examplesdir= $(datadir)/examples/$(PACKAGE_NAME)

dist_bin_SCRIPTS=	src/bin/poudriere

dist_man_MANS=	src/bin/poudriere.8

sysconf_DATA=	src/etc/poudriere.conf.sample \
		src/etc/poudriered.conf.sample
examples_DATA=	src/share/examples/poudriere/nginx.conf.sample \
		src/share/examples/poudriere/httpd.conf.sample

hook_DATA=	src/etc/poudriere.d/hooks/bulk.sh.sample \
		src/etc/poudriere.d/hooks/pkgbuild.sh.sample

dist_pkgdata_DATA=	\
			src/share/poudriere/api.sh \
			src/share/poudriere/bulk.sh \
			src/share/poudriere/clean.sh \
			src/share/poudriere/common.sh \
			src/share/poudriere/daemon.sh \
			src/share/poudriere/distclean.sh \
			src/share/poudriere/image.sh \
			src/share/poudriere/jail.sh \
			src/share/poudriere/options.sh \
			src/share/poudriere/pkgclean.sh \
			src/share/poudriere/ports.sh \
			src/share/poudriere/processonelog.sh \
			src/share/poudriere/queue.sh \
			src/share/poudriere/status.sh \
			src/share/poudriere/testport.sh

dist_include_HEADERS= \
			src/share/poudriere/include/colors.sh \
			src/share/poudriere/include/colors.pre.sh \
			src/share/poudriere/include/common.sh.dragonfly \
			src/share/poudriere/include/common.sh.freebsd \
			src/share/poudriere/include/display.sh \
			src/share/poudriere/include/html.sh \
			src/share/poudriere/include/hash.sh \
			src/share/poudriere/include/fs.sh \
			src/share/poudriere/include/parallel.sh \
			src/share/poudriere/include/shared_hash.sh \
			src/share/poudriere/include/util.sh

dist_awk_DATA= src/share/poudriere/awk/dependency_loop.awk \
		src/share/poudriere/awk/humanize.awk \
		src/share/poudriere/awk/json.awk \
		src/share/poudriere/awk/json_jail.awk \
		src/share/poudriere/awk/json_top.awk \
		src/share/poudriere/awk/processonelog2.awk \
		src/share/poudriere/awk/siginfo_buildtime.awk

dist_html_DATA= 	src/share/poudriere/html/build.html \
			src/share/poudriere/html/index.html \
			src/share/poudriere/html/jail.html \
			src/share/poudriere/html/robots.txt
dist_assets_DATA=	src/share/poudriere/html/assets/poudriere.js \
			src/share/poudriere/html/assets/logo.svg \
			src/share/poudriere/html/assets/favicon.ico \
			src/share/poudriere/html/assets/poudriere.css \
			src/share/poudriere/html/assets/jquery-1.11.1.js \
			src/share/poudriere/html/assets/jquery-1.11.1.min.js \
			src/share/poudriere/html/assets/jquery-1.11.1.min.map \
			src/share/poudriere/html/assets/jquery.dataTables.rowGrouping-1.2.9.js
dist_btjs_DATA=		src/share/poudriere/html/assets/bootstrap-3.1.1/js/bootstrap.min.js
dist_btfonts_DATA=	src/share/poudriere/html/assets/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.eot \
			src/share/poudriere/html/assets/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.svg \
			src/share/poudriere/html/assets/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.ttf \
			src/share/poudriere/html/assets/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.woff
dist_btcss_DATA=	src/share/poudriere/html/assets/bootstrap-3.1.1/css/bootstrap-theme.min.css \
			src/share/poudriere/html/assets/bootstrap-3.1.1/css/bootstrap.min.css
dist_dtcss_DATA=	src/share/poudriere/html/assets/DataTables-1.10.0/css/jquery.dataTables.min.css \
			src/share/poudriere/html/assets/DataTables-1.10.0/css/jquery.dataTables_themeroller.min.css
dist_dtjs_DATA=		src/share/poudriere/html/assets/DataTables-1.10.0/js/jquery.dataTables.min.js
dist_dtimages_DATA=	src/share/poudriere/html/assets/DataTables-1.10.0/images/back_disabled.png \
			src/share/poudriere/html/assets/DataTables-1.10.0/images/back_enabled.png \
			src/share/poudriere/html/assets/DataTables-1.10.0/images/back_enabled_hover.png \
			src/share/poudriere/html/assets/DataTables-1.10.0/images/forward_disabled.png \
			src/share/poudriere/html/assets/DataTables-1.10.0/images/forward_enabled.png \
			src/share/poudriere/html/assets/DataTables-1.10.0/images/forward_enabled_hover.png \
			src/share/poudriere/html/assets/DataTables-1.10.0/images/sort_asc.png \
			src/share/poudriere/html/assets/DataTables-1.10.0/images/sort_asc_disabled.png \
			src/share/poudriere/html/assets/DataTables-1.10.0/images/sort_both.png \
			src/share/poudriere/html/assets/DataTables-1.10.0/images/sort_desc.png \
			src/share/poudriere/html/assets/DataTables-1.10.0/images/sort_desc_disabled.png

dist_rc_SCRIPTS=	src/etc/rc.d/poudriered

pkglibexec_PROGRAMS= \
		     cachec \
		     cached \
		     clock \
		     cpdup \
		     dirempty \
		     dirwatch \
		     jexecd \
		     locked_mkdir \
		     nc \
		     poudriered \
		     ptsort \
		     pwait \
		     rename \
		     rexec \
		     rm \
		     setproctitle \
		     timeout \
		     timestamp \
		     tsort \
		     @SH@
EXTRA_PROGRAMS= \
		sh

noinst_LIBRARIES=	libucl.a libnv.a libptsort.a

AUTOMAKE_OPTIONS=	subdir-objects

clock_SOURCES=	src/libexec/poudriere/clock/clock.c
cpdup_SOURCES=	src/libexec/poudriere/cpdup/cpdup.c \
		src/libexec/poudriere/cpdup/hcproto.c \
		src/libexec/poudriere/cpdup/hclink.c \
		src/libexec/poudriere/cpdup/misc.c \
		src/libexec/poudriere/cpdup/fsmid.c \
		src/libexec/poudriere/cpdup/md5.c
cpdup_LDADD=	-lmd
cpdup_CFLAGS=	-D_ST_FLAGS_PRESENT_=1
dirempty_SOURCES=	src/libexec/poudriere/dirempty/dirempty.c
dirwatch_SOURCES=	src/libexec/poudriere/dirwatch/dirwatch.c
locked_mkdir_SOURCES=	src/libexec/poudriere/locked_mkdir/locked_mkdir.c
nc_SOURCES=		src/libexec/poudriere/nc/nc.c
pwait_SOURCES=		src/libexec/poudriere/pwait/pwait.c
rename_SOURCES=		src/libexec/poudriere/rename/rename.c
rm_SOURCES=		src/libexec/poudriere/rm/rm.c
setproctitle_SOURCES=	src/libexec/poudriere/setproctitle/setproctitle.c
timeout_SOURCES=	src/libexec/poudriere/timeout/timeout.c
timestamp_SOURCES=	src/libexec/poudriere/timestamp/timestamp.c
tsort_SOURCES=		src/libexec/poudriere/tsort/tsort.c

sh_CFLAGS=		-DSHELL -DNO_HISTORY \
			-include $(top_srcdir)/external/sh_compat/compat.h \
			-I$(top_srcdir)/src \
			-I$(top_srcdir)/external/sh
sh_LDADD=
sh_SOURCES=		external/sh_compat/compat.c \
			external/sh/alias.c \
			external/sh/arith_yacc.c \
			external/sh/arith_yylex.c \
			external/sh/bltin/echo.c \
			external/sh/builtins.c \
			external/sh/cd.c \
			external/sh/error.c \
			external/sh/eval.c \
			external/sh/exec.c \
			external/sh/expand.c \
			external/sh/histedit.c \
			external/sh/input.c \
			external/sh/jobs.c \
			external/sh/kill.c \
			external/sh/mail.c \
			external/sh/main.c \
			external/sh/memalloc.c \
			external/sh/miscbltin.c \
			external/sh/mystring.c \
			external/sh/nodes.c \
			external/sh/options.c \
			external/sh/output.c \
			external/sh/parser.c \
			external/sh/printf.c \
			external/sh/redir.c \
			external/sh/show.c \
			external/sh/syntax.c \
			external/sh/test.c \
			external/sh/trap.c \
			external/sh/var.c
# Extra builtins
CLEANFILES+=		\
			external/sh/builtins.c \
			external/sh/builtins.def \
			external/sh/builtins.h
sh_SOURCES+=		\
			src/libexec/poudriere/cachec/cachec.c \
			src/libexec/poudriere/clock/clock.c \
			src/libexec/poudriere/dirempty/dirempty.c \
			src/libexec/poudriere/locked_mkdir/locked_mkdir.c \
			src/libexec/poudriere/pwait/pwait.c \
			src/libexec/poudriere/rename/rename.c \
			src/libexec/poudriere/setproctitle/setproctitle.c \
			src/poudriere-sh/helpers.c \
			src/poudriere-sh/mkdir.c \
			src/poudriere-sh/realpath.c \
			src/poudriere-sh/sleep.c
sh_CFLAGS+=		-I$(top_srcdir)/src/poudriere-sh
# cachec
sh_LDADD+=		-lrt
external/sh/builtins.def: external/sh/builtins.def.sh src/poudriere-sh/builtins.def
	cat external/sh/builtins.def.sh src/poudriere-sh/builtins.def > $@

external/sh/builtins.h: external/sh/builtins.def external/sh/mkbuiltins
	cd external/sh && sh mkbuiltins .
${sh_SOURCES}:		external/sh/builtins.h

libucl_a_SOURCES=	external/libucl/src/ucl_emitter.c \
			external/libucl/src/ucl_emitter_streamline.c \
			external/libucl/src/ucl_emitter_utils.c \
			external/libucl/src/ucl_hash.c \
			external/libucl/src/ucl_parser.c \
			external/libucl/src/ucl_util.c \
			external/libucl/src/xxhash.c
libucl_a_CFLAGS=	-I$(top_srcdir)/external/libucl/uthash \
			-I$(top_srcdir)/external/libucl/klib  \
			-I$(top_srcdir)/external/libucl/include  \
			-I$(top_srcdir)/external/libucl/src \
			-Wno-unused-parameter -Wno-pointer-sign

libptsort_a_SOURCES=	external/ptsort/lib/aa_tree.c \
			external/ptsort/lib/fline.c \
libptsort_a_CPPFLAGS=	-I$(top_srcdir)/external/ptsort/lib
ptsort_SOURCES=		external/ptsort/bin/ptsort.c
ptsort_LDADD=		libptsort.a
ptsort_CPPFLAGS=	-I$(top_srcdir)/external/ptsort/lib

libnv_a_CFLAGS=		-isystem $(top_srcdir)/external/libnv/ -std=gnu99
libnv_a_SOURCES=	external/libnv/sys/dnvlist.c \
			external/libnv/msgio.c \
			external/libnv/sys/nvlist.c \
			external/libnv/sys/nvpair.c
poudriered_SOURCES=	src/poudriered/poudriered.c
poudriered_CFLAGS=	-DPREFIX=\"$(prefix)\" \
			-I$(top_srcdir)/external/libucl/include
poudriered_LDADD=	libucl.a \
			-lsbuf \
			-lutil

jexecd_SOURCES=	src/libexec/poudriere/jexecd/jexecd.c
jexecd_CFLAGS=	-I$(top_srcdir)/external/libnv/sys
jexecd_LDADD=	libnv.a \
		-lsbuf \
		-lutil \
		-ljail

rexec_SOURCES=	src/libexec/poudriere/rexec/rexec.c
rexec_CFLAGS=	-I$(top_srcdir)/external/libnv/sys
rexec_LDADD=	libnv.a

cached_SOURCES=	src/libexec/poudriere/cached/cached.c
cached_CFLAGS=	-I$(top_srcdir)/external/klib
cached_LDADD=	-lutil -lrt

cachec_SOURCES=	src/libexec/poudriere/cachec/cachec.c
cachec_LDADD=	-lrt

.PHONY:	gen-make-wiki
gen-man-wiki:
	@if [ ! -e wiki/poudriere.8.md ]; then \
	  echo "You must clone https://github.com/freebsd/poudriere.wiki.git to wiki/"; \
	  exit 1; \
	fi
	@if ! which mandoc 2>&1 >/dev/null; then \
	  echo "Mandoc required, install textproc/mdocml"; \
	  exit 1; \
	fi
	@for man in $(dist_man_MANS); do \
	  echo "MANDOC wiki/$${man##*/}.md"; \
	  ( \
	    (mandoc -Txhtml $${man} | awk \
	    '$$1 == "<body>" { seenbody=1; next; }; \
	     $$1 == "</body>" { seenbody=0; }; \
	     seenbody == 1 { print };'\
	    ); \
	  ) > wiki/$${man##*/}.md; \
	done