diff options
author | Benoit Foucher <benoit@zeroc.com> | 2015-04-13 18:37:28 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2015-04-13 18:37:28 +0200 |
commit | e305d33203086236280fe918072398918f87d6f4 (patch) | |
tree | 91e3d323f699af35a0477ea935a6569d4a290dcf /csharp/config/Make.rules.cs | |
parent | Add MCPP_HOME for Windows build. (diff) | |
download | ice-e305d33203086236280fe918072398918f87d6f4.tar.bz2 ice-e305d33203086236280fe918072398918f87d6f4.tar.xz ice-e305d33203086236280fe918072398918f87d6f4.zip |
Fixed Makefile indentation to use tab witdh=8 and indent width = 4
Diffstat (limited to 'csharp/config/Make.rules.cs')
-rw-r--r-- | csharp/config/Make.rules.cs | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/csharp/config/Make.rules.cs b/csharp/config/Make.rules.cs index a34c5401134..b4757dd8ef4 100644 --- a/csharp/config/Make.rules.cs +++ b/csharp/config/Make.rules.cs @@ -84,9 +84,9 @@ DSEP = / bindir = $(top_srcdir)/bin -assembliesdir = $(top_srcdir)/Assemblies +assembliesdir = $(top_srcdir)/Assemblies -install_bindir = $(prefix)/bin +install_bindir = $(prefix)/bin ifeq ($(GACINSTALL),yes) ifeq ($(GAC_ROOT),) @@ -143,9 +143,9 @@ ifeq ($(GACINSTALL),yes) endif else installassembly = $(INSTALL_LIBRARY) $(1) $(DESTDIR)$(install_assembliesdir); \ - chmod a+rx $(DESTDIR)$(install_assembliesdir)/$(notdir $(1)) + chmod a+rx $(DESTDIR)$(install_assembliesdir)/$(notdir $(1)) installpolicy = $(INSTALL_LIBRARY) $(1).dll $(install_assembliesdir); \ - chmod a+rx $(install_assembliesdir)/$(notdir $(1).dll) + chmod a+rx $(install_assembliesdir)/$(notdir $(1).dll) ifeq ($(DEBUG),yes) installmdb = $(INSTALL_LIBRARY) $(1) $(DESTDIR)$(install_assembliesdir); \ chmod a+rx $(DESTDIR)$(install_assembliesdir)/$(notdir $(1)) @@ -182,11 +182,11 @@ ifeq ($(UNITY),yes) endif ifdef ice_src_dist - SLICE2CS = $(ice_cpp_dir)/$(binsubdir)/slice2cs - SLICEPARSERLIB = $(ice_cpp_dir)/$(libsubdir)/$(call mklibfilename,Slice,$(VERSION)) + SLICE2CS = $(ice_cpp_dir)/$(binsubdir)/slice2cs + SLICEPARSERLIB = $(ice_cpp_dir)/$(libsubdir)/$(call mklibfilename,Slice,$(VERSION)) else - SLICE2CS = $(ice_dir)/$(binsubdir)/slice2cs - SLICEPARSERLIB = $(ice_dir)/$(libsubdir)/$(call mklibfilename,Slice,$(VERSION)) + SLICE2CS = $(ice_dir)/$(binsubdir)/slice2cs + SLICEPARSERLIB = $(ice_dir)/$(libsubdir)/$(call mklibfilename,Slice,$(VERSION)) endif AL = al @@ -241,7 +241,6 @@ SGEN_SRCS = $(subst .ice,.cs,$(addprefix $(GDIR)/,$(notdir $(SLICE_S_SRCS)))) GEN_AMD_SRCS = $(subst .ice,.cs,$(addprefix $(GDIR)/,$(notdir $(SLICE_AMD_SRCS)))) SAMD_GEN_SRCS = $(subst .ice,.cs,$(addprefix $(GDIR)/,$(notdir $(SLICE_SAMD_SRCS)))) - EVERYTHING = all depend clean install .SUFFIXES: |