home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-02-12 | 527 b | 22 lines |
- IRIT_DIR = /mach/isaac/misc2/gershon/irit/indy
-
- include $(IRIT_DIR)/makeflag.unx
-
- All: polyarea polygons transfrm lst_sqrs
-
- OBJS1 = polyarea.o
- polyarea: $(OBJS1)
- $(CC) $(CFLAGS) -o polyarea $(OBJS1) $(LIBS) -lm $(MORELIBS)
-
- OBJS2 = polygons.o
- polygons: $(OBJS2)
- $(CC) $(CFLAGS) -o polygons $(OBJS2) $(LIBS) -lm $(MORELIBS)
-
- OBJS3 = transfrm.o
- transfrm: $(OBJS3)
- $(CC) $(CFLAGS) -o transfrm $(OBJS3) $(LIBS) -lm $(MORELIBS)
-
- OBJS4 = lst_sqrs.o
- lst_sqrs: $(OBJS4)
- $(CC) $(CFLAGS) -o lst_sqrs $(OBJS4) $(LIBS) -lm $(MORELIBS)
-