Stefan Schuermans
v1.0.6
Stefan Schuermans commited e2a21a2 at 2011-09-11 17:17:58
# FlexiPix library
# !version: 1.0.6! !date: 2010-12-30!
#
# 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_MAJ := 1
VER_MIN := 0
VER_REV := 6
SRCS := $(wildcard src/*.c)
EX_SRCS := $(wildcard examples/src/*.c)
VERSION := $(VER_MAJ).$(VER_MIN).$(VER_REV)
DATE := $(shell date +%Y-%m-%d)
PACKNAME := $(LIBTARGET)-$(VERSION)_$(DATE)
PACKDATA := ChangeLog COPYING COPYING.LESSER Makefile \
examples include README src
CFLAGS := -W -Wall -O3
DEFINES := -DFLP_VER_MAJ=$(VER_MAJ) -DFLP_VER_MIN=$(VER_MIN) \
-DFLP_VER_REV=$(VER_REV)
INCLUDES := -Iinclude
SH_LDFLAGS :=
SH_LIBS :=
EX_LDFLAGS := -Llib
EX_LIBS := -lm -lflexipix
STOW_DIR := /usr/local/stow
DEF_PREFIX := /usr/local
OS_RAW := $(shell uname -s)
ifeq ($(OS_RAW),Linux)
OS := linux
CC := gcc
AR := ar
RANLIB := ranlib
LEXT := so
LEXTSUF := .$(VERSION)
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX