summaryrefslogtreecommitdiffstats
path: root/print/mup/files/Makefile.mup
blob: a221b14078d399f83c77de636cc581a874f63755 (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
PROG=	mup
LDADD+=	-lm
NOMAN=
NO_MAN=

SRCS=	abshorz.c \
        absvert.c \
        assign.c \
        beaming.c \
        beamstem.c \
        brac.c \
        charinfo.c \
        check.c \
        debug.c \
        errors.c \
        extchtbl.c \
        font.c \
        fontdata.c \
        globals.c \
        grpsyl.c \
	ifgram.c \
        lex.c \
        locvar.c \
        lyrics.c \
        macros.c \
        main.c \
        mainlist.c \
        map.c \
        midi.c \
        midiutil.c \
        mkchords.c \
        muschtbl.c \
        nxtstrch.c \
        parstssv.c \
        parstuff.c \
        phrase.c \
        plutils.c \
        print.c \
        prntdata.c \
        prntmisc.c \
        prnttab.c \
        prolog.c \
        range.c \
        rational.c \
        relvert.c \
        restsyl.c \
        roll.c \
        setgrps.c \
        setnotes.c \
        ssv.c \
        stuff.c \
        symtbl.c \
        tie.c \
        trantab.c \
        trnspose.c \
        undrscre.c \
        utils.c \
        ytab.c

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud