File: Makefile.am

package info (click to toggle)
libbrahe 1.3.2-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,576 kB
  • sloc: sh: 10,143; ansic: 1,289; cpp: 274; makefile: 58
file content (12 lines) | stat: -rw-r--r-- 461 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
CFLAGS = @CFLAGS@ -std=gnu99

bin_PROGRAMS = brahe_test_prng brahe_test_trig brahe_test_rounding brahe_test_gcflcm brahe_test_fft brahe_test_pretty

brahe_test_prng_SOURCES = brahe_test_prng.c
brahe_test_trig_SOURCES = brahe_test_trig.c
brahe_test_rounding_SOURCES = brahe_test_rounding.c
brahe_test_pretty_SOURCES = brahe_test_pretty.c
brahe_test_gcflcm_SOURCES = brahe_test_gcflcm.c
brahe_test_fft_SOURCES = brahe_test_fft.c

LIBS = -L../src -lbrahe -lm -lrt