~siretart/aspectc++/debian

« back to all changes in this revision

Viewing changes to Puma/examples/ccparser/Makefile

  • Committer: Reinhard Tartler
  • Date: 2013-10-13 18:20:07 UTC
  • mto: This revision was merged to the branch mainline in revision 101.
  • Revision ID: siretart@tauware.de-20131013182007-qc3ibv60inzzk8l4
Tags: upstream-1.2
ImportĀ upstreamĀ versionĀ 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
INCDIR   := $(ROOT)/include
11
11
LIBDIR   := $(ROOT)/lib/$(TARGET)
 
12
EXTDIR   := $(ROOT)/extern
12
13
OBJDIR   := obj
13
14
DEPDIR   := dep
14
15
 
18
19
 
19
20
include $(ROOT)/vars.mk
20
21
 
21
 
CPPFLAGS := $(CPPFLAGS) -I$(INCDIR) 
 
22
CPPFLAGS := $(CPPFLAGS) -I$(INCDIR) -I$(EXTDIR)
22
23
#-L$(LIBDIR)
23
24
 
24
25
#-------------------------------------------------