Library_vcl.mk (9e1bc291) Library_vcl.mk (c235b4bc)
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

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

101# YD FIXME this is not working... needs ldflags hack...
102$(eval $(call gb_Library_add_libs,vcl,\
103 -lft2lib \
104))
105
106endif
107
108ifeq ($(OS),MACOSX)
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

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

101# YD FIXME this is not working... needs ldflags hack...
102$(eval $(call gb_Library_add_libs,vcl,\
103 -lft2lib \
104))
105
106endif
107
108ifeq ($(OS),MACOSX)
109$(eval $(call gb_Library_set_ldflags,vcl,\
109$(eval $(call gb_Library_add_ldflags,vcl,\
110 $$(LDFLAGS) \
111))
112endif
113
114ifeq ($(GUIBASE),aqua)
115$(eval $(call gb_Library_add_cxxflags,vcl,\
110 $$(LDFLAGS) \
111))
112endif
113
114ifeq ($(GUIBASE),aqua)
115$(eval $(call gb_Library_add_cxxflags,vcl,\
116 $$(CXXFLAGS) \
117 $$(OBJCXXFLAGS) \
116 $(gb_OBJCXXFLAGS) \
117))
118ifeq ($(ENABLE_CAIRO),TRUE)
119$(eval $(call gb_Library_add_defs,vcl,\
120 -DCAIRO \
121))
122endif
123$(eval $(call gb_Library_add_objcxxobjects,vcl,\

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

498endif
499endif
500
501ifeq ($(GUIBASE),aqua)
502$(eval $(call gb_Library_add_linked_libs,vcl,\
503 AppleRemote \
504))
505$(eval $(call gb_Library_add_libs,vcl,\
118 $(gb_OBJCXXFLAGS) \
119))
120ifeq ($(ENABLE_CAIRO),TRUE)
121$(eval $(call gb_Library_add_defs,vcl,\
122 -DCAIRO \
123))
124endif
125$(eval $(call gb_Library_add_objcxxobjects,vcl,\

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

500endif
501endif
502
503ifeq ($(GUIBASE),aqua)
504$(eval $(call gb_Library_add_linked_libs,vcl,\
505 AppleRemote \
506))
507$(eval $(call gb_Library_add_libs,vcl,\
508 $$(LDFLAGS) \
506 -framework Cocoa \
507 -framework Carbon \
508 -framework CoreFoundation \
509))
510# ??? what about this
511ifneq ($(MACOSX_DEPLOYMENT_TARGET),10.7)
509 -framework Cocoa \
510 -framework Carbon \
511 -framework CoreFoundation \
512))
513# ??? what about this
514ifneq ($(MACOSX_DEPLOYMENT_TARGET),10.7)
512$(eval $(call gb_Library_set_ldflags,vcl, $$(LDFLAGS) -framework QuickTime ))
515$(eval $(call gb_Library_add_ldflags,vcl, $$(LDFLAGS) -framework QuickTime ))
513endif
514endif
515
516ifeq ($(OS),WNT)
517ifeq ($(USE_MINGW),)
518$(eval $(call gb_Library_add_ldflags,vcl,\
519 /ENTRY:LibMain@12 \
520))

--- 17 unchanged lines hidden ---
516endif
517endif
518
519ifeq ($(OS),WNT)
520ifeq ($(USE_MINGW),)
521$(eval $(call gb_Library_add_ldflags,vcl,\
522 /ENTRY:LibMain@12 \
523))

--- 17 unchanged lines hidden ---