root/system/Makefile.am
| Revision 25:2110e0cf64ac, 277 bytes (checked in by thib, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | noinst_LIBRARIES = libsystem.a |
| 2 | libsystem_a_SOURCES = file.cc system_config.cc file.h file_impl.h system_config.h |
| 3 | |
| 4 | bin_PROGRAMS = $(VISARC) |
| 5 | EXTRA_PROGRAMS = visarc |
| 6 | |
| 7 | visarc_SOURCES = visarc.cc |
| 8 | visarc_LDADD = libsystem.a |
| 9 | |
| 10 | AM_CPPFLAGS = @CFLAGS@ @DEFS@ |
| 11 | |
| 12 | LDADD = @LDFLAGS@ @LIBS@ |
| 13 | |
| 14 |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/otakunoraifu/chrome/site/your_project_logo.png)