source: trunk/src/dllentry/Makefile.kmk@ 22016

Last change on this file since 22016 was 21916, checked in by dmik, 14 years ago

Merge branch gcc-kmk to trunk.

File size: 585 bytes
Line 
1## @file
2# DLLENTRY static library
3#
4
5SUB_DEPTH = ../..
6include $(KBUILD_PATH)/subheader.kmk
7
8LIBRARIES += dllentry
9dllentry_TEMPLATE = OdinCxx
10dllentry_SOURCES = dllentry.cpp
11dllentry_STAGE = dummy/ # just to keep it off the way, see below
12
13# We need to link with .o rather than .lib to override weak symbols
14OTHERS += $(PATH_STAGE_LIB)/dllentry.o
15OTHER_CLEAN += $(PATH_STAGE_LIB)/dllentry.o
16
17$$(PATH_STAGE_LIB)/dllentry.o: $$(dllentry_0_OUTDIR)/dllentry.o
18 $(call MSG_INST_TRG,dllentry,$^,$@)
19 $(QUIET2)$(CP) $^ $@
20
21include $(FILE_KBUILD_SUB_FOOTER)
22
Note: See TracBrowser for help on using the repository browser.