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.17.2.22 by williamc, Mon Mar 27 17:02:22 2000 UTC vs.
Revision 1.17.2.23 by williamc, Thu May 18 13:16:52 2000 UTC

# Line 12 | Line 12 | ifndef DefaultMakefile
12   all: exit
13   endif
14  
15 + #
16 + # Generic scram build target
17 + #
18 + scrambuild_% :
19 +        @dir=$(subst scrambuild_,,$@); \
20 +        if [ -d $(LOCALTOP)/$(INTsrc)/$$dir ]; then \
21 +        echo "------- Building ---- $$dir -----------"; \
22 +        cd $(LOCALTOP)/$(INTsrc)/$$dir; $(TOOL_HOME)/scram build; \
23 +        fi
24 +
25 +        
26  
27   # -- storage of libraries
28   librarystore:=$(LOCALTOP)/$(INTlib)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines