ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/Makefile
Revision 1.22 - (view) (annotate) - [select for diffs]
Mon Mar 26 21:45:28 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Changes since 1.21: +3 -3 lines
Diff to previous 1.21
Now have the i-scream logo on the javadoc pages.

Revision 1.21 - (view) (annotate) - [select for diffs]
Wed Mar 14 23:25:17 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.20: +4 -4 lines
Diff to previous 1.20
The whole server package structure has been changed.
Old Package: uk.ac.ukc.iscream.*
New Package: uk.org.iscream.*

Revision 1.20 - (view) (annotate) - [select for diffs]
Wed Mar 14 22:40:57 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.19: +7 -1 lines
Diff to previous 1.19
Added Makefile functions to create and drop the mySQL tables.

Revision 1.19 - (view) (annotate) - [select for diffs]
Wed Mar 14 22:01:08 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.18: +4 -4 lines
Diff to previous 1.18
Tidied up the configure script, and got round to make a subtle change to the
Makefile's so they are a bit more "standard".

Revision 1.18 - (view) (annotate) - [select for diffs]
Wed Feb 28 11:46:42 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17
Set the path of cvs explicitly.

Revision 1.17 - (view) (annotate) - [select for diffs]
Sun Feb 4 04:52:11 2001 UTC (23 years, 4 months ago) by tdb
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
The util package isn't dependent on the IDL stuff anymore (since we took some
bits out a while back). The IDL stuff still gets built, but it won't be
included - this is due to the way Makefile.inc is setup.

Revision 1.16 - (view) (annotate) - [select for diffs]
Sat Feb 3 23:11:19 2001 UTC (23 years, 4 months ago) by tdb
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
It's easier to add the clean explicitly. I can't see it ever being a problem. You
always want to clean before building the utils anyway.

Revision 1.15 - (view) (annotate) - [select for diffs]
Wed Jan 24 02:53:27 2001 UTC (23 years, 4 months ago) by tdb
Branch: MAIN
Changes since 1.14: +4 -1 lines
Diff to previous 1.14
Noticed the install didn't install the run.sh and run.bat scripts.

Revision 1.14 - (view) (annotate) - [select for diffs]
Tue Jan 23 02:08:13 2001 UTC (23 years, 4 months ago) by tdb
Branch: MAIN
Changes since 1.13: +3 -1 lines
Diff to previous 1.13
If we're building another version, say a Release build, then we'll probably want
to be able to do the same for the iscream-util.jar package. This seems a nice
and easy way of doing that, without going to the hassle of doing a whole new
method. Although, I guess, that might get done in the end.

Revision 1.13 - (view) (annotate) - [select for diffs]
Tue Jan 16 01:35:35 2001 UTC (23 years, 4 months ago) by tdb
Branch: MAIN
Changes since 1.12: +7 -3 lines
Diff to previous 1.12
Added a new "buildutil" target which builds a JAR file of just the util
package. It also adds some of the CORBA stuff, but that can't really
be helped too much.
As a result of the classpath change in Config2.inc, the build dependencies
are slightly altered. It is no longer required that the IDL files be in a
compiled state prior to building the code... Java can still find them. In
fact, Java will probably compile them itself with it's internal dependency
checking :)

Revision 1.12 - (view) (annotate) - [select for diffs]
Tue Jan 16 01:11:38 2001 UTC (23 years, 4 months ago) by tdb
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
It turns out that javadoc needs the classpath set too. Something else that
showed up when running it on a different machine.

Revision 1.11 - (view) (annotate) - [select for diffs]
Tue Jan 2 04:06:57 2001 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.10: +12 -3 lines
Diff to previous 1.10
Added a "make javadoc" section, which generates javadoc pages in doc/.
Also fixed an odd bug, where make doesn't like a target the same as a directory name.

Revision 1.10 - (view) (annotate) - [select for diffs]
Thu Dec 14 19:54:29 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
Fixed a bug introduced by an earlier bugfix :-/

Revision 1.9 - (view) (annotate) - [select for diffs]
Wed Dec 13 18:40:16 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
Changed the "make run" to run build/run.sh

Revision 1.8 - (view) (annotate) - [select for diffs]
Wed Dec 13 18:34:09 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.7: +45 -31 lines
Diff to previous 1.7
MERGE: Merged the SERVER_PACKAGEBUILD branch back into the HEAD trunk.

Revision 1.7 - (view) (annotate) - [select for diffs]
Mon Dec 11 17:20:44 2000 UTC (23 years, 5 months ago) by ajm
Branch: MAIN
Changes since 1.6: +3 -4 lines
Diff to previous 1.6
added support for componentmanager

Revision 1.6 - (view) (annotate) - [select for diffs]
Wed Dec 6 16:45:08 2000 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Branch point for: SERVER_PACKAGEBUILD
Changes since 1.5: +5 -1 lines
Diff to previous 1.5
Added running of the DBInterface to the Makefile.

Revision 1.5 - (view) (annotate) - [select for diffs]
Tue Dec 5 02:33:13 2000 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.4: +5 -1 lines
Diff to previous 1.4
Added running of the Client Interface to the Makefile.

Revision 1.4 - (view) (annotate) - [select for diffs]
Thu Nov 30 03:05:24 2000 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
The root filter now gets it's name from the config.

Revision 1.3 - (view) (annotate) - [select for diffs]
Wed Nov 29 23:39:03 2000 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.2: +26 -13 lines
Diff to previous 1.2
Makefile for server, now modified with package structure in mind.

Revision 1.2 - (view) (annotate) - [select for diffs]
Thu Nov 16 14:46:53 2000 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.1: +3 -1 lines
Diff to previous 1.1
Added CVS features to the Makefile.

Revision 1.1 - (view) (annotate) - [select for diffs]
Tue Nov 14 02:41:04 2000 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Basic Makefile for the main server. Will need some work I expect.

Convenience Links

Links to HEAD: (view) (annotate) Links to PROJECT_COMPLETION: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a