Import Upstream version 1.23
[debian-dgen.git] / star / Makefile.am
blob45421f1cbcc9dc7cb7b3a10ccd4fbb92ada08f83
1 # DGen/SDL v1.20+
2 # Automakefile for StarScream
4 include $(top_srcdir)/Makefile.asm.am
6 # Safety net, so all of StarScream is distributed (as per the StarScream
7 # license)
8 EXTRA_DIST = cpudebug.c cpudebug.h star.c starcpu.h stardoc.txt
10 INCLUDES += -I..
12 noinst_LIBRARIES = libstarcpu.a
14 star: star.c
15         $(CC) -o star star.c
16         
17 starcpu.asmu: star
18         ./star -hog starcpu.asmu
20 libstarcpu_a_SOURCES = 
22 libstarcpu_a_LIBADD = starcpu.o
24 libstarcpu_a_DEPENDENCIES = starcpu.o
26 EXTRA_libstarcpu_a_SOURCES = star.c
28 DISTCLEANFILES = starcpu.asmu star