Look for libboostrap.uno.so and not bootstrap.uno.so on Android
[LibreOffice.git] / dmake / Makefile.am
blob801ee2967c471098ce4cefb54409b4132243658b
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
5 # Copyright 2000, 2010 Oracle and/or its affiliates.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # This file is part of OpenOffice.org.
11 # OpenOffice.org is free software: you can redistribute it and/or modify
12 # it under the terms of the GNU Lesser General Public License version 3
13 # only, as published by the Free Software Foundation.
15 # OpenOffice.org is distributed in the hope that it will be useful,
16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 # GNU Lesser General Public License version 3 for more details
19 # (a copy is included in the LICENSE file that accompanied this code).
21 # You should have received a copy of the GNU Lesser General Public License
22 # version 3 along with OpenOffice.org.  If not, see
23 # <http://www.openoffice.org/license.html>
24 # for a copy of the LGPLv3 License.
26 #*************************************************************************
28 AUTOMAKE_OPTIONS = foreign subdir-objects 1.9
31 bin_PROGRAMS = dmake
32 dmake_SOURCES = \
33         infer.c make.c stat.c expand.c dmstring.c hash.c dag.c dmake.c\
34         path.c imacs.c sysintf.c parse.c getinp.c quit.c state.c\
35         dmdump.c macparse.c rulparse.c percent.c function.c
37 # set the include path found by configure
38 INCLUDES = -I$(top_srcdir) -I$(top_builddir) \
39            -I$(top_srcdir)/@OS_TYPE@/@OS_VERSION@ -I$(top_srcdir)/@OS_TYPE@
41 if DBUG
42 dmake_SOURCES += dbug/dbug/dbug.c
43 endif
45 if OSTYPEUNIX
46 dmake_SOURCES += unix/arlib.c unix/dcache.c unix/dirbrk.c unix/rmprq.c\
47                  unix/ruletab.c unix/runargv.c unix/tempnam.c
48 INCLUDES += -I$(top_srcdir)/@OS_TYPE@/@OS_VERSION@/gnu \
49             -I$(top_srcdir)/@OS_TYPE@/@OS_VERSION@ \
50             -I$(top_srcdir)/@OS_TYPE@ 
51 endif
53 if OSTYPEWIN32
54 dmake_SOURCES += win95/dchdir.c win95/switchar.c \
55                  msdos/dstrlwr.c msdos/arlib.c \
56                  msdos/dirbrk.c unix/runargv.c \
57                  unix/rmprq.c \
58                  win95/microsft/ruletab.c
59 INCLUDES += -I$(top_srcdir)/@OS_TYPE@/@OS_VERSION@ -I$(top_srcdir)/@OS_TYPE@
60 endif
62 SUBDIRS = startup tests
64 EXTRA_DIST = NEWS ChangeLog