File size: 284 Bytes
f65fe85
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# scm/GNUmakefile

depth = ..

INSTALLATION_DIR=$(local_lilypond_datadir)/scm
INSTALLATION_FILES=$(SCM_FILES)

XGETTEXT_FLAGS = --language=Scheme
STEPMAKE_TEMPLATES=install po

include $(depth)/make/stepmake.make

SCM_FILES := $(call src-wildcard,*.scm)

TAGS_SOURCES += $(SCM_FILES)