Subversion Repositories tendra.SVN

Rev

Rev 6 | Blame | Compare with Previous | Last modification | View Log | RSS feed

# $Id$

ENVFILE= 16bit 32bit Goption K-PIC K-ieee K-noieee K-prom Versions Xa Xc Xp Xs\
        Xt Xw aes alloca ansi bootstrap bsd_extn build building c c++ common\
        compact cose default gcc iso longlong makelib motif_1_1 motif_1_2\
        motif_private mse pl_tdf posix posix1 posix2 status strict_mot_1_2\
        strict_posix strict_svid3 strict_xpg3 svid3 system system+ target_tok\
        tcc_diag tcc_pp tcc_prof tcc_time tdf_ext tdp tnc tsimp unix95 wsl\
        x5_aw x5_ext x5_lib x5_mit x5_mu x5_private x5_proto x5_t xpg3 xpg4

.include "../Makefile.inc"

install:
        @cd $(BASE_DIR) && rm -f sedfile && $(MAKE) sedfile
        @install -d $(INSTALL_DIR)/lib/env/common/

        for f in $(ENVFILE); do \
                sed -f $(BASE_DIR)/sedfile $$f > $$f.fix && \
                install $$f.fix $(INSTALL_DIR)/lib/env/common/$$f ; \
        done
        @rm -f *.fix