ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/Makefile
(Generate patch)

Comparing projects/cms/source/server/Makefile (file contents):
Revision 1.12 by tdb, Tue Jan 16 01:11:38 2001 UTC vs.
Revision 1.13 by tdb, Tue Jan 16 01:35:35 2001 UTC

# Line 11 | Line 11 | genidl :
11   buildidl : genidl
12          cd idl && $(MAKE) build
13  
14 < code : buildidl
14 > code : genidl
15          cd uk/ac/ukc/iscream && $(MAKE) all
16  
17 < build : code
17 > build : buildidl code
18          cd build && $(MAKE) package
19  
20   run : build
# Line 62 | Line 62 | javadoc : genidl
62          cp -R $(SERVERROOT)/idl/uk $(SERVERROOT)/$(DOCTMPDIR)
63          javadoc -d $(SERVERROOT)/$(DOCDIR) -sourcepath $(SERVERROOT)/$(DOCTMPDIR) -classpath $(JCCLASSPATH) -author -version -private $(PKGLIST)
64          rm -Rf doctemp
65 +
66 + buildutil : genidl
67 +        cd uk/ac/ukc/iscream/util && $(MAKE) all
68 +        cd build && $(MAKE) packageutil
69  
70   include $(MKINC)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines