makefile.mk (7871dc3e) | makefile.mk (1d6e128b) |
---|---|
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) --- 31USE_DEFFILE=TRUE 32 33# --- Settings ---------------------------------- 34.INCLUDE : $(PRJ)$/makefile.pmk 35.INCLUDE : $(PRJ)$/version.mk 36 37.IF "$(SOLAR_JAVA)"=="" 38nojava: | 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) --- 31USE_DEFFILE=TRUE 32 33# --- Settings ---------------------------------- 34.INCLUDE : $(PRJ)$/makefile.pmk 35.INCLUDE : $(PRJ)$/version.mk 36 37.IF "$(SOLAR_JAVA)"=="" 38nojava: |
39 @echo "Not building jurt because Java is disabled" | 39 @echo "Not building hsqldb because Java is disabled" |
40.ENDIF 41 42.IF "$(SYSTEM_HSQLDB)" == "YES" 43CDEFS+=-DSYSTEM_HSQLDB -DHSQLDB_JAR=\""file://$(HSQLDB_JAR)"\" 44.ENDIF 45# --- Resources --------------------------------- 46 47SRS1NAME=$(TARGET) --- 79 unchanged lines hidden --- | 40.ENDIF 41 42.IF "$(SYSTEM_HSQLDB)" == "YES" 43CDEFS+=-DSYSTEM_HSQLDB -DHSQLDB_JAR=\""file://$(HSQLDB_JAR)"\" 44.ENDIF 45# --- Resources --------------------------------- 46 47SRS1NAME=$(TARGET) --- 79 unchanged lines hidden --- |