seaboot/Makefile.am

8 lines
206 B
Makefile

noinst_LIBRARIES = bin/libseaboot.a
bin_libseaboot_a_SOURCES = src/seaboot.c
bin_PROGRAMS = bin/example
bin_example_SOURCES = src/example.c
bin_example_LDADD = bin/libseaboot.a
bin_example_LDFLAGS = -lrt