Library_textinstream.mk (032611ff) Library_textinstream.mk (2204446b)
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

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

35$(eval $(call gb_Library_add_api,textinstream,\
36 udkapi \
37))
38
39$(eval $(call gb_Library_add_linked_libs,textinstream,\
40 cppuhelper \
41 cppu \
42 sal \
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

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

35$(eval $(call gb_Library_add_api,textinstream,\
36 udkapi \
37))
38
39$(eval $(call gb_Library_add_linked_libs,textinstream,\
40 cppuhelper \
41 cppu \
42 sal \
43 stl \
43 $(gb_STDLIBS) \
44))
45
46
47$(eval $(call gb_Library_add_exception_objects,textinstream,\
48 io/source/TextInputStream/TextInputStream \
49))
50
51# vim: set noet sw=4 ts=4:
44 $(gb_STDLIBS) \
45))
46
47
48$(eval $(call gb_Library_add_exception_objects,textinstream,\
49 io/source/TextInputStream/TextInputStream \
50))
51
52# vim: set noet sw=4 ts=4: