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 \
|
2025-02-21 14:10:26 +00:00
|
|
|
cc/tccasm.c \
|
2025-02-14 16:47:45 +00:00
|
|
|
cc/i386/gen.c cc/i386/link.c \
|
2025-02-21 14:10:26 +00:00
|
|
|
cc/i386/asm.c object/coff.c object/archive.c object.c
|
2025-02-08 17:38:14 +00:00
|
|
|
libtcc_a_CPPFLAGS = -I$(top_srcdir) -I$(srcdir) -I$(srcdir)/include
|