placed the call the _get_irn_intra_arity() again into the assert: no need to execute...
[libfirm] / libfirm.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: libfirm
7 Description: library implementing the intermediate representation FIRM
8 Version: @VERSION@
9 Requires: libcore
10 Libs: -L${libdir} -lfirm -lm
11 Cflags: -I${includedir}