Candidate_v1.7.1
stable
v1.7.1
| Line | |
|---|
| 1 | # PLEASE adhere to the alphabetical ordering in this Makefile!
|
|---|
| 2 | # Also indentation by a single tab
|
|---|
| 3 |
|
|---|
| 4 | check_LIBRARIES =
|
|---|
| 5 | check_PROGRAMS =
|
|---|
| 6 | noinst_PROGRAMS =
|
|---|
| 7 | TESTS =
|
|---|
| 8 | XFAIL_TESTS =
|
|---|
| 9 |
|
|---|
| 10 | LIBVMG = \
|
|---|
| 11 | $(top_builddir)/src/libvmg.la \
|
|---|
| 12 | $(BOOST_FILESYSTEM_LDFLAGS) $(BOOST_SYSTEM_LIBS) \
|
|---|
| 13 | $(BOOST_SYSTEM_LDFLAGS) $(BOOST_FILESYSTEM_LIBS)
|
|---|
| 14 |
|
|---|
| 15 | include interfaces/Makefile.am
|
|---|
| 16 | include unit_test/Makefile.am
|
|---|
| 17 |
|
|---|
| 18 | clean-local:
|
|---|
| 19 | rm -rf output/
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.