ack/mach/m68k2/dl/Makefile

23 lines
276 B
Makefile
Raw Normal View History

1987-02-26 19:54:57 +00:00
EMHOME=../../..
OBJLIB=$(EMHOME)/modules/lib/libobject.a
1984-07-19 11:50:28 +00:00
1987-02-26 19:54:57 +00:00
head: dl
1984-07-19 11:50:28 +00:00
1987-02-26 19:54:57 +00:00
dl: dl.c
$(CC) -I$(EMHOME)/h -o dl dl.c $(OBJLIB)
1987-02-26 19:54:57 +00:00
install: head
@echo Nothing is installed
1984-07-19 11:50:28 +00:00
1987-02-26 19:54:57 +00:00
cmp: head
@echo Nothing is compared
clean:
rm -f *.o
1984-07-19 11:50:28 +00:00
pr:
1987-02-26 19:54:57 +00:00
@pr `pwd`/Makefile `pwd`/dl.c
1984-07-19 11:50:28 +00:00
1987-02-26 19:54:57 +00:00
opr:
make pr | opr