makefile.mk (7871dc3e) makefile.mk (6f29d5ce)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 22 unchanged lines hidden (view full) ---

31SUBDIRS_TESTS = mod ifc complex
32SUBDIRS_RUNNER = util share stats lib complexlib helper basicrunner \
33 base org$/openoffice convwatch graphical
34
35JARCOMMANDS_TESTS = $(foreach,i,$(SUBDIRS_TESTS) -C $(CLASSDIR) $i)
36JARCOMMANDS_RUNNER = $(foreach,i,$(SUBDIRS_RUNNER) -C $(CLASSDIR) $i)
37
38# --- Targets ------------------------------------------------------
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 22 unchanged lines hidden (view full) ---

31SUBDIRS_TESTS = mod ifc complex
32SUBDIRS_RUNNER = util share stats lib complexlib helper basicrunner \
33 base org$/openoffice convwatch graphical
34
35JARCOMMANDS_TESTS = $(foreach,i,$(SUBDIRS_TESTS) -C $(CLASSDIR) $i)
36JARCOMMANDS_RUNNER = $(foreach,i,$(SUBDIRS_RUNNER) -C $(CLASSDIR) $i)
37
38# --- Targets ------------------------------------------------------
39.IF "$(SOLAR_JAVA)"=="TRUE" && "$(L10N_framework)"==""
39.IF "$(SOLAR_JAVA)"=="TRUE" && "$(L10N_framework)"=="" && "$(ANT_HOME)"!="NO_ANT_HOME"
40OWNJAR: ALLTAR
41
42
43.INCLUDE : target.mk
44
45# LLA: parameter v is only verbose, need too long!
46OWNJAR: LIGHT
47 jar cfm $(CLASSDIR)$/$(TARGET).jar manifest -C $(PRJ) objdsc $(JARCOMMANDS_TESTS) $(JARCOMMANDS_RUNNER)
48
49# LLA: parameter v is only verbose, need too long!
50LIGHT:
51 jar cfm $(CLASSDIR)$/$(TARGET)Light.jar manifest $(JARCOMMANDS_RUNNER)
52
53.ELSE
54all:
55 @echo "no java"
56.ENDIF
40OWNJAR: ALLTAR
41
42
43.INCLUDE : target.mk
44
45# LLA: parameter v is only verbose, need too long!
46OWNJAR: LIGHT
47 jar cfm $(CLASSDIR)$/$(TARGET).jar manifest -C $(PRJ) objdsc $(JARCOMMANDS_TESTS) $(JARCOMMANDS_RUNNER)
48
49# LLA: parameter v is only verbose, need too long!
50LIGHT:
51 jar cfm $(CLASSDIR)$/$(TARGET)Light.jar manifest $(JARCOMMANDS_RUNNER)
52
53.ELSE
54all:
55 @echo "no java"
56.ENDIF