Stefan Schuermans
v1.0.5
Stefan Schuermans commited fb91a00 at 2011-09-11 17:17:19
# FlexiPix library
# !version: 1.0.5! !date: 2010-12-22!
#
# Copyright 2010 Stefan Schuermans <stefan schuermans info>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, version 3 of the License.
#
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
LIBTARGET=libflexipix
VER=1
VERMIN=0
VERREV=5
OS:=$(shell uname -s)
ifeq ($(OS),Linux)
SED_I=sed -i
CC=gcc
AR=ar
SHLIBFLAGS=-shared -Wl,-soname,$(LIBTARGET).so.$(VER)
SHLIBEXT=so
RANLIB=ranlib
INSTALL=install
STOW_DIR=/usr/local/stow
DEF_PREFIX=/usr/local
else
ifeq ($(OS),Darwin)
SED_I=sed -i ""
CC=gcc
AR=ar
SHLIBFLAGS=-dynamiclib
SHLIBEXT=dylib
RANLIB=ranlib
INSTALL=install
STOW_DIR=/usr/local/stow
DEF_PREFIX=/usr/local
else
$(error unsupported OS)
endif
endif
SRCS=$(wildcard src/*.c)
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX