home *** CD-ROM | disk | FTP | other *** search
- #
- # this makefile is for the AMIGA using the LMK utility and Lattice 5.02
- #
-
- OBJ = machdep.o glib.o list.o dx100.o tx81z.o tx81p.o dw8000.o yama_com.o k5.o
- # OBJ = machdep.o glib.o list.o k5.o
-
- .c.o :
- lc:lc -cw -cs -v $*
-
- glib : $(OBJ)
- lc:blink from lib:c.o $(OBJ) lib lib:lc.lib lib:amiga.lib \
- batch nodebug to glib
-