Subversion Repositories tendra.SVN

Rev

Rev 7 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7 Rev 38
Line 7... Line 7...
7
	strict_posix strict_svid3 strict_xpg3 svid3 system system+ target_tok\
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\
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
9
	x5_aw x5_ext x5_lib x5_mit x5_mu x5_private x5_proto x5_t xpg3 xpg4
10
 
10
 
11
.include "../Makefile.inc"
11
.include "../Makefile.inc"
-
 
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