ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/Makefile.inc
Revision 1.14 - (view) (annotate) - [select for diffs]
Sat Feb 1 19:08:54 2003 UTC (21 years, 3 months ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +27 -13 lines
Diff to previous 1.13
A continuation of my last commit on all this Makefile reworking. I think
I've managed to get the dependencies working quite well now. As long as
the builds are done from the top level Makefile it should all be fine. If
you try from, say, the build directory it might not notice things changing
in the source files.

Revision 1.13 - (view) (annotate) - [select for diffs]
Sun Jan 26 14:02:52 2003 UTC (21 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.12: +4 -4 lines
Diff to previous 1.12
Finally made some changes to the Makefile setup to finish what I
started around 7 months ago :) The dependency stuff still isn't
quite right, but it's getting there.

Revision 1.12 - (view) (annotate) - [select for diffs]
Fri Jun 7 16:12:47 2002 UTC (21 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
My first bash at a new-style Makefile setup. This one generates proper
distfiles in subdirectories with version numbers, etc. I'll port it to the
other parts of i-scream when I've tested it a bit more.
This will also lead the way for me to generate daily snapshots.

Revision 1.11 - (view) (annotate) - [select for diffs]
Wed Mar 14 22:01:08 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Branch point for: SERVER_PIRCBOT
Changes since 1.10: +4 -4 lines
Diff to previous 1.10
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.10 - (view) (annotate) - [select for diffs]
Sat Mar 10 04:00:13 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
Seems some debugging code slipped in :)

Revision 1.9 - (view) (annotate) - [select for diffs]
Sat Mar 10 00:49:35 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
A new sax library.

Revision 1.8 - (view) (annotate) - [select for diffs]
Thu Mar 1 17:15:43 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
Java compiler flags are now set in the configuration.

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

Revision 1.6 - (view) (annotate) - [select for diffs]
Mon Jan 29 02:04:17 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.5: +2 -3 lines
Diff to previous 1.5
This is a bit neater and quicker.

Revision 1.5 - (view) (annotate) - [select for diffs]
Mon Jan 29 00:30:37 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4
Forgot to clean up the dependency file for DOCOPY.

Revision 1.4 - (view) (annotate) - [select for diffs]
Sun Jan 28 23:54:57 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.3: +5 -2 lines
Diff to previous 1.3
Dependency checking for the DOCOPY method. Ensures that any files (eg. images)
are only copied once, not every time (unless they've changed of course!).

Revision 1.3 - (view) (annotate) - [select for diffs]
Sun Jan 7 19:37:39 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.2: +4 -1 lines
Diff to previous 1.2
Added a DOCOPY target. This target copys files listed in FILES, to the correct
relative directory under the build directory. ie.

/source/server/uk/ac/ukc/iscream/core/loggers/i-scream.gif  -->
/source/server/build/uk/ac/ukc/iscream/core/loggers

This will result in the file being added to the JAR archive.

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

Revision 1.1.2.5 - (view) (annotate) - [select for diffs]
Tue Dec 12 12:36:59 2000 UTC (23 years, 4 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.1.2.4: +6 -8 lines
Diff to previous 1.1.2.4 , to branch point 1.1 , to next main 1.14
Sorted out the IDL dependencies.

Revision 1.1.2.4 - (view) (annotate) - [select for diffs]
Tue Dec 12 02:45:54 2000 UTC (23 years, 4 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.1.2.3: +9 -6 lines
Diff to previous 1.1.2.3 , to branch point 1.1
Done some more tidying on all the Makefiles. This should have solve the current
dependency problem that seemed to be occuring with the java source files. The
only dependency that's now not quite in place is the IDL stuff. This should be
easily fixable.

Revision 1.1.2.3 - (view) (annotate) - [select for diffs]
Tue Dec 12 01:53:55 2000 UTC (23 years, 4 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.1.2.2: +6 -2 lines
Diff to previous 1.1.2.2 , to branch point 1.1
Attempted to improve the dependencies, and tidied up the code Makefiles a bit
better. Getting there... slowly.

Revision 1.1.2.2 - (view) (annotate) - [select for diffs]
Mon Dec 11 23:57:06 2000 UTC (23 years, 4 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.1.2.1: +5 -1 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Just added some explanatory comments.

Revision 1.1.2.1 - (view) (annotate) - [select for diffs]
Mon Dec 11 23:42:52 2000 UTC (23 years, 4 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.1: +13 -0 lines
Diff to previous 1.1
Include files for the Makefiles. The Config.inc will need to be altered prior
to building any of the system, but this will be well documented. It is planned
to do away with this requirement if a workaround can be found.
The Makefile.inc contains code used by all the Makefile's.

Revision 1.1
Mon Dec 11 23:42:52 2000 UTC (23 years, 4 months ago) by tdb
Branch: MAIN
Branch point for: SERVER_PACKAGEBUILD
FILE REMOVED
file Makefile.inc was initially added on branch SERVER_PACKAGEBUILD.

Convenience Links

Links to HEAD: (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