6 |
7u83 |
1 |
# $Id$
|
|
|
2 |
|
|
|
3 |
ENVFILE= 16bit 32bit Goption K-PIC K-ieee K-noieee K-prom Versions Xa Xc Xp Xs\
|
|
|
4 |
Xt Xw aes alloca ansi bootstrap bsd_extn build building c c++ common\
|
|
|
5 |
compact cose default gcc iso longlong makelib motif_1_1 motif_1_2\
|
|
|
6 |
motif_private mse pl_tdf posix posix1 posix2 status strict_mot_1_2\
|
|
|
7 |
strict_posix strict_svid3 strict_xpg3 svid3 system system+ target_tok\
|
|
|
8 |
tcc_diag tcc_pp tcc_prof tcc_time tdf_ext tdp tnc tsimp unix95 wsl\
|
|
|
9 |
x5_aw x5_ext x5_lib x5_mit x5_mu x5_private x5_proto x5_t xpg3 xpg4
|
|
|
10 |
|
|
|
11 |
.include "../Makefile.inc"
|
38 |
7u83 |
12 |
|
|
|
13 |
install:
|
|
|
14 |
@cd $(BASE_DIR) && rm -f sedfile && $(MAKE) sedfile
|
|
|
15 |
@install -d $(INSTALL_DIR)/lib/env/common/
|
|
|
16 |
|
|
|
17 |
for f in $(ENVFILE); do \
|
|
|
18 |
sed -f $(BASE_DIR)/sedfile $$f > $$f.fix && \
|
|
|
19 |
install $$f.fix $(INSTALL_DIR)/lib/env/common/$$f ; \
|
|
|
20 |
done
|
|
|
21 |
@rm -f *.fix
|
|
|
22 |
|
|
|
23 |
|