File: Makefile.dir

package info (click to toggle)
sformat 3.5-1.2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,588 kB
  • ctags: 5,796
  • sloc: ansic: 32,949; sh: 2,138; makefile: 187; pascal: 42
file content (14 lines) | stat: -rw-r--r-- 585 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ident %W% %E% %Q%
###########################################################################
# Sample makefile for sub directory makes
###########################################################################
SRCROOT=	..
RULESDIR=	RULES
include		$(SRCROOT)/$(RULESDIR)/rules.top
###########################################################################

include		Targetdirs.$(M_ARCH)

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