From 80fdb0714b75cb240d8b8068d718b915f1904110 Mon Sep 17 00:00:00 2001 From: Pixel <> Date: Thu, 29 Mar 2001 23:40:57 +0000 Subject: First. --- 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..4d66b47 --- /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 = libCompilo.la + +libCompilo_la_SOURCES = assembler.c parser.c meta.c numbers.c hash.h + +libCompilo_la_LDFLAGS = -version-info $(ProjetArchi_VERSION_INFO) + +EXTRA_DIST = instructions.txt \ No newline at end of file -- cgit v1.2.3