-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.in
51 lines (38 loc) · 1.25 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
# ============================================
# $Id: Makefile.in,v 1.15 2009/01/19 14:21:37 jerome Exp $
# ============================================
PACKAGE = @PACKAGE@
VERSION = @VERSION@
utildir = @PUBRULE@
appname = @APPNAME@
applib = FDL
pubdir = @prefix@
srcdir = @srcdir@
export pubdir utildir appname applib
TAR = tar
GZIP_ENV = --best
export targetdir PACKAGE
SUBDIR= Xml Action Api Css Javascript Images Zone Freedom Services Doc
pages_not_xml = info.xml
pages_not_php=fam2po.php po2js.php
include $(utildir)/PubRule
DISTFILES += $(SUBDIR) \
$(appname).app \
RELEASE VERSION \
71_webdesk.conf \
Freedom/webdesk.ods \
Freedom/webdesk-init.ods \
phpweather-default.php
$(pubdir)/$(appname)/71_webdesk.conf : 71_webdesk.conf
cp $< $@
$(pubdir)/$(appname)/webdesk.ods : Freedom/webdesk.ods
cp Freedom/webdesk.ods $(pubdir)/$(appname)
$(pubdir)/$(appname)/webdesk-init.ods : Freedom/webdesk-init.ods
cp $< $(pubdir)/$(appname)
publish: $(pubdir)/$(appname)/webdesk.ods $(pubdir)/$(appname)/webdesk-init.ods \
$(pubdir)/$(appname)/71_webdesk.conf
clean:
rm -f config.log config.status configure WEBDESK-*.tar.gz WEBDESK.php WEBDESK.spec
rm -f dynacase-webdesk-*.webinst
rm -rf autom4te-2.53.cache
find . -name \*~ -exec rm {} \;