File: Makefile

package info (click to toggle)
cdrecord 3%3A1.8-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 4,964 kB
  • ctags: 7,464
  • sloc: ansic: 48,372; sh: 2,361; makefile: 379; perl: 194; pascal: 39; sed: 4
file content (23 lines) | stat: -rw-r--r-- 688 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ident %W% %E% %Q%
###########################################################################
SRCROOT=	..
RULESDIR=	RULES
include		$(SRCROOT)/$(RULESDIR)/rules.top
###########################################################################

INSDIR=		bin
TARGET=		readcd
CPPOPTS +=	-DUSE_PG
CFILES=		readcd.c cd_misc.c io.c \
		scsi_cdr.c \
		modes.c misc.c
HFILES=		
#LIBS=		-lschily $(LIB_SOCKET)
LIBS=		-lscg -lschily $(SCSILIB)
XMK_FILE=	Makefile.man

###########################################################################
include		$(SRCROOT)/$(RULESDIR)/rules.cmd
###########################################################################
count:	$(CFILES) $(HFILES)
	count $r1