comparison make/solaris/makefiles/launcher.make @ 1972:f95d63e2154a

6989984: Use standard include model for Hospot Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
author stefank
date Tue, 23 Nov 2010 13:22:55 -0800
parents c18cbe5936b8
children cb2d0a362639
comparison
equal deleted inserted replaced
1971:e33f46fc48ed 1972: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.
67 # seem to work. I got "-W0,-noglobal" from Kelly and that works. 67 # seem to work. I got "-W0,-noglobal" from Kelly and that works.
68 #LAUNCHERFLAGS += -W0,-noglobal 68 #LAUNCHERFLAGS += -W0,-noglobal
69 endif # Platform_compiler == sparcWorks 69 endif # Platform_compiler == sparcWorks
70 70
71 launcher.o: launcher.c $(LAUNCHERDIR)/java.c $(LAUNCHERDIR)/java_md.c 71 launcher.o: launcher.c $(LAUNCHERDIR)/java.c $(LAUNCHERDIR)/java_md.c
72 $(CC) -g -c -o $@ launcher.c $(LAUNCHERFLAGS) $(CPPFLAGS) 72 $(CC) -g -c -o $@ launcher.c $(LAUNCHERFLAGS) $(CPPFLAGS) ${TARGET_DEFINES}
73 73
74 launcher.c: 74 launcher.c:
75 @echo Generating $@ 75 @echo Generating $@
76 $(QUIETLY) { \ 76 $(QUIETLY) { \
77 echo '#define debug launcher_debug'; \ 77 echo '#define debug launcher_debug'; \