summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
blob: b760f64ac1a196f472468058197db5f72c45eeaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 libSimul.la

libCompilo_la_SOURCES = assembler.c parser.c meta.c numbers.c hash.c exceptions.c
libSimul_la_SOURCES = alu.c simulator.c exceptions.c fpu.c interne.c memoire.c registre.c

libCompilo_la_LDFLAGS = -version-info $(ProjetArchi_VERSION_INFO)
libSimul_la_LFDLAGS = -version-info $(ProjetArchi_VERSION_INFO)

EXTRA_DIST = instructions.txt