File: makefile.am

package info (click to toggle)
mona 1.4-18-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 3,316 kB
  • sloc: ansic: 13,825; cpp: 12,615; sh: 4,569; makefile: 111; lisp: 48
file content (11 lines) | stat: -rw-r--r-- 552 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
MAINTAINERCLEANFILES = makefile.in makefile
lib_LTLIBRARIES = libmonagta.la
libmonagta_la_SOURCES = analyze.c analyze_acceptance.c basic.c copy.c dyn.c \
	dyn.h external.c gta.c makebasic.c minimize.c negation.c pairhash.c \
	pairhash.h printgta.c product.c project.c projset.c projset.h \
	reachable.c replace_indices.c restrict.c subsets.c subsets.h types.c
libmonagta_la_CPPFLAGS = -I ../BDD
libmonagta_la_LDFLAGS = -version-info 1:4
libmonagta_la_LIBADD = ../Mem/libmonamem.la ../BDD/libmonabdd.la
monadir = $(includedir)/mona
mona_HEADERS = gta.h