File: Makefile

package info (click to toggle)
abc2ps 1.3.3-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 548 kB
  • ctags: 1,066
  • sloc: ansic: 9,511; makefile: 50
file content (17 lines) | stat: -rw-r--r-- 326 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Makefile for abc2ps-1.2.5
#
# Created by Anselm Lingnau for abc2ps Debian GNU/Linux package
#
CC = gcc
CFLAGS = -O2 -g -Wall
LDFLAGS = # none

DOCFILES = ReadMe.abc2ps New.Features layout.txt

all: abc2ps

clean:
	rm -f *.o abc2ps Out.ps

abc2ps.o: buffer.h format.h music.h parse.h pssubs.h style.h subs.h \
	syms.h util.h