Makefile revision df8bdeb362277e8d95a74d6c097341fe97409948
1b33c96954667ba382fa595baf7b31290bfdd517vboxsync# CDDL HEADER START
1b33c96954667ba382fa595baf7b31290bfdd517vboxsync# The contents of this file are subject to the terms of the
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# While the gate builds a libelfsign.so linked staticly against
# against the build machines pkcs11_softtoken.so.
$(POST_PROCESS)
%.o: $(CMDDIR)/%.c
$(COMPILE.c) -o $@ $<
%.o: $(LIBDIR)/%.c
$(COMPILE.c) -o $@ $<