File: Makefile.am

package info (click to toggle)
dgen 1.23-9
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k
  • size: 2,168 kB
  • ctags: 3,087
  • sloc: ansic: 45,403; cpp: 4,405; sh: 1,960; makefile: 116
file content (29 lines) | stat: -rw-r--r-- 541 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# DGen/SDL v1.20+
# Automakefile for StarScream

include $(top_srcdir)/Makefile.asm.am

# Safety net, so all of StarScream is distributed (as per the StarScream
# license)
EXTRA_DIST = cpudebug.c cpudebug.h star.c starcpu.h stardoc.txt

INCLUDES += -I..

noinst_LIBRARIES = libstarcpu.a

star: star.c
	$(CC) -o star star.c
	
starcpu.asmu: star
	./star -hog starcpu.asmu

libstarcpu_a_SOURCES = 

libstarcpu_a_LIBADD = starcpu.o

libstarcpu_a_DEPENDENCIES = starcpu.o

EXTRA_libstarcpu_a_SOURCES = star.c

DISTCLEANFILES = starcpu.asmu star