File: main.aap

package info (click to toggle)
ccbuild 2.0.6-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,376 kB
  • ctags: 551
  • sloc: cpp: 5,076; ansic: 1,913; sh: 1,342; makefile: 67
file content (26 lines) | stat: -rw-r--r-- 550 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#
# This is the NOT automatically generated part of the A-A-P recipe.
# 
#

# Include automatically generated recipes
# generated using: ccbuild --nodefargs aap src/ccbuild.cc > ccbuild.aap
:include ccbuild.aap


INSTALL_MAN += "doc/debiandoc/ccbuild.1"


#I think I don't understand the lexpp action here yet,
# but this also seems to work.
# See: http://www.a-a-p.org/exec/ref-variables.html#id3024080

:progsearch Flex flex

src/sourceScanner/yylex.cc : src/sourceScanner/lexer
  :cd src/sourceScanner
  :system $Flex lexer

all : ./src/ccbuild