File: posix.mak

package info (click to toggle)
cccc 1%3A3.1.4-12
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,984 kB
  • sloc: ansic: 33,244; cpp: 10,527; java: 622; makefile: 158; sh: 11
file content (15 lines) | stat: -rw-r--r-- 280 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Makefile to control testing of CCCC on POSIX platforms

# Define the variables used by the platform-independent rules.
CP=cp
RMDIR=rm -rf
MV=mv
ECHO=echo
DIFF=diff -u
PATHSEP=/
CCCC=../cccc/cccc

# include the file containing the platform independent rules.
include rules.mak