You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
512 B
11 lines
512 B
INCLUDES = $(all_includes)
|
|
METASOURCES = AUTO
|
|
bin_PROGRAMS = microbe
|
|
microbe_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
microbe_SOURCES = btreebase.cpp btreenode.cpp main.cpp traverser.cpp \
|
|
expression.cpp pic14.cpp variable.cpp optimizer.cpp instruction.cpp microbe.cpp \
|
|
parser.cpp
|
|
noinst_HEADERS = btreebase.h btreenode.h traverser.h pic14.h variable.h \
|
|
optimizer.h microbe.h parser.h
|
|
microbe_LDADD = -lpthread $(LIB_TDEFILE)
|