ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/basics.mk
(Generate patch)

Comparing COMP/SCRAM/src/basics.mk (file contents):
Revision 1.2 by williamc, Thu Mar 18 12:53:57 1999 UTC vs.
Revision 1.3 by williamc, Fri Mar 19 13:59:32 1999 UTC

# Line 1 | Line 1
1   #
2   # Preliminaries
3   #
4 + LIBDIR:=$(LOCALTOP)/lib/$(SCRAM_ARCH) $(RELEASETOP)/lib/$(SCRAM_ARCH)
5  
6   #
7   # Make sure nobody tries to run this directly through gmake
# Line 67 | Line 68 | INCLUDEPATH+=-I$(LOCALTOP)/${INTsrc} -I$
68   ifdef SUBDIRS
69   $(SUBDIRS)::
70          @echo ------- Building ---- $@ -----------
71 <        cd $(LOCALTOP)/$(THISDIR)/$@; $(TOOL_HOME)/scram build
71 >        @cd $(LOCALTOP)/$(THISDIR)/$@; $(TOOL_HOME)/scram build
72   endif
73  
74   #

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines