home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-07-04 | 727 b | 42 lines |
- LC = lc:lc
- LCFLAGS = -j30 -j88 -cw
-
- liner: clip.o mouse.o disk.o menu.o sure.o yafr.o Variables.o Windows.o color.o Search.o ARexx.o console.o minrexx.o liner.o
- blink with liner.lnk
-
- clip.o: clip.c
- lc $(LCFLAGS) clip
-
- mouse.o: mouse.c
- lc $(LCFLAGS) mouse
-
- disk.o: disk.c
- lc $(LCFLAGS) disk
-
- menu.o: menu.c
- lc $(LCFLAGS) menu
-
- sure.o: sure.c
- lc $(LCFLAGS) sure
-
- Variables.o: Variables.c
- lc $(LCFLAGS) Variables
-
- Windows.o: Windows.c Windows.h
- lc $(LCFLAGS) Windows
-
- color.o: color.c
- lc $(LCFLAGS) color
-
- Search.o: Search.c
- lc $(LCFLAGS) Search
-
- ARexx.o: ARexx.c
- lc $(LCFLAGS) ARexx
-
- console.o: console.c
- lc $(LCFLAGS) console
-
- liner.o: liner.c
- lc $(LCFLAGS) liner
-