File: flag-dup-2.pc

package info (click to toggle)
pkg-config 0.29-6
  • links: PTS
  • area: main
  • in suites: buster
  • size: 12,292 kB
  • sloc: ansic: 131,421; sh: 12,550; perl: 1,113; makefile: 625; python: 461
file content (11 lines) | stat: -rw-r--r-- 370 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
prefix=/path
exec_prefix=${prefix}
libdir="${exec_prefix}/lib"
includedir="${prefix}/include"

Name: Flag duplicate test 2
Description: Test package for checking stripping of duplicate flags
Version: 1.0.0
Libs: -L${libdir} -lpath2 -Wl,--whole-archive -lm --Wl,--no-whole-archive -Xlinker -R -Xlinker ${libdir}
Cflags: -I${includedir} -DPATH2 -DFOO
Requires: flag-dup-1