Module_dbaccess.mk (b63233d8) Module_dbaccess.mk (317f9b58)
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

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

41))
42
43ifeq ($(GUI),WNT)
44$(eval $(call gb_Module_add_targets,dbaccess,\
45 Executable_odbcconfig \
46))
47endif
48
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

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

41))
42
43ifeq ($(GUI),WNT)
44$(eval $(call gb_Module_add_targets,dbaccess,\
45 Executable_odbcconfig \
46))
47endif
48
49ifneq ($(OOO_JUNIT_JAR),)
49$(eval $(call gb_Module_add_subsequentcheck_targets,dbaccess,\
50 JunitTest_dbaccess_complex \
51 JunitTest_dbaccess_unoapi \
52))
50$(eval $(call gb_Module_add_subsequentcheck_targets,dbaccess,\
51 JunitTest_dbaccess_complex \
52 JunitTest_dbaccess_unoapi \
53))
54endif
53
54# vim: set noet ts=4 sw=4:
55
56# vim: set noet ts=4 sw=4: