File: Makefile.am

package info (click to toggle)
libcoyotl 3.1.0-5
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 5,488 kB
  • sloc: sh: 11,029; cpp: 2,123; makefile: 113
file content (7 lines) | stat: -rw-r--r-- 148 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
bin_PROGRAMS = test_prng test_maze

test_prng_SOURCES = test_prng.cpp
test_maze_SOURCES = test_maze.cpp

LIBS = -L../libcoyotl -lrt -lpng -lcoyotl