VirtualBox

Changeset 280 in kBuild for branches/GNU/src/gmake/Makefile.am


Ignore:
Timestamp:
May 16, 2005 4:54:02 PM (19 years ago)
Author:
bird
Message:

Current make snaphot, 2005-05-16.

Location:
branches/GNU/src/gmake
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gmake

    • Property svn:ignore
      •  

        old new  
        3434README.DOS
        3535README.W32
         36README.OS2
        3637aclocal.m4
        3738autom4te.cache
  • branches/GNU/src/gmake/Makefile.am

    r153 r280  
    44ACLOCAL_AMFLAGS =  -I config
    55
    6 SUBDIRS =       glob config po doc
     6# Only process if target is MS-Windows
     7if WINDOWSENV
     8  MAYBE_W32 =   w32
     9  W32INC =      -I $(top_srcdir)/w32/include
     10  W32LIB =      -Lw32 -lw32
     11endif
     12
     13SUBDIRS =       glob config po doc $(MAYBE_W32)
    714
    815bin_PROGRAMS =  make
     
    2027                variable.c version.c vpath.c hash.c
    2128
    22 EXTRA_make_SOURCES = remote-stub.c remote-cstms.c
     29EXTRA_make_SOURCES = vmsjobs.c remote-stub.c remote-cstms.c
    2330
    2431noinst_HEADERS = commands.h dep.h filedef.h job.h make.h rule.h variable.h \
     
    2633
    2734make_LDADD =    @LIBOBJS@ @ALLOCA@ $(GLOBLIB) @GETLOADAVG_LIBS@ @LIBINTL@
     35# Only process if target is MS-Windows
     36if WINDOWSENV
     37    make_LDADD += $(W32LIB)
     38endif
    2839
    2940man_MANS =      make.1
     
    3243
    3344AM_CPPFLAGS =   $(GLOBINC)
     45# Only process if target is MS-Windows
     46if WINDOWSENV
     47    AM_CPPFLAGS +=      $(W32INC)
     48endif
    3449
    3550
     
    115130.PHONY: check-loadavg check-regression
    116131
    117 check-loadavg: loadavg
     132check-loadavg: loadavg$(EXEEXT)
    118133        @echo The system uptime program believes the load average to be:
    119134        -uptime
    120135        @echo The GNU load average checking code thinks:
    121         -./loadavg
     136        -./loadavg$(EXEEXT)
    122137
    123138# The loadavg function is invoked during "make check" to test getloadavg.
     
    158173# --------------- Maintainer's Section
    159174
     175# Tell automake that I haven't forgotten about this file and it will be
     176# created before we build a distribution (see maintMakefile in the CVS
     177# distribution).
     178
     179README:
     180
    160181@MAINT_MAKEFILE@
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette