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.
22 lines
646 B
22 lines
646 B
15 years ago
|
SUBDIRS = . kxml_compiler #kwsdl
|
||
|
|
||
|
INCLUDES = -I$(top_srcdir) $(all_includes)
|
||
|
|
||
|
lib_LTLIBRARIES = libkode.la
|
||
|
|
||
|
libkode_la_SOURCES = code.cpp enum.cpp style.cpp printer.cpp license.cpp file.cpp \
|
||
|
class.cpp \
|
||
|
function.cpp variable.cpp membervariable.cpp \
|
||
|
typedef.cpp statemachine.cpp automakefile.cpp
|
||
|
libkode_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) \
|
||
|
-version-info 1:0:0 -no-undefined
|
||
|
libkode_la_LIBADD = -lkdecore
|
||
|
|
||
|
bin_PROGRAMS = kode
|
||
|
|
||
|
kode_LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
||
|
kode_LDADD = libkode.la -lkabc
|
||
|
kode_SOURCES = kodemain.cpp
|
||
|
|
||
|
METASOURCES = AUTO
|