/[pub]/suikawiki/wikidata/Makefile
Suika

Contents of /suikawiki/wikidata/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Sat Mar 13 06:41:58 2004 UTC (20 years, 2 months ago) by wakaba
Branch: MAIN
CVS Tags: after-upgrade-to-suikawiki-3, before-db-leaffile
New

1 wakaba 1.1 LIB = ../lib/
2     BIN = ../bin/
3    
4     PERL = perl -I$(LIB)
5     PERLC = $(PERL) -c
6    
7     MKDIR = mkdir
8     RM = rm -fv
9     RMDIR = rm -frv
10    
11     MKPLUGIN2_PL = $(BIN)mkplugin2.pl
12     MKPLUGIN2 = $(PERL) $(MKPLUGIN2_PL)
13    
14     all: config.ph log lock
15    
16     config.ph: config.wp2 $(MKPLUGIN2_PL)
17     $(MKPLUGIN2) $< > $@
18     $(PERLC) $@
19    
20     log:
21     $(MKDIR) log
22     lock:
23     $(MKDIR) lock
24    
25     clean:
26     $(RM) config.ph
27     $(RM) *~ *.BAK .*~ .*.BAK
28    
29     distclean: clean
30     $(RMDIR) log lock

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24