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.
7 lines
281 B
7 lines
281 B
15 years ago
|
INCLUDES = -I./kdevcppparser $(all_includes)
|
||
|
|
||
|
noinst_LTLIBRARIES = libcodeimport.la
|
||
|
libcodeimport_la_SOURCES = adaimport.cpp classimport.cpp cppimport.cpp idlimport.cpp import_utils.cpp javaimport.cpp nativeimportbase.cpp pascalimport.cpp pythonimport.cpp
|
||
|
|
||
|
SUBDIRS = kdevcppparser
|