git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@984 626c5289-ae23-0410-ae9c-e8d60b6d4f22
11 lines
219 B
Makefile
11 lines
219 B
Makefile
# Generated automatically from Makefile.in by configure.
|
|
|
|
SHELL = /bin/sh
|
|
prefix = @prefix@
|
|
execprefix= @exec_prefix@
|
|
LIB = $(execprefix)/lib
|
|
|
|
install:
|
|
cp libwad*.so $(LIB)
|
|
chmod a+rx $(LIB)/libwad*.so
|
|
|