update dev300-m58
[ooovba.git] / dmake / Makefile.am
blob672f688c9ff0a4b30549f6e965c9ec53fd73ddd0
1 #*************************************************************************
3 #   OpenOffice.org - a multi-platform office productivity suite
5 #   $RCSfile: Makefile.am,v $
7 #   $Revision: 1.12 $
9 #   last change: $Author: kz $ $Date: 2008-03-05 18:26:19 $
11 #   The Contents of this file are made available subject to
12 #   the terms of GNU Lesser General Public License Version 2.1.
15 #     GNU Lesser General Public License Version 2.1
16 #     =============================================
17 #     Copyright 2005 by Sun Microsystems, Inc.
18 #     901 San Antonio Road, Palo Alto, CA 94303, USA
20 #     This library is free software; you can redistribute it and/or
21 #     modify it under the terms of the GNU Lesser General Public
22 #     License version 2.1, as published by the Free Software Foundation.
24 #     This library is distributed in the hope that it will be useful,
25 #     but WITHOUT ANY WARRANTY; without even the implied warranty of
26 #     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
27 #     Lesser General Public License for more details.
29 #     You should have received a copy of the GNU Lesser General Public
30 #     License along with this library; if not, write to the Free Software
31 #     Foundation, Inc., 59 Temple Place, Suite 330, Boston,
32 #     MA  02111-1307  USA
34 #*************************************************************************
36 AUTOMAKE_OPTIONS = foreign subdir-objects 1.9
39 bin_PROGRAMS = dmake
40 dmake_SOURCES = \
41         infer.c make.c stat.c expand.c dmstring.c hash.c dag.c dmake.c\
42         path.c imacs.c sysintf.c parse.c getinp.c quit.c state.c\
43         dmdump.c macparse.c rulparse.c percent.c function.c
45 # set the include path found by configure
46 INCLUDES = -I$(top_srcdir) -I$(top_builddir) \
47            -I$(top_srcdir)/@OS_TYPE@/@OS_VERSION@ -I$(top_srcdir)/@OS_TYPE@
49 if DBUG
50 dmake_SOURCES += dbug/dbug/dbug.c
51 endif
53 if OSTYPEUNIX
54 dmake_SOURCES += unix/arlib.c unix/dcache.c unix/dirbrk.c unix/rmprq.c\
55                  unix/ruletab.c unix/runargv.c unix/tempnam.c
56 INCLUDES += -I$(top_srcdir)/@OS_TYPE@/@OS_VERSION@/gnu \
57             -I$(top_srcdir)/@OS_TYPE@/@OS_VERSION@ \
58             -I$(top_srcdir)/@OS_TYPE@ 
59 endif
61 if OSTYPEWIN32
62 dmake_SOURCES += win95/dchdir.c win95/switchar.c \
63                  msdos/dstrlwr.c msdos/arlib.c \
64                  msdos/dirbrk.c unix/runargv.c \
65                  unix/rmprq.c \
66                  win95/microsft/ruletab.c
67 INCLUDES += -I$(top_srcdir)/@OS_TYPE@/@OS_VERSION@ -I$(top_srcdir)/@OS_TYPE@
68 endif
70 SUBDIRS = startup tests
72 EXTRA_DIST = NEWS ChangeLog