Makefile (c2c65e21c1fd025c3fc6103cc713dd5343fc9ad6) | Makefile (99f63845ee65f89a523460ce4b6b0603a06eceb7) |
---|---|
1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 34 unchanged lines hidden (view full) --- 43POFILES= $(SRCS:%.c=%.po) 44 45# The debug binary can be built using the flag 46# -D COPTFLAG=-g CGLOBALSTATIC= 47# This will avoid the multiple symbols definition error 48# for static global variables in elf_read32.o and elf_read64.o 49 50LDLIBS += -lelf | 1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 34 unchanged lines hidden (view full) --- 43POFILES= $(SRCS:%.c=%.po) 44 45# The debug binary can be built using the flag 46# -D COPTFLAG=-g CGLOBALSTATIC= 47# This will avoid the multiple symbols definition error 48# for static global variables in elf_read32.o and elf_read64.o 49 50LDLIBS += -lelf |
51CPPFLAGS += -DCAP_UPPERCASE -I$(ELFCAP) -I$(SGSRTCID) | 51CPPFLAGS += -I$(ELFCAP) -I$(SGSRTCID) |
52$(XPG4) := CFLAGS += -DXPG4 53 54ROOTETCMAGIC= $(MAGIC:%=$(ROOTETC)/%) 55 56$(ROOTETCMAGIC) := FILEMODE = $(LIBFILEMODE) 57 58.PARALLEL: $(OBJS) $(XPG4OBJS) $(POFILES) 59 --- 48 unchanged lines hidden --- | 52$(XPG4) := CFLAGS += -DXPG4 53 54ROOTETCMAGIC= $(MAGIC:%=$(ROOTETC)/%) 55 56$(ROOTETCMAGIC) := FILEMODE = $(LIBFILEMODE) 57 58.PARALLEL: $(OBJS) $(XPG4OBJS) $(POFILES) 59 --- 48 unchanged lines hidden --- |