blob: 725e0788f1efd81ac794c636a128604052d60aea (
plain)
1
2
3
4
5
6
7
8
9
|
INCLUDES = -I$(top_srcdir)/src $(all_includes)
METASOURCES = AUTO
noinst_LTLIBRARIES = libboost.la
libboost_la_SOURCES = boostc.cpp boostc_compile.cpp boost_config.cpp \
boost.cpp boostcpp.cpp boostbasic.cpp boost_generator.cpp
libboost_la_LDFLAGS = $(all_libraries)
SUBDIRS = gui
|