Codebase list teckit / 1b9b6c80-abf6-4428-9403-7b8e7bf74c1a/upstream lib / Makefile.am
1b9b6c80-abf6-4428-9403-7b8e7bf74c1a/upstream

Tree @1b9b6c80-abf6-4428-9403-7b8e7bf74c1a/upstream (Download .tar.gz)

Makefile.am @1b9b6c80-abf6-4428-9403-7b8e7bf74c1a/upstreamraw · history · blame

AM_CPPFLAGS  = -I$(top_srcdir)/source/Public-headers

if OLD_LIB_NAMES
lib_LTLIBRARIES = TECkit_Compiler_x86.la TECkit_x86.la
else
lib_LTLIBRARIES = libTECkit_Compiler.la libTECkit.la
endif


include ../source/Makefile.am