Revision 11442,
755 bytes
checked in by ghudson, 26 years ago
(diff) |
IRIX doesn't need -lregexp any more. (It was broken here anyway.)
|
Line | |
---|
1 | # |
---|
2 | # $Id: Imakefile,v 1.8 1998-04-27 16:58:21 ghudson Exp $ |
---|
3 | # |
---|
4 | |
---|
5 | KLIBS= -ldsk -lusp -lkrb4 -ldes425 -lkrb5 -lcrypto -lcom_err |
---|
6 | NKLIBS= -lds -lusp -lcom_err |
---|
7 | |
---|
8 | SimpleProgram(create_mtg_dir,create_mtg_dir.o,,$(ATHBINDIR)) |
---|
9 | SimpleProgram(crmtgs,crmtgs.o ../ets/dsc_et.o,$(KLIBS),$(ATHBINDIR)) |
---|
10 | SimpleProgram(mkds,mkds.o ../ets/dsc_et.o ../client/edit.o,$(KLIBS),$(ATHBINDIR)) |
---|
11 | SimpleProgram(pmtg,pmtg.o ../ets/dsc_et.o,$(KLIBS),$(ATHBINDIR)) |
---|
12 | SimpleProgram(dsmail,dsmail.o ../ets/dsc_et.o $(DSMAILO),$(NKLIBS),$(ATHBINDIR)) |
---|
13 | SimpleProgram(dspipe,dspipe.o ../ets/dsc_et.o,$(KLIBS),$(ATHBINDIR)) |
---|
14 | |
---|
15 | install:: |
---|
16 | -$(RM) $(DESTDIR)$(ATHBINDIR)/rmds |
---|
17 | -ln -s mkds $(DESTDIR)$(ATHBINDIR)/rmds |
---|
18 | |
---|
19 | install_script(dsc_setup.sh,,$(ATHBINDIR)/dsc_setup) |
---|
20 | install_man(dsmail.1, dsmail.1) |
---|
Note: See
TracBrowser
for help on using the repository browser.