tcc-stupidos/libtcc/Makefile.am

6 lines
248 B
Text
Raw Normal View History

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