head	1.7;
access;
symbols
	RELENG_2_1_7_RELEASE:1.4
	RELENG_2_1_6_1_RELEASE:1.4
	RELENG_2_1_6_RELEASE:1.4
	RELENG_2_1_5_RELEASE:1.4
	RELENG_2_1_0_RELEASE:1.4
	RELENG_2_1_0:1.4.0.4
	RELENG_2_1_0_BP:1.4
	RELENG_2_0_5_RELEASE:1.4
	RELENG_2_0_5:1.4.0.2
	RELENG_2_0_5_BP:1.4
	RELENG_2_0_5_ALPHA:1.4;
locks; strict;
comment	@# @;


1.7
date	96.09.03.14.30.03;	author bde;	state dead;
branches;
next	1.6;

1.6
date	96.06.02.17.18.23;	author phk;	state Exp;
branches;
next	1.5;

1.5
date	96.05.30.23.04.14;	author phk;	state Exp;
branches;
next	1.4;

1.4
date	95.02.01.03.22.05;	author paul;	state Exp;
branches;
next	1.3;

1.3
date	95.01.25.20.29.32;	author ache;	state Exp;
branches;
next	1.2;

1.2
date	95.01.25.20.28.39;	author ache;	state Exp;
branches;
next	1.1;

1.1
date	95.01.23.14.43.35;	author paul;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Removed fib.  It was never used, and is unusable without libforms, which
has already gone away.
@
text
@PROG= fib
NOMAN=notyet

SRCS = fib.c parser.c lex.l
LDADD = -ll
DPADD = ${LIBL} ${LIBFORMS}
CLEANFILES= parser.c lex.c y.tab.h

CFLAGS +=  -I${.CURDIR} -I. -g

.include <bsd.prog.mk>
@


1.6
log
@Backout yacc changes.
@
text
@@


1.5
log
@yacc rule changes.
@
text
@d7 1
a7 1
CLEANFILES= parser.c lex.c parser.tab.h
@


1.4
log
@Clean up the parser, allow fields to be specified inline and
generally make the forms language much less verbose.

Add height option for fields and calculate sensible defaults.
@
text
@d7 1
a7 1
CLEANFILES= parser.c lex.c y.tab.h
@


1.3
log
@LIBFORMS added to DPADD
@
text
@d9 1
a9 1
CFLAGS +=  -I${.CURDIR} -I.
@


1.2
log
@LIBS changed to DPADD & LDADD
@
text
@d6 1
a6 1
DPADD = ${LIBL}
@


1.1
log
@A forms interface builder. Basically, it reads a forms spec file and
spits out a frm.tab.h file with all the definitions needed by the
libforms interface.
@
text
@d5 2
a6 1
LIBS = -ll
@
