NaCl libpcsc

Check-in [851374c2f9]
Login
Overview
Comment:Updated with more appropriate BOOST directory
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 851374c2f90296a243db444fb332d6e1713d09a7
User & Date: rkeene on 2016-04-14 18:09:45
Other Links: manifest | tags
Context
2016-04-14
18:10
Updated clean targets to require boost, which is required to assemble the Makefile.deps file, which must be present check-in: f015f70ac8 user: rkeene tags: trunk
18:09
Updated with more appropriate BOOST directory check-in: 851374c2f9 user: rkeene tags: trunk
17:44
Added set of ignores check-in: 81ac0c6408 user: rkeene tags: trunk
Changes

Modified pcsc/Makefile from [9b3e7f9baf] to [c1ddfaeaaf].

1
2
3
4
5
6
7
8
BOOST_DIR := /usr/include/boost
CFLAGS    += -Wall -std=gnu11 -g3 -ggdb3
CXXFLAGS  += -Wall -std=gnu++11 -g3 -ggdb3
CPPFLAGS  += -Isrc/include/PCSC -isystem $(BOOST_DIR)/include -Isrc -isystem $(NACL_SDK_ROOT)/include

OBJS += pcsc_nacl_init.o

all: libpcsc.a
|







1
2
3
4
5
6
7
8
BOOST_DIR := /usr
CFLAGS    += -Wall -std=gnu11 -g3 -ggdb3
CXXFLAGS  += -Wall -std=gnu++11 -g3 -ggdb3
CPPFLAGS  += -Isrc/include/PCSC -isystem $(BOOST_DIR)/include -Isrc -isystem $(NACL_SDK_ROOT)/include

OBJS += pcsc_nacl_init.o

all: libpcsc.a