Last change
on this file since 2540 was
2540,
checked in by sam, 10 years ago
|
core: import pristine lua 5.2.1 in the engine code.
|
File size:
412 bytes
|
Line | |
---|
1 | |
---|
2 | include $(top_srcdir)/build/autotools/common.am |
---|
3 | |
---|
4 | EXTRA_DIST = NEWS.txt lolremez.sln remez.vcxproj remez.vcxproj.filters |
---|
5 | |
---|
6 | noinst_PROGRAMS = pi poly remez |
---|
7 | |
---|
8 | pi_SOURCES = pi.cpp |
---|
9 | pi_CPPFLAGS = $(AM_CPPFLAGS) |
---|
10 | pi_DEPENDENCIES = @LOL_DEPS@ |
---|
11 | |
---|
12 | poly_SOURCES = poly.cpp |
---|
13 | poly_CPPFLAGS = $(AM_CPPFLAGS) |
---|
14 | poly_DEPENDENCIES = @LOL_DEPS@ |
---|
15 | |
---|
16 | remez_SOURCES = remez.cpp |
---|
17 | remez_CPPFLAGS = $(AM_CPPFLAGS) |
---|
18 | remez_DEPENDENCIES = @LOL_DEPS@ |
---|
19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.