Kaydet (Commit) e1ee6c6b authored tarafından Matthias Seidel's avatar Matthias Seidel

Minor cleanup according to vim modeline

üst 72b2299f
...@@ -47,5 +47,4 @@ $(eval $(call gb_SrsTarget_add_files,vcl/source/src,\ ...@@ -47,5 +47,4 @@ $(eval $(call gb_SrsTarget_add_files,vcl/source/src,\
vcl/source/src/units.src \ vcl/source/src/units.src \
)) ))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
...@@ -85,4 +85,5 @@ $(eval $(call gb_Library_add_linked_libs,desktop_detector,\ ...@@ -85,4 +85,5 @@ $(eval $(call gb_Library_add_linked_libs,desktop_detector,\
pthread \ pthread \
)) ))
endif endif
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
...@@ -57,7 +57,7 @@ endif ...@@ -57,7 +57,7 @@ endif
ifeq ($(GUIBASE),unx) ifeq ($(GUIBASE),unx)
$(eval $(call gb_Library_set_include,vcl,\ $(eval $(call gb_Library_set_include,vcl,\
$$(INCLUDE) \ $$(INCLUDE) \
$$(FREETYPE_CFLAGS) \ $$(FREETYPE_CFLAGS) \
)) ))
endif endif
...@@ -538,4 +538,5 @@ $(eval $(call gb_Library_add_linked_libs,vcl,\ ...@@ -538,4 +538,5 @@ $(eval $(call gb_Library_add_linked_libs,vcl,\
$(gb_STDLIBS) \ $(gb_STDLIBS) \
)) ))
endif endif
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
...@@ -121,7 +121,7 @@ $(eval $(call gb_Library_add_defs,vclplug_gen,\ ...@@ -121,7 +121,7 @@ $(eval $(call gb_Library_add_defs,vclplug_gen,\
)) ))
## handle RandR ## handle RandR
ifeq ($(ENABLE_RANDR),TRUE) ifeq ($(ENABLE_RANDR),TRUE)
$(eval $(call gb_Library_add_defs,vclplug_gen,\ $(eval $(call gb_Library_add_defs,vclplug_gen,\
-DUSE_RANDR \ -DUSE_RANDR \
...@@ -203,4 +203,5 @@ $(eval $(call gb_Library_add_libs,vclplug_gen, \ ...@@ -203,4 +203,5 @@ $(eval $(call gb_Library_add_libs,vclplug_gen, \
-lXinerama -lXrandr \ -lXinerama -lXrandr \
)) ))
endif endif
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
...@@ -91,4 +91,5 @@ $(eval $(call gb_Library_add_linked_libs,vclplug_kde,\ ...@@ -91,4 +91,5 @@ $(eval $(call gb_Library_add_linked_libs,vclplug_kde,\
pthread \ pthread \
)) ))
endif endif
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
...@@ -97,4 +97,5 @@ $(eval $(call gb_Library_add_linked_libs,vclplug_kde4,\ ...@@ -97,4 +97,5 @@ $(eval $(call gb_Library_add_linked_libs,vclplug_kde4,\
pthread \ pthread \
)) ))
endif endif
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
...@@ -97,4 +97,5 @@ $(eval $(call gb_Library_add_linked_libs,vclplug_svp,\ ...@@ -97,4 +97,5 @@ $(eval $(call gb_Library_add_linked_libs,vclplug_svp,\
pthread \ pthread \
)) ))
endif endif
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
$(eval $(call gb_Module_Module,vcl)) $(eval $(call gb_Module_Module,vcl))
$(eval $(call gb_Module_add_targets,vcl,\ $(eval $(call gb_Module_add_targets,vcl,\
......
...@@ -162,3 +162,4 @@ $(eval $(call gb_Package_add_file,vcl_inc,inc/vcl/window.hxx,vcl/window.hxx)) ...@@ -162,3 +162,4 @@ $(eval $(call gb_Package_add_file,vcl_inc,inc/vcl/window.hxx,vcl/window.hxx))
$(eval $(call gb_Package_add_file,vcl_inc,inc/vcl/wpropset.hxx,vcl/wpropset.hxx)) $(eval $(call gb_Package_add_file,vcl_inc,inc/vcl/wpropset.hxx,vcl/wpropset.hxx))
$(eval $(call gb_Package_add_file,vcl_inc,inc/vcl/wrkwin.hxx,vcl/wrkwin.hxx)) $(eval $(call gb_Package_add_file,vcl_inc,inc/vcl/wrkwin.hxx,vcl/wrkwin.hxx))
# vim: set noet sw=4 ts=4:
...@@ -25,8 +25,9 @@ ...@@ -25,8 +25,9 @@
$(eval $(call gb_Package_Package,vcl_zip,)) $(eval $(call gb_Package_Package,vcl_zip,))
$(eval $(call gb_Package_add_file,vcl_zip,bin/osxres.zip,$(WORKDIR)/Misc/osxres.zip)) $(eval $(call gb_Package_add_file,vcl_zip,bin/osxres.zip,$(WORKDIR)/Misc/osxres.zip))
/$(WORKDIR)/Misc/osxres.zip: $(SRCDIR)/vcl/aqua/source/res/MainMenu.nib/*.nib $(SRCDIR)/vcl/aqua/source/res/cursors/*.png /$(WORKDIR)/Misc/osxres.zip: $(SRCDIR)/vcl/aqua/source/res/MainMenu.nib/*.nib $(SRCDIR)/vcl/aqua/source/res/cursors/*.png
cd $(SRCDIR)/vcl/aqua/source/res ; \ cd $(SRCDIR)/vcl/aqua/source/res ; \
mkdir -p $(dir $@) ; \ mkdir -p $(dir $@) ; \
zip $@ MainMenu.nib/*.nib cursors/*.png zip $@ MainMenu.nib/*.nib cursors/*.png
# vim: set noet sw=4 ts=4:
...@@ -211,3 +211,5 @@ $(eval $(call gb_WinResTarget_set_include,vcl/src,\ ...@@ -211,3 +211,5 @@ $(eval $(call gb_WinResTarget_set_include,vcl/src,\
)) ))
endif endif
# vim: set noet sw=4 ts=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment