head	1.3;
access;
symbols
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2005.04.28.19.01.41;	author jylefort;	state dead;
branches;
next	1.2;

1.2
date	2001.05.27.13.49.53;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2000.10.10.02.57.23;	author jeh;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Update to 5.0
- Cleanups

PR:		ports/80372
Submitted by:	maintainer
@
text
@*** src/Makefile.orig	Mon Nov 13 13:37:07 2000
--- src/Makefile	Mon Jan 29 12:33:37 2001
***************
*** 175,180 ****
--- 175,187 ----
  	cp defreal.h $(INCDIR)
  	cp nab.h $(INCDIR)
  
+ beforerealinstall: 
+ 	$(CC) -DBINDIR='"$(PREFIX)/bin"' \
+ 		-DINCDIR='"$(PREFIX)/include"' \
+ 		-DLIBDIR='"$(PREFIX)/lib"' \
+ 		$(CFLAGS) -DCC='"$(CC)"' -DCPP='"$(CPP)"' -DFLIBS='"$(FLIBS)"' \
+ 		-o ../bin/nab nab.c
+ 
  uninstall: clean
  	-rm -f \
          $(BINDIR)/nab2c$(SFX) $(BINDIR)/nab$(SFX) $(INCDIR)/nabcode.h \
@


1.2
log
@upgrade to 4.3.2

PR:		27273
Submitted by:	maintainer
@
text
@@


1.1
log
@Initiail version of nab (4.2)

PR:		21585
Submitted by:	M. L. Dodson <bdodson@@scms.utmb.EDU>
@
text
@d1 2
a2 2
*** cccp/Makefile.orig	Thu Jan 14 16:20:38 1999
--- cccp/Makefile	Thu Jan 14 16:21:08 1999
d4 4
a7 4
*** 4,9 ****
--- 4,11 ----
  ######### no configuration should be needed beyond this line #################
  ##############################################################################
d9 6
a14 1
+ all: cpp$(SFX)
d16 3
a18 3
  cpp$(SFX): cppmain.o cpplib.o cpphash.o cppalloc.o cpperror.o cppexp.o version.o \
  		obstack.o alloca.o
  	$(CC) $(CFLAGS) -o cpp$(SFX) cppmain.o cpplib.o cpphash.o \
@

