Makefile (d3b5f56344d8bfcdd6cfb82446af0e5e55ad9ebe) | Makefile (58e78d166bd2b5a9dda31250b8e8bad7c7548c0e) |
---|---|
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 --- 42 unchanged lines hidden (view full) --- 51 52.KEEP_STATE: 53 54all: $(PROG) 55 56install: all $(ROOTUSRSBINPROG) 57 58$(PROG): $(OBJS) | 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 --- 42 unchanged lines hidden (view full) --- 51 52.KEEP_STATE: 53 54all: $(PROG) 55 56install: all $(ROOTUSRSBINPROG) 57 58$(PROG): $(OBJS) |
59 $(CC) -o $(PROG) $(OBJS) $(LDFLAGS) $(LDLIBS) | 59 $(LINK.c) -o $(PROG) $(OBJS) $(LDLIBS) |
60 $(POST_PROCESS) 61 62adt_xlate.o: $(XLATEDIR)/adt_xlate.c 63 $(COMPILE.c) $(XLATEDIR)/adt_xlate.c 64 65$(POFILE): $(POFILES) 66 $(BUILDPO.pofiles) 67 --- 15 unchanged lines hidden --- | 60 $(POST_PROCESS) 61 62adt_xlate.o: $(XLATEDIR)/adt_xlate.c 63 $(COMPILE.c) $(XLATEDIR)/adt_xlate.c 64 65$(POFILE): $(POFILES) 66 $(BUILDPO.pofiles) 67 --- 15 unchanged lines hidden --- |