makefile.mk (7871dc3e) | makefile.mk (6f36c9f0) |
---|---|
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 --- 31 unchanged lines hidden (view full) --- 40.IF "$(SYSTEM_SAXON)" == "YES" 41all: 42 @echo "An already available installation of saxon should exist on your system." 43 @echo "Therefore the files provided here does not need to be built in addition." 44.ENDIF 45 46.IF "$(BUILD_STAX)" != "YES" 47 | 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 --- 31 unchanged lines hidden (view full) --- 40.IF "$(SYSTEM_SAXON)" == "YES" 41all: 42 @echo "An already available installation of saxon should exist on your system." 43 @echo "Therefore the files provided here does not need to be built in addition." 44.ENDIF 45 46.IF "$(BUILD_STAX)" != "YES" 47 |
48$(OUT)$/class$/jsr173_1.0_api.jar : $(PRJ)$/download$/jsr173_1.0_api.jar | 48$(OUT)$/class$/stax-1.2.0.jar : $(PRJ)$/download$/stax-1.2.0.jar |
49 +$(COPY) $< $@ 50 51.ELSE # "$(BUILD_STAX)" != "YES" 52 53# --- Files -------------------------------------------------------- | 49 +$(COPY) $< $@ 50 51.ELSE # "$(BUILD_STAX)" != "YES" 52 53# --- Files -------------------------------------------------------- |
54TARFILE_NAME=stax-api-1.0-2-sources 55TARFILE_MD5=8294d6c42e3553229af9934c5c0ed997 | 54TARFILE_NAME=stax-src-1.2.0 55TARFILE_MD5=980143f96b3f6ce45d2e4947da21a5e9 |
56TARFILE_ROOTDIR=src 57 | 56TARFILE_ROOTDIR=src 57 |
58BUILD_ACTION=$(JAVAC) javax$/xml$/stream$/*.java && jar -cf jsr173_1.0_api.jar javax$/xml$/stream$/*.class javax$/xml$/stream$/events$/*.class javax$/xml$/stream$/util$/*.class | 58BUILD_ACTION=$(JAVAC) javax$/xml$/stream$/*.java && jar -cf stax-1.2.0.jar javax$/xml$/stream$/*.class javax$/xml$/stream$/events$/*.class javax$/xml$/stream$/util$/*.class |
59 | 59 |
60OUT2CLASS=jsr173_1.0_api.jar | 60OUT2CLASS=stax-1.2.0.jar |
61.ENDIF # "$(BUILD_STAX)" != "YES" 62 63.ELSE # $(SOLAR_JAVA)!= "" 64nojava: 65 @echo "Not building $(PRJNAME) because Java is disabled" 66.ENDIF # $(SOLAR_JAVA)!= "" 67# --- Targets ------------------------------------------------------ 68 69.INCLUDE : set_ext.mk 70.INCLUDE : target.mk 71.IF "$(SOLAR_JAVA)" != "" 72.INCLUDE : tg_ext.mk 73.ENDIF 74 | 61.ENDIF # "$(BUILD_STAX)" != "YES" 62 63.ELSE # $(SOLAR_JAVA)!= "" 64nojava: 65 @echo "Not building $(PRJNAME) because Java is disabled" 66.ENDIF # $(SOLAR_JAVA)!= "" 67# --- Targets ------------------------------------------------------ 68 69.INCLUDE : set_ext.mk 70.INCLUDE : target.mk 71.IF "$(SOLAR_JAVA)" != "" 72.INCLUDE : tg_ext.mk 73.ENDIF 74 |