home *** CD-ROM | disk | FTP | other *** search
Makefile | 1988-04-27 | 489 b | 20 lines |
- # makefile for Manx make utility
- # This will make "SB", Structure Browser.
-
- OBJS = sb.o sbwindow.o sbscreen.o sbgfx.o sbgadget.o sbio.o sblibrary.o\
- sbview.o sbrequest.o sbtext.o output.o sbmenu.o sbitext.o sbimage.o\
- sbborder.o sblayer.o
-
- sb : $(OBJS) twmClient.o
- ln $(OBJS) twmClient.o -lc
-
- sb.p : header/sb.h
- cc +Hsb.p header/sb.h
-
- $(OBJS) : sb.p
- cc +Isb.p $*.c
-
-
- twmClient.o : header/twm.h
- cc twmClient
-