aboutsummaryrefslogtreecommitdiff
path: root/src/guile/skribilo/coloring/Makefile.am
blob: b952237770011583e2af0f561abef36a5fff092a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
guilemoduledir = $(GUILE_SITE)/skribilo/coloring
dist_guilemodule_DATA = c.scm lisp.scm xml.scm				\
			lisp-lex.l.scm xml-lex.l.scm c-lex.l.scm


EXTRA_DIST = lisp-lex.l xml-lex.l c-lex.l

# Building the lexers with SILex.  You must previously run
# `tla build-config ./arch-config' for this to run.
#
# Note: Those files should normally be part of the distribution, making
# this rule useless to the user.
%.l.scm: %.l
	$(GUILE) -L $(top_srcdir)/src/guile/silex			\
	         -c '(load-from-path "lex.scm") (lex "$^" "$@")'