From 833d20a69fe17ab846c153e35230c66a41d8fca9 Mon Sep 17 00:00:00 2001 From: Pixel <> Date: Wed, 28 Feb 2001 11:40:25 +0000 Subject: Premier jet --- lib/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lib/Makefile.am (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am new file mode 100644 index 0000000..9e99421 --- /dev/null +++ b/lib/Makefile.am @@ -0,0 +1,11 @@ +localedir = $(datadir)/locale +DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ +AM_CFLAGS = -O3 -Wall -Wstrict-prototypes $(CFLAGS) +INCLUDES = -I. -I.. -I$(includedir) -I../include +lib_LTLIBRARIES = libPriorityLists.la + +libPriorityLists_la_SOURCES = PCommon.cc BHeap.cc FHeap.cc Hash.cc PLList.cc CList.cc SList.cc HTree.cc + +libPriorityLists_la_LDFLAGS = -version-info $(PriorityLists_VERSION_INFO) + +EXTRA_DIST = FHeap.cc \ No newline at end of file -- cgit v1.2.3