File: Makefile.am

package info (click to toggle)
p4est 2.3.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,536 kB
  • sloc: ansic: 87,528; makefile: 855; sh: 635; perl: 272; python: 226; awk: 40; javascript: 23
file content (9 lines) | stat: -rw-r--r-- 286 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9

# This file is part of the SC Library
# Makefile.am in example/dmatrix
# included non-recursively from toplevel directory

bin_PROGRAMS += example/dmatrix/sc_dmatrix
example_dmatrix_sc_dmatrix_SOURCES = example/dmatrix/dmatrix.c

LINT_CSOURCES += $(example_dmatrix_sc_dmatrix_SOURCES)