Makefile.am 364 B

1234567891011
  1. ## Process this file with automake to produce Makefile.in
  2. if WITH_TCL
  3. noinst_LTLIBRARIES = libtclstubs_C.la
  4. endif
  5. # tclStubLib.c is a dummy file just to fool automake
  6. libtclstubs_C_la_SOURCES = tclStubLib.c
  7. libtclstubs_C_la_CPPFLAGS = $(TCL_CFLAGS) $(TCL_INCLUDES)
  8. libtclstubs_C_la_LIBADD = $(TCL_STUB_LIB_SPEC)
  9. libtclstubs_C_la_LDFLAGS = -module -avoid-version