File: Makefile

package info (click to toggle)
cdrtools 4%3A1.10-7
  • links: PTS
  • area: main
  • in suites: woody
  • size: 7,620 kB
  • ctags: 10,027
  • sloc: ansic: 79,657; sh: 3,076; makefile: 385; perl: 223; pascal: 42; sed: 4
file content (19 lines) | stat: -rw-r--r-- 691 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ident @(#)Makefile	1.1 00/03/06 
###########################################################################
# Sample makefile for non-shared libraries
###########################################################################
SRCROOT=	..
RULESDIR=	RULES
include		$(SRCROOT)/$(RULESDIR)/rules.top
###########################################################################

INSDIR=		lib
TARGETLIB=	file
#CPPOPTS +=	-DFOKUS
CFILES=		file.c apprentice.c softmagic.c 
LIBS=
XMK_FILE=	Makefile.man

###########################################################################
include		$(SRCROOT)/$(RULESDIR)/rules.lib
###########################################################################