summaryrefslogtreecommitdiff
path: root/cpp/src/IceStormLib
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2014-08-22 14:38:33 -0230
committerJoe George <joe@zeroc.com>2014-08-22 14:38:33 -0230
commitdaf8d59b70e788b9e34a7894ec6a933b6779e209 (patch)
tree334ad636f545a5ac563ecc284f541689731b37f0 /cpp/src/IceStormLib
parentJS build fixes (diff)
downloadice-daf8d59b70e788b9e34a7894ec6a933b6779e209.tar.bz2
ice-daf8d59b70e788b9e34a7894ec6a933b6779e209.tar.xz
ice-daf8d59b70e788b9e34a7894ec6a933b6779e209.zip
Sort C++ Demo and src makefiles
Diffstat (limited to 'cpp/src/IceStormLib')
-rw-r--r--cpp/src/IceStormLib/Makefile4
-rw-r--r--cpp/src/IceStormLib/Makefile.mak2
2 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/IceStormLib/Makefile b/cpp/src/IceStormLib/Makefile
index f093579089d..23719b9ea9a 100644
--- a/cpp/src/IceStormLib/Makefile
+++ b/cpp/src/IceStormLib/Makefile
@@ -9,8 +9,8 @@
top_srcdir = ../..
-LIBFILENAME = $(call mklibfilename,IceStorm,$(VERSION))
-SONAME = $(call mksoname,IceStorm,$(SOVERSION))
+LIBFILENAME = $(call mklibfilename,IceStorm,$(VERSION))
+SONAME = $(call mksoname,IceStorm,$(SOVERSION))
LIBNAME = $(call mklibname,IceStorm)
TARGETS = $(call mklibtargets,$(libdir)/$(LIBFILENAME),$(libdir)/$(SONAME),$(libdir)/$(LIBNAME))
diff --git a/cpp/src/IceStormLib/Makefile.mak b/cpp/src/IceStormLib/Makefile.mak
index dcd470adfaf..206b73f5e21 100644
--- a/cpp/src/IceStormLib/Makefile.mak
+++ b/cpp/src/IceStormLib/Makefile.mak
@@ -12,7 +12,7 @@ top_srcdir = ..\..
LIBNAME = $(top_srcdir)\lib\icestorm$(LIBSUFFIX).lib
DLLNAME = $(top_srcdir)\bin\icestorm$(SOVERSION)$(LIBSUFFIX)$(COMPSUFFIX).dll
-TARGETS = $(LIBNAME) $(DLLNAME)
+TARGETS = $(LIBNAME) $(DLLNAME)
OBJS = IceStorm.obj \
Metrics.obj