blob: 6a6c7433596d1865c8b4d256685ccdb0f0219a08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- Makefile.orig Wed Sep 25 15:25:40 1996
+++ Makefile Mon May 28 22:40:49 2001
@@ -1,14 +1,11 @@
# you may need to change these for your system
-CFLAGS = -g
-MAKE = make
-CC = cc
-RM = /bin/rm
+
+CFLAGS+= -DHEADER=\"${PREFIX}/share/texmf/tex/abc2mtex_header.tex\"
TEX = userguide music
ABC = English Jigs Reels Strspys
-install: abc2mtex sort_in search
- $(RM) -f *.o
+all: abc2mtex sort_in search
abc2mtex: fields.o abc.o tex.o index.o
$(CC) $(CFLAGS) -o $@ fields.o abc.o tex.o index.o
|