X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=s51%2FMakefile.am;fp=s51%2FMakefile.am;h=4778d66b528df038ecf88d20a3a7439cdbe2e8ba;hp=0000000000000000000000000000000000000000;hb=17d2432a8b9c15963cd3b821f025ad33972ef477;hpb=210dbaa23cdacf3a6f2d6e23493e96ee2ac9bca7 diff --git a/s51/Makefile.am b/s51/Makefile.am new file mode 100644 index 00000000..4778d66b --- /dev/null +++ b/s51/Makefile.am @@ -0,0 +1,12 @@ +bin_PROGRAMS=s51 + +AM_CFLAGS=-I$(top_srcdir)/lib $(LIBUSB_CFLAGS) +S51_LIBS=../lib/libcc.a -lreadline + +man_MANS = s51.1 + +s51_DEPENDENCIES = $(S51_LIBS) + +s51_LDADD=$(S51_LIBS) $(LIBUSB_LIBS) + +s51_SOURCES = s51-parse.c s51-command.c s51-main.c