/alps/pcitool

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to common.mk

  • Committer: Suren A. Chilingaryan
  • Date: 2011-03-08 21:46:14 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: csa@dside.dyndns.org-20110308214614-g5v841m61jilcrm2
Initial support of IPECamera protocol

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
DEPENDDIR ?= $(ROOTDIR)
14
14
 
15
15
CXXFLAGS += $(addprefix -I ,$(INCDIR)) -fPIC
16
 
CFLAGS += $(addprefix -I ,$(INCDIR)) -fPIC
 
16
CFLAGS += $(addprefix -I ,$(INCDIR)) -fPIC -std=c99
17
17
 
18
18
# Source files in this directory
19
19
SRC = $(wildcard *.cpp)