X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=s51%2FMakefile.am;fp=s51%2FMakefile.am;h=cfa183d436e8a862c5e8dca70bcfc51208b4dbb5;hb=e75918f3667a5c8ad294bec4acef6fe81682edf6;hp=0000000000000000000000000000000000000000;hpb=f7d49868aeae80d515b12a7e339628f1296754a6;p=fw%2Faltos diff --git a/s51/Makefile.am b/s51/Makefile.am new file mode 100644 index 00000000..cfa183d4 --- /dev/null +++ b/s51/Makefile.am @@ -0,0 +1,10 @@ +bin_PROGRAMS=s51 + +AM_CFLAGS=-I$(top_srcdir)/lib +S51_LIBS=../lib/libcc.a + +s51_DEPENDENCIES = $(S51_LIBS) + +s51_LDADD=$(S51_LIBS) $(USB_LIBS) + +s51_SOURCES = s51-parse.c s51-command.c s51-main.c