hotspot/make/linux/makefiles/launcher.make
changeset 7397 5b173b4ca846
parent 5547 f4b087cbb361
child 7410 f5b282e7a7a6
equal deleted inserted replaced
7396:518b01b064ff 7397:5b173b4ca846
     1 #
     1 #
     2 # Copyright (c) 2005, 2008, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.
     7 # published by the Free Software Foundation.
    54 
    54 
    55 LINK_LAUNCHER/PRE_HOOK  = $(LINK_LIB.CC/PRE_HOOK)
    55 LINK_LAUNCHER/PRE_HOOK  = $(LINK_LIB.CC/PRE_HOOK)
    56 LINK_LAUNCHER/POST_HOOK = $(LINK_LIB.CC/POST_HOOK)
    56 LINK_LAUNCHER/POST_HOOK = $(LINK_LIB.CC/POST_HOOK)
    57 
    57 
    58 launcher.o: launcher.c $(LAUNCHERDIR)/java.c $(LAUNCHERDIR)/java_md.c
    58 launcher.o: launcher.c $(LAUNCHERDIR)/java.c $(LAUNCHERDIR)/java_md.c
    59 	$(CC) -g -c -o $@ launcher.c $(LAUNCHERFLAGS) $(CPPFLAGS)
    59 	$(CC) -g -c -o $@ launcher.c $(LAUNCHERFLAGS) $(CPPFLAGS) $(TARGET_DEFINES)
    60 
    60 
    61 launcher.c:
    61 launcher.c:
    62 	@echo Generating $@
    62 	@echo Generating $@
    63 	$(QUIETLY) { \
    63 	$(QUIETLY) { \
    64 	echo '#define debug launcher_debug'; \
    64 	echo '#define debug launcher_debug'; \