blob: 4d66b478c279b350cb95dce459cfc1006b70745e (
plain)
1
2
3
4
5
6
7
8
9
10
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
|