File: Makefile.am

package info (click to toggle)
libmath%2B%2B 0.0.4-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 412 kB
  • ctags: 232
  • sloc: cpp: 1,311; makefile: 63; sh: 17
file content (16 lines) | stat: -rw-r--r-- 324 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include $(top_srcdir)/niceprint.mak

AM_CXXFLAGS = -pedantic -ansi -Wall -Wno-long-long

LIBS = ../math++/libmath++.la

noinst_PROGRAMS = e1 r1 d1 d2 i1 i2 s1 f1

e1_SOURCES = e1.cpp
r1_SOURCES = r1.cpp
d1_SOURCES = d1.cpp
d2_SOURCES = d2.cpp
i1_SOURCES = i1.cpp
i2_SOURCES = i2.cpp
s1_SOURCES = s1.cpp
f1_SOURCES = f1.cpp