File: meep-pkgconfig.in

package info (click to toggle)
meep 1.3-4
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 4,504 kB
  • ctags: 7,108
  • sloc: cpp: 64,830; sh: 11,405; lisp: 238; makefile: 205
file content (10 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: MEEP
Description: time-domain electromagnetic simulation
Version: @VERSION@
Libs: -L${libdir} -lmeep@MEEP_SUFFIX@ @MEEPLIBS@
Cflags: -I${includedir} @ARCHFLAG@