Changeset 1509 for trunk/src/kDepPre


Ignore:
Timestamp:
Apr 9, 2008, 2:40:05 AM (17 years ago)
Author:
bird
Message:

Environment / global variable renaming. Copyright header/year update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kDepPre/Makefile.kmk

    r785 r1509  
    11# $Id$
    22## @file
    3 #
    43# kDepPre - Precompiler base dependency generator.
    54#
    6 # Copyright (c) 2005-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     5
    76#
     7# Copyright (c) 2005-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
    88#
    99# This file is part of kBuild.
     
    2121# You should have received a copy of the GNU General Public License
    2222# along with kBuild; if not, write to the Free Software
    23 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     23# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    2424#
    2525#
    2626
     27DEPTH = ../..
     28include $(PATH_KBUILD)/header.kmk
     29
    2730PROGRAMS += kDepPre
    28 
    2931kDepPre_TEMPLATE        = BIN
    3032kDepPre_LIBS            = $(LIB_KDEP)
    3133kDepPre_DEFS.linux      = HAVE_FGETC_UNLOCKED=1
    32 ifeq ($(filter-out win32 win64 win nt,$(BUILD_TARGET)),)
     34if1of ($(KBUILD_TARGET), win nt)
    3335kDepPre_DEFS           += NEED_ISBLANK=1 __WIN32__=1
    3436endif
    3537kDepPre_SOURCES         = $(PATH_CURRENT)/kDepPre.c
    3638
    37 
    38 ifndef DEPTH # Experiment in including stuff from the top level make.
    39 DEPTH = ../..
    40 include $(PATH_KBUILD)/rules.kmk
    41 endif
    42 
     39include $(FILE_KBUILD_FOOTER)
Note: See TracChangeset for help on using the changeset viewer.