File: Makefile.am

package info (click to toggle)
teckit 2.5.13%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,352 kB
  • sloc: cpp: 48,249; sh: 5,340; ansic: 3,162; perl: 562; makefile: 194; java: 43; xml: 15
file content (11 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
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