/[suikacvs]/markup/2005/chirashi/schema/Makefile
Suika

Contents of /markup/2005/chirashi/schema/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Wed Aug 24 04:46:29 2005 UTC (19 years, 2 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
New

1 wakaba 1.1 BIN = ../../../tool/
2     LIB = ../../../tool/
3    
4     ECHO = echo
5     PERL = perl -I$(LIB)
6     MKDTDS = $(BIN)mkdtds.pl
7     RM = rm -vf
8    
9     all: chirashi .cvsignore
10    
11     %: %.dms $(MKDTDS)
12     $(PERL) $(MKDTDS) $<
13    
14     .cvsignore:
15     $(ECHO) "*.mod" > $@
16     $(ECHO) "*~" >> $@
17     $(ECHO) "*.BAK" >> $@
18     $(ECHO) ".*~" >> $@
19     $(ECHO) ".*.BAK" >> $@
20     $(ECHO) $@ >> $@
21    
22     clean:
23     $(RM) *.mod
24     $(RM) *.BAK .*.BAK *~ .*~ .cvsignore

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24