Last change
on this file since 2386 was
2386,
checked in by sam, 9 years ago
|
build: split the main library into lolcore and lolbullet.
|
File size:
593 bytes
|
Line | |
---|
1 | |
---|
2 | include $(top_srcdir)/build/autotools/common.am |
---|
3 | |
---|
4 | AM_CPPFLAGS = -I$(top_srcdir)/src |
---|
5 | |
---|
6 | EXTRA_DIST = NEWS.txt lolremez.sln remez.vcxproj remez.vcxproj.filters |
---|
7 | |
---|
8 | noinst_PROGRAMS = pi poly remez |
---|
9 | |
---|
10 | pi_SOURCES = pi.cpp |
---|
11 | pi_CPPFLAGS = @LOL_CFLAGS@ |
---|
12 | pi_LDFLAGS = @LOL_STATIC_LIBS@ @LOL_LIBS@ |
---|
13 | pi_DEPENDENCIES = @LOL_STATIC_LIBS@ |
---|
14 | |
---|
15 | poly_SOURCES = poly.cpp |
---|
16 | poly_CPPFLAGS = @LOL_CFLAGS@ |
---|
17 | poly_LDFLAGS = @LOL_STATIC_LIBS@ @LOL_LIBS@ |
---|
18 | poly_DEPENDENCIES = @LOL_STATIC_LIBS@ |
---|
19 | |
---|
20 | remez_SOURCES = remez.cpp |
---|
21 | remez_CPPFLAGS = @LOL_CFLAGS@ |
---|
22 | remez_LDFLAGS = @LOL_STATIC_LIBS@ @LOL_LIBS@ |
---|
23 | remez_DEPENDENCIES = @LOL_STATIC_LIBS@ |
---|
24 | |
---|
Note: See
TracBrowser
for help on using the repository browser.