make/linux/makefiles/launcher.make

changeset 2314
f95d63e2154a
parent 1907
c18cbe5936b8
child 2327
cb2d0a362639
equal deleted inserted replaced
2313:e33f46fc48ed 2314:f95d63e2154a
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'; \

mercurial