-
Notifications
You must be signed in to change notification settings - Fork 0
/
jmscott-play.dist
65 lines (49 loc) · 1.17 KB
/
jmscott-play.dist
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
#
# Synopsis:
# Configuration file read by make-dist to build tar files.
# See:
# https://github.com/jmscott/work/blob/master/make-dist
# Note:
# For a GNU Makefile to extract the shell variables defined in this
# dist file, include the following line in Makefile:
#
# BINs := $(shell (. ./root.dist && echo $$BINs))
# SBINs := $(shell (. ./root.dist && echo $$SBINs))
# LIBs := $(shell (. ./root.dist && echo $$LIBs))
# HTDOCs := $(shell (. ./root.dist && echo $$HTDOCs))
# CGIBINs := $(shell (. ./root.dist && echo $$CGIBINs))
#
# Define PRODUCT to change name of tar file from $(basename $(pwd))
# to, say, foobar-YYYYMMDD_hhmmss.tar.bz2
PRODUCT=jmscott-play
LIBs="
local-darwin.mk.example
local-linux.mk.example
jmscott-play.dist
"
COMPILED="
utf8-frisk
"
BINs="
utf8-frisk
"
#SBINs=""
#CGIBINs=""
#HTDOCs=""
SRCs="
utf8-frisk.c
"
# Uncomment to create etc/ directory
#ETC=""
# Uncomment to create spool/ directory
#SPOOL=""
# Uncomment to create data/ directory
#DATA=""
# Uncomment to create run/ directory
#RUN=""
# Uncomment to create log/ directory
#LOG=""
# Uncomment to create cache/ directory
#CACHE=""
# Uncomment to create tmp/ directory
#TMP=""