Revision 10909,
766 bytes
checked in by ghudson, 27 years ago
(diff) |
Use POSIX regexps.
|
Line | |
---|
1 | # |
---|
2 | # $Id: Imakefile,v 1.6 1997-12-17 00:13:05 ghudson Exp $ |
---|
3 | # |
---|
4 | |
---|
5 | KLIBS= -ldsk -lusp -lkrb4 -ldes425 -lkrb5 -lcrypto -lcom_err |
---|
6 | NKLIBS= -lds -lusp -lcom_err |
---|
7 | |
---|
8 | #ifdef sgi |
---|
9 | DSLIBS=-lregex |
---|
10 | #endif |
---|
11 | |
---|
12 | SimpleProgram(create_mtg_dir,create_mtg_dir.o,,$(ATHBINDIR)) |
---|
13 | SimpleProgram(crmtgs,crmtgs.o ../ets/dsc_et.o,$(KLIBS),$(ATHBINDIR)) |
---|
14 | SimpleProgram(mkds,mkds.o ../ets/dsc_et.o ../client/edit.o,$(KLIBS),$(ATHBINDIR)) |
---|
15 | SimpleProgram(pmtg,pmtg.o ../ets/dsc_et.o,$(KLIBS),$(ATHBINDIR)) |
---|
16 | SimpleProgram(dsmail,dsmail.o ../ets/dsc_et.o $(DSMAILO),$(NKLIBS) $(DSLIB),$(ATHBINDIR)) |
---|
17 | SimpleProgram(dspipe,dspipe.o ../ets/dsc_et.o,$(KLIBS),$(ATHBINDIR)) |
---|
18 | |
---|
19 | install:: |
---|
20 | -$(RM) $(DESTDIR)$(ATHBINDIR)/rmds |
---|
21 | -ln -s mkds $(DESTDIR)$(ATHBINDIR)/rmds |
---|
22 | |
---|
23 | install_script(dsc_setup.sh,,$(ATHBINDIR)/dsc_setup) |
---|
Note: See
TracBrowser
for help on using the repository browser.