Module_jurt.mk (41f03cd9) Module_jurt.mk (9cbd97ce)
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

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

30else
31 JPIPE_NAME := jpipe
32endif
33
34
35
36$(eval $(call gb_Module_add_targets,jurt,\
37 Ant_jurt \
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

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

30else
31 JPIPE_NAME := jpipe
32endif
33
34
35
36$(eval $(call gb_Module_add_targets,jurt,\
37 Ant_jurt \
38 Ant_jurt_test \
38 Library_jpipe \
39 Zip_jurt-src \
40))
41
42
43
44ifeq ($(GUIBASE),WIN)
45$(eval $(call gb_Module_add_targets,jurt,\
46 Library_wrapper \
47))
48endif
49
50
51
52# vim: set noet sw=4 ts=4:
39 Library_jpipe \
40 Zip_jurt-src \
41))
42
43
44
45ifeq ($(GUIBASE),WIN)
46$(eval $(call gb_Module_add_targets,jurt,\
47 Library_wrapper \
48))
49endif
50
51
52
53# vim: set noet sw=4 ts=4: