12 lines
276 B
Makefile
12 lines
276 B
Makefile
include jit/Makefrag.am
|
|
include ata/Makefrag.am
|
|
include res/Makefrag.am
|
|
|
|
noinst_LIBRARIES = $(LIBJIT) $(LIB_ATA)
|
|
|
|
bin_PROGRAMS = vm
|
|
|
|
vm_SOURCES = main.c
|
|
vm_CFLAGS =-I$(top_srcdir) $(SDL2_CFLAGS)
|
|
vm_LDADD = ../lib/lib65oo2.a $(LIBJIT) $(LIB_ATA) $(RES) $(SDL2_LIBS)
|