| 1 |
– |
# |
| 2 |
– |
# SCCSid "$SunId$ LBL" |
| 1 |
|
# Compiles for image processing and display programs |
| 2 |
+ |
# SCCSid "$SunId$ LBL" |
| 3 |
|
# |
| 4 |
|
|
| 5 |
|
ARCH = sun |
| 6 |
|
OPT = -O |
| 7 |
< |
MACH = -DSTRUCTASSIGN -DBSD |
| 7 |
> |
MACH = -DBSD |
| 8 |
|
SPECIAL = aed tiff |
| 9 |
|
CFLAGS = $(OPT) $(MACH) -I../common -L../lib |
| 10 |
|
|
| 28 |
|
aed: aedimage |
| 29 |
|
cp aedimage $(INSTDIR) |
| 30 |
|
|
| 31 |
+ |
sgi: glimage |
| 32 |
+ |
cp glimage $(INSTDIR) |
| 33 |
+ |
|
| 34 |
|
tiff: ra_tiff |
| 35 |
|
cp ra_tiff $(INSTDIR) |
| 36 |
|
|
| 43 |
|
chmod 755 $(INSTDIR)/normpat $(INSTDIR)/falsecolor |
| 44 |
|
|
| 45 |
|
clean: |
| 46 |
< |
set nonomatch; rm -f $(PROGS) *.o core |
| 46 |
> |
set nonomatch; rm -f x10image aedimage glimage ra_tiff \ |
| 47 |
> |
$(PROGS) *.o core |
| 48 |
|
|
| 49 |
|
pfilt: pfilt.o pf2.o pf3.o |
| 50 |
|
cc $(CFLAGS) -o pfilt pfilt.o pf2.o pf3.o -lrt -lm |
| 181 |
|
|
| 182 |
|
pfilt.o pf2.o ttyimage.o t4027.o mt160r.o psum.o psign.o prot.o ra_pr24.o \ |
| 183 |
|
d48c.o aedimage.o pcompos.o color.o resolu.o colrops.o pflip.o \ |
| 184 |
< |
greyscale.o ra_t8.o glimage.o ra_bn.o ra_t16.o \ |
| 184 |
> |
greyscale.o ra_t8.o glimage.o ra_bn.o ra_t16.o ra_tiff.o ra_pict.o \ |
| 185 |
|
ra_pr.o pvalue.o pcomb.o pinterp.o ximage.o: ../common/color.h |
| 186 |
|
|
| 187 |
|
prot.o biq.o ciq.o pinterp.o ximage.o \ |