home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
vis-ftp.cs.umass.edu
/
vis-ftp.cs.umass.edu.tar
/
vis-ftp.cs.umass.edu
/
pub
/
Software
/
ASCENDER
/
ascendMar8.tar
/
UMass
/
BoldtNew
/
makefile
< prev
next >
Wrap
Makefile
|
1996-01-31
|
226b
|
21 lines
#*
#* Makefile for asc2isra_edgels.c
#*
#
OBJS = asc2isra_edgels.o
#
CC = gcc
CFLAGS = -Wall -g
LDFLAGS = -lm
INCLUDES =
#
asc2isra_edgels : $(OBJS)
$(CC) $(CFLAGS) $(INCLUDES) \
-o asc2isra_edgels $(OBJS) $(LDFLAGS)