aboutsummaryrefslogtreecommitdiffstats
path: root/print/mup/files/Makefile.mup
blob: dc4440a8b21bdb782f04f837636d0a26dca84405 (plain) (blame)
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
PROG=   mup
LDADD+= -lm
NOMAN=

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 \
    lex.c \
    locvar.c \
    lyrics.c \
    macros.c \
    main.c \
    mainlist.c \
    map.c \
    midi.c \
    midiutil.c \
    mkchords.c \
    muschtbl.c \
    nxtstrch.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>