/[make]/make/Makefile.am
ViewVC logotype

Diff of /make/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2.46 by psmith, Tue Nov 30 20:58:55 2004 UTC revision 2.47 by psmith, Sat Feb 26 01:41:48 2005 UTC
# Line 4  AUTOMAKE_OPTIONS = 1.8 dist-bzip2 check- Line 4  AUTOMAKE_OPTIONS = 1.8 dist-bzip2 check-
4  ACLOCAL_AMFLAGS =  -I config  ACLOCAL_AMFLAGS =  -I config
5    
6  SUBDIRS =       glob config po doc  SUBDIRS =       glob config po doc
7    # Only process if target is MS-Windows
8    if WINDOWSENV
9        SUBDIRS +=  w32
10        W32INC :=   -I $(top_srcdir)/w32/include
11        W32LIB :=   -Lw32 -lw32
12    endif
13    
14  bin_PROGRAMS =  make  bin_PROGRAMS =  make
15    
# Line 25  noinst_HEADERS = commands.h dep.h filede Line 31  noinst_HEADERS = commands.h dep.h filede
31                  debug.h getopt.h gettext.h hash.h                  debug.h getopt.h gettext.h hash.h
32    
33  make_LDADD =    @LIBOBJS@ @ALLOCA@ $(GLOBLIB) @GETLOADAVG_LIBS@ @LIBINTL@  make_LDADD =    @LIBOBJS@ @ALLOCA@ $(GLOBLIB) @GETLOADAVG_LIBS@ @LIBINTL@
34    # Only process if target is MS-Windows
35    if WINDOWSENV
36        make_LDADD += $(W32LIB)
37    endif
38    
39  man_MANS =      make.1  man_MANS =      make.1
40    
41  DEFS =          -DLOCALEDIR=\"$(localedir)\" -DLIBDIR=\"$(libdir)\" -DINCLUDEDIR=\"$(includedir)\" @DEFS@  DEFS =          -DLOCALEDIR=\"$(localedir)\" -DLIBDIR=\"$(libdir)\" -DINCLUDEDIR=\"$(includedir)\" @DEFS@
42    
43  AM_CPPFLAGS =   $(GLOBINC)  AM_CPPFLAGS =   $(GLOBINC)
44    # Only process if target is MS-Windows
45    if WINDOWSENV
46        AM_CPPFLAGS +=      $(W32INC)
47    endif
48    
49    
50  # Extra stuff to include in the distribution.  # Extra stuff to include in the distribution.

Legend:
Removed from v.2.46  
changed lines
  Added in v.2.47

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26