dba34b: tweaked the makefile
This commit is contained in:
parent
c7cd474ea2
commit
d388db8d41
1 changed files with 5 additions and 8 deletions
|
@ -66,14 +66,11 @@ ALL: ALLDEP
|
|||
|
||||
.INCLUDE : target.mk
|
||||
|
||||
test:
|
||||
echo $(SOLARBINDIR)
|
||||
|
||||
show_targets:
|
||||
show_targets: $(CLASSDIR)$/$(JARTARGET)
|
||||
+@$(AUGMENT_LIBRARY_PATH) java $(RUNNER_CLASSPATH) complexlib.ShowTargets $(foreach,i,$(JAVAFILES) $(i:s/.\$///:s/.java//))
|
||||
|
||||
run:
|
||||
+$(COPY) integration$/forms$/*.props $(CLASSDIR)$/$(PACKAGE) && $(AUGMENT_LIBRARY_PATH) java $(RUNNER_CLASSPATH) $(RUNNER_ARGS) -sce forms_all.sce
|
||||
run: $(CLASSDIR)$/$(JARTARGET)
|
||||
+$(COPY) integration$/forms$/*.props $(CLASSDIR) && $(AUGMENT_LIBRARY_PATH) java $(RUNNER_CLASSPATH) $(RUNNER_ARGS) -sce forms_all.sce
|
||||
|
||||
run_%:
|
||||
+$(COPY) integration$/forms$/*.props $(CLASSDIR)$/$(PACKAGE) && $(AUGMENT_LIBRARY_PATH) java $(RUNNER_CLASSPATH) $(RUNNER_ARGS) -o integration.$(PRJNAME).$(@:s/run_//)
|
||||
run_%: $(CLASSDIR)$/$(JARTARGET)
|
||||
+$(COPY) integration$/forms$/*.props $(CLASSDIR) && $(AUGMENT_LIBRARY_PATH) java $(RUNNER_CLASSPATH) $(RUNNER_ARGS) -o integration.$(PRJNAME).$(@:s/run_//)
|
||||
|
|
Loading…
Reference in a new issue