diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-19 23:22:24 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-19 23:22:24 +0100 |
commit | c876e6ddf5ca317f2d9022f0ab94179c6fc5971d (patch) | |
tree | 232e685fb6e08d2a82c538bbca8e6d6a87a09cde /mk/linux.mk | |
parent | m makefile (diff) | |
download | libcoopgamma-1.2.2.1.tar.gz libcoopgamma-1.2.2.1.tar.bz2 libcoopgamma-1.2.2.1.tar.xz |
Improve makefile1.2.2.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'mk/linux.mk')
-rw-r--r-- | mk/linux.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mk/linux.mk b/mk/linux.mk new file mode 100644 index 0000000..b60a770 --- /dev/null +++ b/mk/linux.mk @@ -0,0 +1,7 @@ +LIBEXT = so +LIBFLAGS = -shared -Wl,-soname,libcoopgamma.$(LIBEXT).$(LIB_MAJOR) + +LIBMAJOREXT = $(LIBEXT).$(LIB_MAJOR) +LIBMINOREXT = $(LIBEXT).$(LIB_VERSION) + +FIX_INSTALL_NAME = : |