Makefile (be672c8e21cc446e1091014ae0ad206f6b8c1d55) | Makefile (763f1f5f97e4c16840af2ced98915f0ed0f46616) |
---|---|
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 --- 28 unchanged lines hidden (view full) --- 37 38include ../Makefile.cmd 39include ../Makefile.ctf 40 41POFILE = ucodeadm_all.po 42POFILES = $(PROG_OBJS:%.o=%.po) 43 44CSTD = $(GNU_C99) | 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 --- 28 unchanged lines hidden (view full) --- 37 38include ../Makefile.cmd 39include ../Makefile.ctf 40 41POFILE = ucodeadm_all.po 42POFILES = $(PROG_OBJS:%.o=%.po) 43 44CSTD = $(GNU_C99) |
45CPPFLAGS = -I../../common -I../../uts/common | 45CPPFLAGS += -I$(SRC)/common |
46CFLAGS += $(CCVERBOSE) 47LDLIBS += -lgen 48 49DIRMODE = 0755 50FILEMODE = 0555 51 52install := TARGET = install 53clobber := TARGET = clobber --- 34 unchanged lines hidden --- | 46CFLAGS += $(CCVERBOSE) 47LDLIBS += -lgen 48 49DIRMODE = 0755 50FILEMODE = 0555 51 52install := TARGET = install 53clobber := TARGET = clobber --- 34 unchanged lines hidden --- |