# | Line 23 | Line 23 | LIBDIR = $(BUILD)/lib | |
---|---|---|
23 | MKINC = $(SERVERROOT)/Makefile.inc | |
24 | ||
25 | ||
26 | + | ## Compiler Information |
27 | + | JCLIBS = $(LIBDIR)/idl.jar:$(LIBDIR)/jacorb.jar:$(LIBDIR)/jaxp.jar:$(LIBDIR)/parser.jar |
28 | + | JCCLASSPATH = $(JCLIBS):$(SERVERROOT):$(BUILD):. |
29 | + | |
30 | ## JAR information | |
31 | ||
32 | # Name of JAR file (will be created in BUILD) | |
# | Line 42 | Line 46 | IDLFILES = $(SERVERROOT)/idl/uk | |
46 | ## CHECK Files (for dependencies) | |
47 | IDLCHECK = $(SERVERROOT)/.doneidl | |
48 | BUILDCHECK = $(SERVERROOT)/.donebuild | |
49 | + | COMPILECHECK = .donecompile |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |