keep obsolete file in samba4 source directory.
[kai/samba-autobuild/.git] / source4 / lib / appweb / ejs-2.0 / ejs / system / Makefile
1 #
2 #       Makefile to build the EJS Object Model
3 #
4 #       Copyright (c) Mbedthis Software LLC, 2003-2006. All Rights Reserved.
5 #
6
7 COMPILE                 := *.c
8 EXPORT_OBJECTS  := yes
9 MAKE_IFLAGS             := -I.. -I../../mpr -I../../exml
10
11 include         make.dep
12
13 ifeq                    ($(BLD_HOST_UNIX),1)
14 PRE_DIRS                 = UNIX
15 else
16 PRE_DIRS                 = $(BLD_HOST_OS)
17 endif
18
19 compileExtra: .updated
20
21 .updated: $(FILES)
22         @touch .updated
23
24 ## Local variables:
25 ## tab-width: 4
26 ## End:
27 ## vim: tw=78 sw=4 ts=4