File: Makefile.inc

package info (click to toggle)
star 1.5a67-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,600 kB
  • ctags: 4,715
  • sloc: ansic: 37,601; sh: 3,198; makefile: 200
file content (15 lines) | stat: -rw-r--r-- 513 bytes parent folder | download | duplicates (38)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ident %W% %E% %Q%
###########################################################################
SRCROOT=	..
RULESDIR=	RULES
include		$(SRCROOT)/$(RULESDIR)/rules.top
###########################################################################

INSDIR=		include
TARGET=		align.h
TARGETC=	align_test
CFILES=		align_test.c

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