/daq/libopc

To get this branch, use:
bzr branch http://darksoft.org/webbzr/daq/libopc
1
2
3
4
5
6
7
8
9
10
11
12
DESTDIR = /usr

mkinstalldirs = mkdir -p
install = install -c 

CFLAGS +=  -fPIC -D_GNU_SOURCE

GCC_VERSION = $(shell $(ROOT_PATH)/scripts/cc_version $(CC))

ifeq ($(GCC_VERSION), 4)
CFLAGS += -Wno-pointer-sign
endif