fa38289059
PR: 27273 Submitted by: maintainer
33 lines
903 B
Plaintext
33 lines
903 B
Plaintext
*** Makefile.orig Mon Oct 23 20:01:09 2000
|
|
--- Makefile Sun Jan 28 13:36:22 2001
|
|
***************
|
|
*** 1,5 ****
|
|
--- 1,6 ----
|
|
# top-level Makefile for the NAB suite of programs
|
|
|
|
+ all: compiler test
|
|
compiler:
|
|
-mkdir bin lib include
|
|
(cd ucpp-0.7; make install )
|
|
***************
|
|
*** 7,15 ****
|
|
(cd src; make install )
|
|
(cd nss; make install )
|
|
(cd tleap; make install )
|
|
! @echo
|
|
! @echo "completed installation of NAB version 4"
|
|
! @echo
|
|
|
|
# note: "make test" needs to follow "make", since it is very hard to
|
|
# tell if the compiler is completely "made" or not.
|
|
--- 8,16 ----
|
|
(cd src; make install )
|
|
(cd nss; make install )
|
|
(cd tleap; make install )
|
|
! # @echo
|
|
! # @echo "completed installation of NAB version 4"
|
|
! # @echo
|
|
|
|
# note: "make test" needs to follow "make", since it is very hard to
|
|
# tell if the compiler is completely "made" or not.
|