File: Makefile.am

package info (click to toggle)
prelude-lml 5.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 9,632 kB
  • sloc: ansic: 58,349; sh: 12,879; makefile: 177; python: 21
file content (9 lines) | stat: -rw-r--r-- 325 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/src/include -I$(top_srcdir)/libmissing -I$(top_builddir)/libmissing @LIBPRELUDE_CFLAGS@
AM_CFLAGS = @GLOBAL_CFLAGS@

debug_la_SOURCES = debug.c
debug_la_LDFLAGS = -module -avoid-version
debugdir = $(libdir)/prelude-lml
debug_LTLIBRARIES = debug.la

-include $(top_srcdir)/git.mk