forked from Eric-Brison/offline-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.in
39 lines (28 loc) · 841 Bytes
/
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
# ============================================
# $Id: Makefile.in,v 1.10 2009/01/19 14:21:36 jerome Exp $
# ============================================
PACKAGE = @PACKAGE@
VERSION = @VERSION@
RELEASE = @RELEASE@
utildir=@PUBRULE@
pubdir = @prefix@
appname = @APPNAME@
srcdir = @srcdir@
applib = FDL
libdir=$(pubdir)/lib
export pubdir utildir applib appname libdir
SUBDIR= Families Lib Actions Images targets patches
TOP_MODULES =
TAR = tar
GZIP_ENV = --best
export targetdir PACKAGE
pages_not_xml = info.xml
include $(utildir)/PubRule
DISTFILES += $(SUBDIR) \
RELEASE VERSION
_static_dirs:
mkdir -p $(pubdir)/share/offline/clients $(pubdir)/share/offline/customize
publish: _static_dirs
clean:
/bin/rm -f *.*~ config.* Makefile configure $(appname)_init.php info.xml $(PACKAGE)-*webinst
/bin/rm -fr autom4te.cache