mirror of
https://github.com/open-simh/simtools.git
synced 2026-02-08 17:22:14 +00:00
Import J Hoppe's 20090427 release from http://retrocmp.com/tools/macro-11-on-windows
This commit is contained in:
7
makefile
7
makefile
@@ -1,6 +1,9 @@
|
||||
CFLAGS = -O -g
|
||||
|
||||
MACRO11_SRCS = macro11.c mlb.c object.c stream2.c util.c rad50.c
|
||||
MACRO11_SRCS = macro11.c \
|
||||
assemble.c assemble_globals.c assemble_aux.c \
|
||||
extree.c listing.c macros.c parse.c rept_irpc.c symbols.c \
|
||||
mlb.c object.c stream2.c util.c rad50.c
|
||||
|
||||
MACRO11_OBJS = $(MACRO11_SRCS:.c=.o)
|
||||
|
||||
@@ -30,7 +33,7 @@ clean:
|
||||
macro11.o: macro11.c macro11.h rad50.h object.h stream2.h \
|
||||
mlb.h util.h
|
||||
mlb.o: mlb.c rad50.h stream2.h mlb.h macro11.h util.h
|
||||
object.o: object.c rad50.h object.h
|
||||
object.o: object.c rad50.h object.h
|
||||
stream2.o: stream2.c macro11.h stream2.h
|
||||
util.o: util.c util.h
|
||||
rad50.o: rad50.c rad50.h
|
||||
|
||||
Reference in New Issue
Block a user