kcar.git  about / heads / tags
bytestream to Rack response converter
blob 6df9c5e0081a7cdf1fa71674e189257a288ebab0 482 bytes (raw)
$ git show v0.3.0:GNUmakefile	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
 
all::
RSYNC_DEST := bogomips.org:/srv/bogomips/kcar
RAGEL = ragel
RLFLAGS = -G2
rfproject := rainbows
rfpackage := kcar
pkg_extra += ext/kcar/kcar.c
ext/kcar/kcar.c: ext/kcar/kcar.rl ext/kcar/kcar_http_common.rl
	cd $(@D) && $(RAGEL) kcar.rl -C $(RLFLAGS) -o $(@F)
include pkg.mk
$(ext_pfx)/$(ext)/kcar.c: ext/kcar/kcar.c
$(ext_pfx)/$(ext)/Makefile: ext/kcar/kcar.c
ifneq ($(VERSION),)
release::
	$(RAKE) raa_update VERSION=$(VERSION)
	$(RAKE) publish_news VERSION=$(VERSION)
endif

git clone https://yhbt.net/kcar.git