2025-02-07 16:17:17 +00:00
|
|
|
noinst_LIBRARIES = libtcc.a
|
2025-02-14 16:47:45 +00:00
|
|
|
libtcc_a_SOURCES = libtcc.c option.c path.c io.c memory.c \
|
|
|
|
cc/tccpp.c cc/tccgen.c \
|
|
|
|
cc/tccasm.c tccelf.c \
|
|
|
|
cc/i386/gen.c cc/i386/link.c \
|
|
|
|
cc/i386/asm.c tcccoff.c
|
2025-02-08 17:38:14 +00:00
|
|
|
libtcc_a_CPPFLAGS = -I$(top_srcdir) -I$(srcdir) -I$(srcdir)/include
|