Changeset 1509 for trunk/src/kDepPre
- Timestamp:
- Apr 9, 2008, 2:40:05 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kDepPre/Makefile.kmk
r785 r1509 1 1 # $Id$ 2 2 ## @file 3 #4 3 # kDepPre - Precompiler base dependency generator. 5 4 # 6 # Copyright (c) 2005-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net> 5 7 6 # 7 # Copyright (c) 2005-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net> 8 8 # 9 9 # This file is part of kBuild. … … 21 21 # You should have received a copy of the GNU General Public License 22 22 # along with kBuild; if not, write to the Free Software 23 # Foundation, Inc., 5 9 Temple Place, Suite 330, Boston, MA 02111-1307USA23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 24 24 # 25 25 # 26 26 27 DEPTH = ../.. 28 include $(PATH_KBUILD)/header.kmk 29 27 30 PROGRAMS += kDepPre 28 29 31 kDepPre_TEMPLATE = BIN 30 32 kDepPre_LIBS = $(LIB_KDEP) 31 33 kDepPre_DEFS.linux = HAVE_FGETC_UNLOCKED=1 32 if eq ($(filter-out win32 win64 win nt,$(BUILD_TARGET)),)34 if1of ($(KBUILD_TARGET), win nt) 33 35 kDepPre_DEFS += NEED_ISBLANK=1 __WIN32__=1 34 36 endif 35 37 kDepPre_SOURCES = $(PATH_CURRENT)/kDepPre.c 36 38 37 38 ifndef DEPTH # Experiment in including stuff from the top level make. 39 DEPTH = ../.. 40 include $(PATH_KBUILD)/rules.kmk 41 endif 42 39 include $(FILE_KBUILD_FOOTER)
Note:
See TracChangeset
for help on using the changeset viewer.