forked from Eric-Brison/dynacase-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.in
148 lines (118 loc) · 4.09 KB
/
Makefile.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
# ============================================
# $id: Makefile.in,v 1.14 2002/01/04 16:04:35 eric Exp $
# ============================================
PACKAGE = @PACKAGE@
VERSION = @VERSION@
utildir=@PUBRULE@
pubdir = @prefix@
rootdir = @ROOTDIR@
srcdir = @srcdir@
libdir = $(pubdir)/lib
applib = @PACKAGELIB@
appname = @APPNAME@
export pubdir utildir applib targetdir utildir libdir rootdir
TAR = tar
GZIP_ENV = --best
SUBDIR = Class Zone Action Api App Supervisor Doc Expire Images programs Share Style Config locale
TOP_MODULES = indexq.php index.php whattext wsh.php guest.php wcheck wstop wstart resizeimg.php libutil.sh wcontrol wcontrol.xml .htaccess pack.php authent.php .autoloader-ignore
pages_not_xml = info.xml
pages_not_php = fam2po.php po2js.php
include $(utildir)/PubRule
TRANSFAM += App/Fusers/account.ods App/Fusers/accountprofil.ods App/Fdl/fdl.ods App/Fdl/misc.ods App/Fdl/workflows.ods App/Fdl/freeaction.ods App/Fdl/searches.ods
#FIXME: DISTFILES
$(pubdir)/authent.php: authent.php
cp $< $@
$(pubdir)/indexq.php: indexq.php
cp $< $@
$(pubdir)/index.php: index.php
cp $< $@
$(pubdir)/whattext: whattext
cp $< $@
$(pubdir)/wcheck: wcheck
cp $< $@
$(pubdir)/wstop: wstop
cp $< $@
$(pubdir)/wstart: wstart
cp $< $@
$(pubdir)/libutil.sh: libutil.sh
cp $< $@
$(pubdir)/wcontrol: wcontrol
cp $< $@
$(pubdir)/wcontrol.xml: wcontrol.xml
cp $< $@
$(pubdir)/.htaccess: htaccess
cp $< $@
$(pubdir)/.autoloader-ignore: autoloader-ignore
cp $< $@
$(pubdir)/FDLGEN:
mkdir -p $@
$(pubdir)/var:
mkdir -p $@
$(pubdir)/var/cache: $(pubdir)/var
mkdir -p $@
$(pubdir)/var/session: $(pubdir)/var
mkdir -p $@
$(pubdir)/var/session/.htaccess: htaccess.denyall $(pubdir)/var/session
cp $< $@
$(pubdir)/var/cache/file: $(pubdir)/var/cache
mkdir -p $@
$(pubdir)/var/cache/file/.htaccess: htaccess.denyall $(pubdir)/var/cache/file
cp $< $@
$(pubdir)/var/cache/image: $(pubdir)/var/cache
mkdir -p $@
$(pubdir)/var/cache/image/.htaccess: htaccess.img-cache $(pubdir)/var/cache/image
cp $< $@
$(pubdir)/var/tmp: $(pubdir)/var
mkdir -p $@
$(pubdir)/var/tmp/.htaccess: htaccess.denyall $(pubdir)/var/tmp
cp $< $@
$(pubdir)/var/upload: $(pubdir)/var
mkdir -p $@
$(pubdir)/var/upload/.htaccess: htaccess.denyall $(pubdir)/var/upload
cp $< $@
$(pubdir)/$(applib) :
mkdir -p $@
$(pubdir)/$(applib)/FREEDOM.vault : FREEDOM.vault
cp $< $(pubdir)/$(applib)/$<
$(pubdir)/$(applib)/Layout:
mkdir -p $@
$(pubdir)/$(applib)/Layout/editoptcard.xml: $(pubdir)/$(applib)/Layout
ln -sf editbodycard.xml $@
$(pubdir)/$(applib)/Layout/viewoptcard.xml: $(pubdir)/$(applib)/Layout
ln -sf viewbodycard.xml $@
$(pubdir)/EXTERNALS:
mkdir -p $@
$(pubdir)/EXTERNALS/fdlsearches.php: $(pubdir)/EXTERNALS
ln -sf ../FDL/fdlsearches.php $@
$(pubdir)/FREEDOM:
mkdir -p $@
$(pubdir)/FREEDOM/freedom.cron: freedom.cron $(pubdir)/FREEDOM
cp $< $@
publish: $(pubdir)/var/session/.htaccess $(pubdir)/var/cache/image/.htaccess $(pubdir)/var/cache/file/.htaccess $(pubdir)/var/tmp/.htaccess $(pubdir)/var/upload/.htaccess $(pubdir)/$(applib) $(pubdir)/$(applib)/Layout/editoptcard.xml $(pubdir)/$(applib)/Layout/viewoptcard.xml $(pubdir)/EXTERNALS/fdlsearches.php $(pubdir)/FREEDOM/freedom.cron
webinst-test:
make -C Test webinst RELEASE=$(RELEASE) PACKAGE=$(PACKAGE)-test VERSION=$(VERSION) appname=DCPTEST
mv Test/*webinst .
publish-test:
make -C Test publish RELEASE=$(RELEASE) PACKAGE=$(PACKAGE)-test VERSION=$(VERSION) appname=DCPTEST
webinst: webinst-test
stub:
php $(utildir)/genStubFamilyClass.php App/Fdl/fdl.ods App/Fusers/account.ods App/Fdl/searches.ods App/Fdl/workflows.ods App/Fdl/misc.ods App/Fdl/freeaction.ods > Class/Stubs/stubCoreFamilies.php
clean:
rm -f *.*~ config.* Makefile configure info.xml\
dynacase-core-*-*.webinst \
$(PACKAGE)-$(VERSION).tar.gz \
apache.conf \
App/Authent/AUTHENT_init.php \
App/Core/CORE_init.php \
App/Dav/DAV_init.php \
App/Dav/DAV_conf.apache \
App/Fdl/FDL_init.php \
App/Fdc/FDC_init.php \
App/Fgsearch/FGSEARCH_init.php \
App/Freedom/FREEDOM_init.php \
App/Generic/GENERIC_init.php \
Api/updateclass.php \
Share/Lib.Prefix.php \
Supervisor/htaccess \
htaccess \
Test/info.xml