1 # redo build file to build the library "libplomrogue.so"
3 # This file is part of PlomRogue. PlomRogue is licensed under the GPL version 3
4 # or any later version. For details on its copyright, license, and warranties,
5 # see the file NOTICE in the root directory of the PlomRogue source package.
7 redo-ifchange build/compiler_flags
8 . ./build/compiler_flags
9 redo-ifchange src/server/libplomrogue.c
10 gcc -shared -fPIC $CFLAGS -o $3 src/server/libplomrogue.c -lm