Mercurial > otakunoraifu
view system/Makefile.am @ 49:6581f7eccd26
* Correct --disable-x11
* Better use of --enable and --with. --enable is for optional features whereas --with is for the use of optional libraries
author | thib |
---|---|
date | Fri, 17 Apr 2009 08:12:18 +0000 |
parents | 2110e0cf64ac |
children |
line wrap: on
line source
noinst_LIBRARIES = libsystem.a libsystem_a_SOURCES = file.cc system_config.cc file.h file_impl.h system_config.h bin_PROGRAMS = $(VISARC) EXTRA_PROGRAMS = visarc visarc_SOURCES = visarc.cc visarc_LDADD = libsystem.a AM_CPPFLAGS = @CFLAGS@ @DEFS@ LDADD = @LDFLAGS@ @LIBS@