head	1.1;
branch	1.1.1;
access;
symbols
	EMACS_20_2:1.1.1.1
	EMACS_20_1:1.1.1.1
	EMACS_19_34:1.1.1.1
	EMACS_19_33:1.1.1.1
	EMACS_19_32:1.1.1.1
	EMACS_19_31:1.1.1.1
	EMACS_19_30:1.1.1.1
	EMACS_19_29:1.1.1.1
	EMACS_19_28:1.1.1.1
	EMACS_19_27:1.1.1.1
	EMACS_19_26:1.1.1.1
	EMACS_19_25:1.1.1.1
	EMACS_19_24:1.1.1.1
	EMACS_19_23:1.1.1.1
	EMACS_19_22:1.1.1.1
	EMACS_19_21:1.1.1.1
	EMACS_19_20:1.1.1.1
	EMACS_19_19:1.1.1.1
	EMACS_19_18:1.1.1.1
	EMACS_19_17:1.1.1.1
	EMACS_19_16:1.1.1.1
	EMACS_19_15:1.1.1.1
	EMACS_19_14:1.1.1.1
	EMACS_19_13:1.1.1.1
	EMACS_19_12:1.1.1.1
	EMACS_19_11:1.1.1.1
	EMACS_19_10:1.1.1.1
	EMACS_19_9:1.1.1.1
	EMACS_19_8:1.1.1.1
	EMACS_19_7:1.1.1.1
	EMACS_18_59:1.1.1.1
	FSF_DIST:1.1.1;
locks; strict;
comment	@# @;


1.1
date	2004.11.05.07.57.14;	author Ben Wing;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2004.11.05.07.57.14;	author Ben Wing;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@# Makefile for cccp in the Emacs distribution only.
# Here we assume that you are using sys V.0
# (since cccp is used by Emacs only to deal with shortnames lossage).
# Therefore, we add -DEMACS to CFLAGS and add -lPW to linking.

CFLAGS=-g -I. -DEMACS
cpp: cccp
	-rm cpp
	ln cccp cpp
cccp: cccp.o y.tab.o
	cc -o cccp -g cccp.o y.tab.o -lPW
testexp: y.tab.c
	cc -g -DTEST_EXP_READER y.tab.c -o testexp
y.tab.c: cexp.y
	echo expect 40 shift/reduce conflicts
	yacc cexp.y
cccp.o: cccp.c
y.tab.o: y.tab.c
lint:	y.tab.c
	lint -p y.tab.c cccp.c
@


1.1.1.1
log
@import emacs-18.59
@
text
@@
